Skip to content

Releases: ryanjdillon/pyotelem

Release 0.4.7

24 Dec 14:24
Compare
Choose a tag to compare

This is a patch release to make the imports inherit from init files to make namespacing a bit easier.

Release 0.4.6

14 Dec 06:40
Compare
Choose a tag to compare

Removed the long description from setup.py, added zip safe to create eggs

Release 0.4.4

14 Dec 06:27
Compare
Choose a tag to compare

Removed Manifest which added the documentation to the installable.

Release 0.4.3

13 Dec 20:10
Compare
Choose a tag to compare

Small patch to setup.py to get auto-releasing to PyPI via Travis working.

Release 0.4.2

13 Dec 20:01
Compare
Choose a tag to compare

This is a patch release fixing

  • the setuptools_scm versioning in setup.py
  • and adds the src/pyotelem/_version.pyfile to.gitignore`

Release 0.4.1

13 Dec 19:17
Compare
Choose a tag to compare

This release incorporates TravisCI and with checks for Black and Flake8 formatting. Following this release, semantic versioning will be applied with more detailed information on what is included in the each release.

Release for DOI generation

09 Oct 13:22
Compare
Choose a tag to compare

This release will prompt the generation of a DOI on Zenodo

  • added requirements.txt for RTD docs generation
  • updated setup.py with new release version

Small updates to plotting functions before paper DOI

09 Oct 11:24
Compare
Choose a tag to compare

This is a minor release with some updates to the plots/plotglides/plot_sgls() routine.

  • added leg_bbox kwd arg for legend positioning
  • added conditional appending of start/stop indices to output filename

Fixed `setup.py` to include submodules/packages

25 Sep 08:15
Compare
Choose a tag to compare
  • Updated text in readme
  • Switched setup.py to use find_packages, since plots subpackage was not being found

First release

21 Sep 13:33
Compare
Choose a tag to compare

This is the first basic alpha release.