Skip to content

PySEP Version 0.3.1

Compare
Choose a tag to compare
@bch0w bch0w released this 23 Feb 02:35
· 15 commits to master since this release

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