Skip to content

Releases: octue/twined

Switch to poetry and drop python3.7 support

15 Oct 11:46
a7d7e8d
Compare
Choose a tag to compare

Contents (#115)

Operations

  • Switch to poetry for package management
  • Use ruff instead of flake8, black, and isort
  • Drop support for python3.7
  • Stop using tox to test

Dependencies

  • Add ruff dev dependency

Other

  • Update copyright years

Loosen `jsonschema` dependency

01 May 11:06
8b9c510
Compare
Choose a tag to compare

Contents (#114)

Dependencies

  • Allow jsonschema>=4,<5

Move children schema to strands remove use of deprecated module

25 Apr 15:58
47b9cc4
Compare
Choose a tag to compare

Contents (#112)

Operations

  • Add ReadTheDocs config file
  • Fix codecov upload
  • Use reusable workflows
  • Test with python3.9 too
  • Upgrade actions

Dependencies

  • Fix documentation requirements

Refactoring

  • Move children and manifest schemas to Strands

Fixes

  • Fix accordion usage in docs
  • Swap deprecated/removed pkg_resources for importlib

Use trusted publisher for PyPI

19 Oct 16:17
2497c8a
Compare
Choose a tag to compare

Contents (#110)

Operations

  • Update workflows to use PyPI trusted publisher and run tests before release

Chores

  • Update pre-commit config

Enable code scanning

20 Dec 16:16
4f5c03f
Compare
Choose a tag to compare

Summary

Enable code security scanning and update CI workflows.

Contents (#109)

Operations

  • Add codeql.yml workflow to enable code-scanning
  • Use new octue/check-semantic-version and octue/generate-pull-request-description GitHub actions
  • Update versions of other GitHub actions used in workflows

Chores

  • Upgrade flake8 pre-commit hook

Update manifest schema

27 Sep 17:26
6edbf6b
Compare
Choose a tag to compare

Contents (#108)

Fixes

  • Update manifest schema to be compatible with files fields in serialised datasets and to remove outdated fields within serialised files

Remove deprecated code

16 May 10:03
cca1bde
Compare
Choose a tag to compare

Summary

Contents (#106)

IMPORTANT: There is 1 breaking change.

Refactoring

  • 💥 BREAKING CHANGE: Removes the deprecated code that allowed datasets to still be provided as lists in manifests and manifest schemas.

Revert "Add output location strand"

03 May 14:29
2eab418
Compare
Choose a tag to compare

Summary

Reverts #104.

Contents (#105)

Reversions

  • Revert "Add output location strand"

Add output location strand

27 Apr 12:29
60cbe16
Compare
Choose a tag to compare

Summary

Add the ability to provide an output location in twine.json - this is a path to a Google Cloud Storage directory where all output datasets will be uploaded to.

Contents (#104)

New features

  • Add output location strand

Allow optional datasets in manifest strands

18 Apr 16:10
5802c8a
Compare
Choose a tag to compare

Contents (#103)

Enhancements

  • Allow datasets in manifest strands to be optional