Skip to content

Releases: ecmwf/earthkit-transforms

1.0.0rc0

31 Mar 16:46

Choose a tag to compare

1.0.0rc0 Pre-release
Pre-release

What's Changed

New Contributors

  • @Copilot made their first contribution in #85
  • @mcocdawc made their first contribution in #87

Full Changelog: 0.5.3.1...1.0.0rc0

0.5.4

25 Mar 16:54
ec0c652

Choose a tag to compare

What's Changed

New Contributors

  • @Copilot made their first contribution in #85
  • @mcocdawc made their first contribution in #87

Full Changelog: 0.5.3.1...0.5.4

0.5.3.1 - ReadTheDocs update

20 Nov 11:14
11318b2

Choose a tag to compare

What's Changed

This release only includes things related to the documentation build, no software changes from 0.5.3

Full Changelog: 0.5.3...0.5.3.1

0.5.3

15 Oct 12:44
3edaf2f

Choose a tag to compare

What's Changed

  • Hotfix backwards compatibility, ensure that earthkit.transforms.aggregate is loaded with import of earthkit.transforms. Deprecation warnings applied more targetedly by @EddyCMWF in #71

Full Changelog: 0.5.2...0.5.3

0.5.2

14 Oct 13:49
d949754

Choose a tag to compare

What's Changed

Full Changelog: 0.5.0...0.5.2

0.5.1

14 Oct 10:20

Choose a tag to compare

Minor release for readthedocs build, see 0.5.0 for main release: https://github.com/ecmwf/earthkit-transforms/releases/tag/0.5.0

Full Changelog: 0.5.0...0.5.1

0.5.0

13 Oct 16:06
6439f94

Choose a tag to compare

What's Changed

Major change: The module API has been updated such that the intermediate module aggregate has been deprecated. earthkit.transforms now contains submodules which are relevant to the dimensions/coordinates of computation, e.g. earthkit.transforms.temporal and earthkit.transforms.spatial. All methods associated with these dimensions/coordinates will be found within, at present this is only the existing aggregation methods, but will now contain other things such as trend analysis etc.

Also note that the old API (earthkit.transforms.aggregate.XXX) will continue to work, but will produce deprecation warnings, it will be fully removed in version 2.0 of earthkit.transforms. However, you are advised to remove sooner as tests will not necessary cover the deprecated API.

Full Changelog: 0.4.0...0.5.0

0.4.0

15 Apr 08:04
7f770d5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.3.4.1...0.4.0

0.3.4.1

20 Oct 12:12
31db4cd

Choose a tag to compare

Backwards compatibility hotfix

What's Changed

  • BUGFIX - mask_kwargs was being over-written with defaults by @EddyCMWF in #35

Full Changelog: 0.3.4...0.3.4.1

0.3.4

15 Oct 14:17
e7fb17c

Choose a tag to compare

What's Changed

Documentation updates with some additional small changes

New Contributors

  • @kinow made their first contribution in #29

Full Changelog: 0.3.3...0.3.4