From 5498d4f97538df0bfe30aaedb7607d84720d90e7 Mon Sep 17 00:00:00 2001 From: bch0w Date: Fri, 19 Apr 2024 14:59:01 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea77979..cbc5038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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