Skip to content

v0.11.2

Compare
Choose a tag to compare
@Zeitsperre Zeitsperre released this 27 Jul 21:03
· 285 commits to master since this release
  • Added a Docker-based testing suite to the GitHub Workflows.
  • Added a wider range of Python versions to test against in the GitHub Workflows.
  • Migrated conda-build action from mamba-org/provision-with-micromamba to mamba-org/setup-micromamba.
  • Cleaned up the Dockerfile. Docker now pip-installs finch directly from the GitHub repository.
  • Finch now explicitly supports Python3.11.
  • Pinned Python below 3.12 on conda and removed pin on pint for ReadTheDocs builds.
  • Added a GitHub Workflow to bump the version number and to create tags from the version bumping process on dispatch.
  • Added a pre-commit hook for validating the ReadTheDocs configuration and GitHub Workflows.