Releases: ryanjdillon/pyotelem
Releases · ryanjdillon/pyotelem
Release 0.4.7
This is a patch release to make the imports inherit from init files to make namespacing a bit easier.
Release 0.4.6
Removed the long description from setup.py, added zip safe to create eggs
Release 0.4.4
Removed Manifest which added the documentation to the installable.
Release 0.4.3
Small patch to setup.py
to get auto-releasing to PyPI via Travis working.
Release 0.4.2
This is a patch release fixing
- the
setuptools_scm
versioning insetup.py
- and adds the src/pyotelem/_version.py
file to
.gitignore`
Release 0.4.1
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
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
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
- Updated text in readme
- Switched
setup.py
to usefind_packages
, since plots subpackage was not being found
First release
This is the first basic alpha release.