Skip to content

Commit

Permalink
bumping ->0.5.1 and updating changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bch0w committed Nov 22, 2023
1 parent 151d06f commit 0c0e505
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
- Adds version release documentation
- Slightly modifies pysep-docs conda environment to accomodate converted nbooks

## Version 0.5.0 (Master)
## Version 0.5.0
- Improves functions 'read_forcesolution' and 'read_source', which now return
`obspy.core.event.Event` objects, rather than the makeshift Source objects
- 'read_forcesolution' can now handle FORCESOLUTION files from both SPECFEM3D
Expand Down Expand Up @@ -108,3 +108,7 @@
search for data to plot with RecSec
- Removed unnused parameters 'legacy_naming' and 'log_level' from
`Pysep.write_config`

## 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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pysep-adjtomo"
version = "0.5.0"
version = "0.5.1"
description = "Python Seismogram Extraction and Processing"
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit 0c0e505

Please sign in to comment.