Skip to content

Releases: RJbalikian/SPRIT-HVSR

v1.2-dev

10 Sep 15:32
Compare
Choose a tag to compare
v1.2-dev Pre-release
Pre-release
  • Single azimuth horizontal combination method
  • Renaming of method parameter in process_hvsr to horizontal_method
  • Tromino response data is more tuned to actual instrument (no longer simply arbitrary response data)
  • Updating get_metadata() for reading in metadata from tromino, and change order of inputs
    • Metadata only reads after data has been read in/updated
  • Add legend to component plot (and other minor updates to default plot)
  • Fixes to streamlit ui
  • Remove extra resource files
  • Update example notebook
  • Various minor fixes

Full Changelog: v1.1.1...v1.2-dev

Minor fixes (streamlit app)

17 Aug 01:16
Compare
Choose a tag to compare

A minor mix up was made in the max_deb and min_deb session state variables. This prevented the program from running and has been fixed.

v1.1.0

17 Aug 01:04
d41c86f
Compare
Choose a tag to compare
  • Added new GUI via Streamlit
  • Added/initialized sprit_plots module to separate (some) plotting functions into new module
  • Some documentation updates
  • Added hvsr.sh script for use on Raspberry Shakes
  • Added various cleanups/minor improvements

Full Changelog: v1.0.2...v1.1.0

v1.0.2

25 Apr 20:03
Compare
Choose a tag to compare

Fix to allow obspy streams to be read into sprit.run() (esp useful for tromino data)

Full Changelog: v1.0.1...v1.0.2

v1.0.1

23 Apr 14:39
Compare
Choose a tag to compare
  • Fixed issues with analysis when data is not resampled
  • Much more informative docstring with sprit.run() (can be accessed with help(sprit.run())
  • Better functionality with smoothing
  • Fixed error with default gui theme
  • Cleanup and other minor updates

Full Changelog: v1.0.0...v1.0.1

SpRIT HVSR Initial Release

22 Apr 15:22
Compare
Choose a tag to compare

Author's Notes:

  • This release is intended to be the first "production" release of SpRIT
    • This does not mean there will not be any errors
    • If users encounter errors in the processing algorithms, please use the Issues tab to report these
  • Intended improvements can be seen in the issues tab, with those issues having an "enhancement" tag
  • Most important changes since last "stable" release
    • Added capability for azimuth calculations and plotting (and attendant fixes)
      • The calculations for this were drawn from hvsrpy, which does not seem to work anymore as a python package
    • Documentation now hosted at Readthedocs (with older versions saved there as well) (see here, in addition to github pages
    • Changes to how remove_noise() works (and is no longer used as the default with sprit.run()
      • remove_noise() is often run before generate_ppsds(). In this case, the hvsr_windows_df has not been created yet
      • remove_noise() creates and "edited" stream (hvsr_data.stream_edited),
        • The stream_edited stream is not used for anything except to mark where the windows should be removed later from the dataframe
    • Wiki is now tracked as separate repository, not as submodule to SPRIT-HVSR (to simplify deployment)
    • Actually added at last release, but still important:
      • Can now visualize the results of the SESAME tests (just the 6 peak tests) on the HVSR plot using "HVSR tests" or "HVSR test12", etc.
      • 10 sample datasets included instead of 6 (batch sample still only does 6)

Auto-generated release notes

What's Changed

Full Changelog: v0.1.66...v1.0.0

v0.1.77-dev

21 Apr 13:50
Compare
Choose a tag to compare
v0.1.77-dev Pre-release
Pre-release

RTD fixes

Full Changelog: v0.1.76-dev...v0.1.77-dev

v0.1.76-dev

21 Apr 13:20
Compare
Choose a tag to compare
v0.1.76-dev Pre-release
Pre-release

FIxing an issue with the conf.py file that was not letting rtd publish the right documentation

Full Changelog: v0.1.75-dev...v0.1.76-dev

v0.1.75-dev

21 Apr 13:05
Compare
Choose a tag to compare
v0.1.75-dev Pre-release
Pre-release

Trying to fix rtd

Full Changelog: v0.1.74-dev...v0.1.75-dev

v0.1.74-dev

21 Apr 12:53
Compare
Choose a tag to compare
v0.1.74-dev Pre-release
Pre-release

Minor updates so read the docs will get the correct version/prerelease

Full Changelog: v0.1.73-dev...v0.1.74-dev