Releases: RJbalikian/SPRIT-HVSR
Releases · RJbalikian/SPRIT-HVSR
v1.2-dev
- 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)
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
- 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
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
- 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
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)
- Added capability for azimuth calculations and plotting (and attendant fixes)
Auto-generated release notes
What's Changed
- Azimuth by @RJbalikian in #26
- Azimuth by @RJbalikian in #27
- Update README.md by @RJbalikian in #28
Full Changelog: v0.1.66...v1.0.0
v0.1.77-dev
RTD fixes
Full Changelog: v0.1.76-dev...v0.1.77-dev
v0.1.76-dev
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
Trying to fix rtd
Full Changelog: v0.1.74-dev...v0.1.75-dev
v0.1.74-dev
Minor updates so read the docs will get the correct version/prerelease
Full Changelog: v0.1.73-dev...v0.1.74-dev