Skip to content

Commit

Permalink
Add first draft of v2.11.1 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
schlunma committed Nov 25, 2024
1 parent 1447d6d commit 98d2f58
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@
Changelog
=========

.. _changelog-v2-11-1:

v2.11.1
-------
Highlights

This is a bugfix release which enables lazy computations in more preprocessors
and allows installing the latests version of various dependencies, including
Iris (`v3.11.0 <https://github.com/SciTools/iris/releases/tag/v3.11.0>`__).

This release includes

Computational performance improvements
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Optimize functions ``mask_landsea()``, ``mask_landseaice()`` and ``calculate_volume()`` for lazy input (:pull:`2515`) by :user:`schlunma`

Installation
~~~~~~~~~~~~

- Switch to new iris >= 3.10.0 API (:pull:`2500`) by :user:`schlunma`
- Fix rounding of Pandas datetimes in ICON CMORizer to allow installing latest Pandas version (:pull:`2529`) by :user:`valeriupredoi`

Automatic testing
~~~~~~~~~~~~~~~~~

- Fix type hint for new mypy version (:pull:`2497`) by :user:`schlunma`
- reformat datetime strings be in line with new ``isodate==0.7.0`` and actual ISO8601 and pin ``isodate>=0.7.0`` (:pull:`2546`) by :user:`valeriupredoi`

.. _changelog-v2-11-0:

v2.11.0
Expand Down

0 comments on commit 98d2f58

Please sign in to comment.