Skip to content

Releases: GNS-Science/nshm-toshi-client

v1.0.1

14 Nov 05:51
Compare
Choose a tag to compare

Changes

  • added requests and aiohttp extras to gql dependency
  • update poetry config
  • apply formatting / linter rules
  • remove twine from setup
  • update mkdocs config

v1.0.0

13 May 03:14
Compare
Choose a tag to compare

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

04 May 22:59
Compare
Choose a tag to compare

Changes

  • disabled schema validation (for now?)

v0.6.0

03 May 23:50
Compare
Choose a tag to compare

Added

  • get_file method to ToshiFile class
  • tests for get_file method
  • update usage.md

v0.5.3

02 May 05:29
Compare
Choose a tag to compare

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