Skip to content

Releases: uwefladrich/scriptengine-tasks-ecearth

ScriptEngine Tasks for EC-Earth 0.10.1

17 Feb 16:30

Choose a tag to compare

Bugfixes

Full Changelog: v0.10.0...v0.10.1

ScriptEngine Tasks for EC-Earth 0.10.0

10 Feb 09:29

Choose a tag to compare

Features

  • Add a new processing task OifsGlobalSumYearMeanTimeseries (PR #123)

Full Changelog: v0.9.0...v0.10.0

ScriptEngine Tasks for EC-Earth 0.9.0

31 Oct 21:15

Choose a tag to compare

Breaking

  • Drop support for Python<=3.10 (PR #121)

Features

  • Support for OpenIFS data on regular grids (PR #119)

v0.8.0

07 May 05:44

Choose a tag to compare

ScriptEngine Tasks for EC-Earth 0.8.0

Features

  • Add presentation task for posting monitoring output as a Gitlab issue (#95)

Fixes

  • Reorganize presentation task documentation for consistency (#95)
  • Temporarily disallow dask v2025.4.0, v2025.4.1 due to Iris incompatibility (#114)

v0.7.1

20 Mar 10:17

Choose a tag to compare

ScriptEngine Tasks for EC-Earth 0.7.1

Fixes

  • Fixed a bug introduced in #106 that broke sea ice timeseries task (#113)

Internal changes

  • CI: Use latest version of external actions, use bash -el {0} for actions need miniconda environments (#110)

v0.7.0

26 Feb 12:22

Choose a tag to compare

scriptengine-tasks-ecearth 0.7.0

Fixes

  • Add missing iris.cube import in helpers/cubes (PR #102)

Features

  • Convert cubes with unit kg m-2 s-1 to kg m-2 day-1 (PR #99)
  • Show optional reference value in timeseries plots (PR #100)
  • Update supported Python versions (PR #103)
  • Add a new processing task NemoGlobalSumYearMeanTimeseries (PR #106)
  • Add a new processing task NemoYearMeanTimeseries (PR #108)

Internal changes

  • Streamline unit conversions for cubes (PR #99)
  • Add a new NemoTimeseries parent class (PR #106)
  • Improve global aggregation in NEMO timeseries tasks: Iris now changes units automatically when necessary (PR #106)

Full Changelog: v0.6.3...v0.7.0