Releases: GNS-Science/nshm-toshi-client
Releases · GNS-Science/nshm-toshi-client
v1.0.1
v1.0.0
Added
- ToshiFile.download_file function
- doco for env variables
Changes
- update usage.md with download_file instruction usage
- File.file_size from Int to BigInt
v0.6.1
Changes
- disabled schema validation (for now?)
v0.6.0
Added
- get_file method to ToshiFile class
- tests for get_file method
- update usage.md
v0.5.3
Changes
- using poetry in place of setup.py.
Added
- Docs in /docs are published (mkdocs)
- CHANGELOG.md and version management using
poetry run bump2version major|minor|patch
- CONTRIBUTING.md
- testing pytest
- coverage via pytest-cov
- linting with flake8 (although very limited right now)
- formatting with black
- GH workflows:
- test matrix in tox covering [Windows, Posix, Macos] * [py38 ,py3.9]
- publish coverage
- publish package to test.pypi.org and pypi.org