Skip to content

Releases: ecmwf/anemoi-transform

v0.3.1

30 Apr 15:11
774d07d

Choose a tag to compare

0.3.1 (2026-04-30)

Features

  • Add filter that replaces/imputes NaNs (#285) (2249078)
  • Allow summing of different levels of an upper air field (#283) (4de0738)
  • Humidity conversions on height levels where the pressure is directly available (#284) (6bafe46)

Bug Fixes

Documentation

  • Update docstrings to improve rendering in docs (#290) (50ef656)

v0.3.0

22 Apr 12:17
2464d7d

Choose a tag to compare

0.3.0 (2026-04-22)

⚠ BREAKING CHANGES

  • remove use of eval in tabular filters (#278)

Features

  • apply-mask (field) filter allows using another field as the mask (#277) (76074d4)
  • Add support for units compatibility (#258) (709dc72)
  • Deduplicate and reuse code from anemoi utils (#281) (c97ac48)
  • Remove use of eval in tabular filters (#278) (b330a6d)

v0.2.0

15 Apr 10:32
d9e7f3e

Choose a tag to compare

0.2.0 (2026-04-15)

⚠ BREAKING CHANGES

  • Add ability to call tabular filters from anemoi-datasets (#268)

Features

  • Add ability to call tabular filters from anemoi-datasets (#268) (a8e8b50)

v0.1.29

20 Mar 14:52
51969a6

Choose a tag to compare

0.1.29 (2026-03-20)

Features

  • Add dispatching filters for filters which work on both tabular/field data (#265) (4839cd3)
  • Add the ability to merge filter registries (#267) (064745f)
  • Allow masking from numpy (#254) (ece1a88)

Bug Fixes

  • Argument reference from mir_kwargs to mir_args (#256) (83d1118)

v0.1.16.post2

20 Mar 11:17

Choose a tag to compare

Released to support implementation of AIFS v2.0

Full Changelog: 0.1.16.post1...0.1.16.post2

v0.1.28

13 Mar 14:25
6366d3c

Choose a tag to compare

0.1.28 (2026-03-13)

Features

  • Ability for apply-mask to work on a single param (#251) (8f4ed7c)

v0.1.27

27 Feb 10:48
dff5eb2

Choose a tag to compare

0.1.27 (2026-02-26)

Features

  • Add return_distances option to nearest grid point lookup function (#237) (c1d3133)
  • Import tabular filters (#216) (548e2fa)

Bug Fixes

v0.1.26

18 Feb 13:01
ddd934f

Choose a tag to compare

0.1.26 (2026-02-18)

Features

  • Add num_neighbours_to_return parameter to nearest_grid_points (#233) (be82c69)
  • Add DispatchingFilter class (#218) (f0d877a)

v0.1.25

17 Feb 15:54
e29e473

Choose a tag to compare

0.1.25 (2026-02-17)

Bug Fixes

  • Compute length of 1deg arc based on data points (#229) (5ab1db3)

v0.1.24

16 Feb 11:40
2d87c2a

Choose a tag to compare

0.1.24 (2026-02-16)

Bug Fixes