All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- documented functions with docstrings to make use of Python's built-in
help()
function #23 - added developer documentation #23
- added
Publish to PyPi
GitHub Actions workflow #24
- added Anaconda build, Python Package with pip (inc. SonarCloud), and Python Package with Conda GH Actions.
- added test coverage for main and IO functionality
- added conda dev environment and conda meta.yaml recipe
- added CHANGELOG.md
- changed package structure
- divided main functionality, IO handling, and CLI into designated modules
- fixed not working examples in IPython notebook