Skip to content

v0.0.14

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 03 Jun 13:50

CHANGELOG

This is a changelog of all notable
changes to this project. We adhere to Semantic Versioning.

v0.0.14

Added

  • Proper handling of the dataset versions. In case the provided version does not exist
    a ValueError will be raised and all available versions will be listed to the user.

Fixed

  • Changed root path to ensure the 2D and 3D datasets do not resolve to the same file.

v0.0.13

Fixed

  • Addresses some issues with building the documentation.

v0.0.12

Added

  • Included transforms in main documentation.
  • Extended pyproject.toml with project URLs.
  • Fixed look-and-feel of PyPI documentation.

v0.0.11

Fixed

  • Minor changes to documentation of individual transforms.
  • Simplified dependencies.

v0.0.10

Fixed

  • Minor changes to the release scripts.

v0.0.9

Fixed

  • Finally using the correct tag by creating a new release before we
    send everything to Zenodo. Life is hard.

v0.0.8

Fixed

  • Using proper logic to name releases on Zenodo. This is just a minor
    choice of aesthetics.

v0.0.7

Added

  • Depositing the generated files automatically on Zenodo, thus adding
    additional versioning and the ability to refer to a particular version
    using a DOI.

v0.0.6

Fixed

  • Using better class names to be consistent with the paper.

v0.0.5

Added

  • Added automatic upload of the changelog to the GitHub release.

v0.0.4

Fixed

  • Fixed a tag that prevented fetching the last version of the dataset.
  • Added synchronization between the released dataset version and package version on PyPi.

What's Changed

  • Separate processed paths for 2D and 3D datasets. by @ErnstRoell in #24
  • Proper checking and handling of dataset versions by @ErnstRoell in #25

Full Changelog: v0.0.13...v0.0.14