Skip to content

Releases: xarray-contrib/minimum-dependency-versions

v2.1.0

Choose a tag to compare

@keewis keewis released this 04 Jul 15:50
7768427

What's Changed

  • warn about unnecessarily ignored violations by @keewis in #76
  • officially support python 3.14 by @keewis in #78
  • timeouts for the network requests by @keewis in #77

Full Changelog: v2.0.1...v2.1.0

v2.0.1

Choose a tag to compare

@keewis keewis released this 18 Jun 15:37
7206ee7

What's Changed

  • follow a deprecation warning in the release action by @keewis in #53
  • convert versions passed to overrides to Version by @keewis in #54
  • GHA: pin by hash by @mathause in #58
  • support excluding versions for excluded packages by @keewis in #74

Full Changelog: v2.0.0...v2.0.1

v2.0.0

Choose a tag to compare

@keewis keewis released this 20 Dec 11:37
10c2aa0

This release contains a breaking change: it removes the action in favor of a python cli distributed through PyPI.

What's Changed

Full Changelog: v1.0.0...v2.0.0

v1.0.0

Choose a tag to compare

@keewis keewis released this 10 Dec 20:34
3db8e1c

This release brings support for pixi environments, and in the process renames environment-paths to environments. This is a breaking change, meaning that CI jobs need to be changed to continue to work (deprecating inputs for actions is not really possible, even though deprecationMessage exists).

What's Changed

Full Changelog: v0.1.1...v1.0.0

v0.1.1

Choose a tag to compare

@keewis keewis released this 29 Aug 22:40
e2ac8ff

What's Changed

Full Changelog: v0.1...v0.1.1

v0.1

Choose a tag to compare

@keewis keewis released this 29 Aug 22:21
af493cb

What's Changed

  • configure CI by @keewis in #1
  • import and call the env analysis script by @keewis in #4
  • try to avoid encoding as json by @keewis in #5
  • use github.action_path for requirements.txt by @mathause in #8
  • ignored_packages: sort & add pytest-mypy-plugins by @mathause in #15
  • gitignore pycache by @mathause in #16
  • refactor the script to accept a policy file by @keewis in #23
  • avoid raising if x.y.0 does not exist by @keewis in #25
  • ignore bots in the automatic release notes by @keewis in #26

New Contributors

Full Changelog: https://github.com/xarray-contrib/minimum-dependency-versions/commits/v0.1