Skip to content

Releases: adjtomo/pysep

PySEP v0.6.0

19 Apr 23:06
9e77ad3
Compare
Choose a tag to compare

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

22 Nov 03:04
Compare
Choose a tag to compare

small RecSec bugfix described in changelog dealing with plotting synthetics and data out of order

PySEP v0.5.0

20 Nov 23:30
2c9b734
Compare
Choose a tag to compare

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

01 Aug 19:22
640fcb3
Compare
Choose a tag to compare

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

19 Jul 20:29
c6baec9
Compare
Choose a tag to compare

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

23 Feb 02:35
Compare
Choose a tag to compare

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

18 Feb 00:52
939758f
Compare
Choose a tag to compare
PySEP version 0.3.0 Pre-release
Pre-release

See #78

PySEP version 0.2.0

02 Dec 01:10
2ff98fe
Compare
Choose a tag to compare
PySEP version 0.2.0 Pre-release
Pre-release

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

09 Sep 18:01
72f2e9c
Compare
Choose a tag to compare
PySEP version 0.1.0 Pre-release
Pre-release

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