Releases: adjtomo/pysep
v0.6.1
PySEP v0.6.0
Mainly RecSec updates involving data reading and preprocessing. Also purging devel
branch as it has gotten out of sync with master.
What's Changed
Full Changelog: v0.5.1...v0.6.0
PySEP v0.5.1
small RecSec bugfix described in changelog dealing with plotting synthetics and data out of order
PySEP v0.5.0
PySEP release of v0.5.0 with associated PR #130
See PR notes for detailed changelog.
Includes general internal improvements and bugfixes.
PySEP version 0.4.1
Official Version Release of PySEP v0.4.1
See relevant PR #115 and CHANGELOG.md for updates to code since last version release.
Includes documentation updates
PySEP Version 0.4.0
Official Version Release of PySEP v0.4.0
See relevant PR #112 and CHANGELOG.md for updates to code since last version release.
Includes lots of bug-fixes, migrates docs to ReadTheDocs, some additional PySEP parameters to deal with gappy data, improved source-receiver maps and a better file-writing system.
PySEP Version 0.3.1
Official PyPi release of PySEP, which can now be installed via Pip!
This was a long time coming, and will help simplify using PySEP as a dependency, and organizing future version releases. Install PySEP via Pip with:
pip install pysep-adjtomo
See comment in Issue #55 (#55 (comment)) about mismatched name for PySEP when hosted on PyPi, and errors that will arise during a pip install and how to get around them.
Changelog from v0.3.0
- Renames package
pysep
->pysep-adjtomo
(only relevant for PyPi, everything in the package remains PySEP) - Removes
llnl_db_client
as a dependency of PySEP (PyPi does not allow unpublished dependencies, i.e., via GitHub) - Adds MANIFEST.in file to retain example config files during source code building and packaging
PySEP version 0.3.0
See #78
PySEP version 0.2.0
Relevant PR: #59
Bumping version number due to additional capabilities being added and some aesthetic changing with output plots but API with codebase remains the same. Shifted documentation to Wiki (https://github.com/adjtomo/pysep/wiki)
PySEP version 0.1.0
Version releasing PySEP (Python Seismogram Extraction and Processing) v0.1.0
- Major package overhaul with respect to Legacy PySEP
- PySEP and record section plotter (RecSec) are main package tools.
- Example Anchorage event shows the same data retrieval as Legacy version, thanks to bug fixes identified by @ammcpherson
- Containerized via the SCOPED project with GitHub workflow to trigger re-builds upon pushes to 'master', thanks to @wangyinz
- Now including unit test suite and in-depth README