Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bch0w committed Apr 19, 2024
1 parent 01bd274 commit 5498d4f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,3 +112,18 @@
## Version 0.5.1

- Bugfix: RecSec subset streams, which checked that 'st' and 'st_syn' had the same stations, would not run for streams of the same length, leading to edge case where same length streams would plot out of order because they had not been sorted. removed the criteria and now subset streams runs at all times

## Version 0.6.0

- Improved functionality for SPECFEM source file reading
- #121: Single source versioning, improved logging, minor bugfixing
- #123: Bugfix on RecSec amplitude normalizations
- #124: Improved I/O for SPECFEM objects. API change RecSec name `cmtsolution` -> `source`
- New RecSec parameter `--srcfmt` that allows user to set `source` manually
- #126: Fixed example config file inconsistencies
- PySEP parameter `_legacy_naming` -> `legacy_naming`
- New RecSec parameters `obs_wildcard` and `syn_wildcard` for custom filename format.
- #136: New read function for ASDFDataSets for misfit window plotting
- #137: More control over RecSec kwargs and better warning messages
- #138: Improved SAC header creation for SPECFEM synthetics
- #139: Improved RecSec preprocessing setup, more manual control for the User

0 comments on commit 5498d4f

Please sign in to comment.