Skip to content

Commit

Permalink
#2461: Add details for the other backwards incompatible change
Browse files Browse the repository at this point in the history
  • Loading branch information
ehogan committed Jun 26, 2024
1 parent 5eaa87c commit 8695041
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ Backwards incompatible changes
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- Allow contiguous representation of extracted regions (:pull:`2230`) by :user:`rebeccaherman1`

- The preprocessor function :func:`esmvalcore.preprocessor.extract_region`
no longer automatically maps the extracted :class:`iris.cube.Cube` to the
0-360 degrees longitude domain. If you need this behaviour, use
``cube.intersection(longitude=(0., 360.))`` in your Python code after
extracting the region. There is no possibility to restore the previous
behaviour from a recipe.

- Use ``iris.FUTURE.save_split_attrs = True`` to remove iris warning (:pull:`2398`) by :user:`schlunma`

- Since `v3.8.0`_, Iris explicitly distinguishes between local and global
Expand Down

0 comments on commit 8695041

Please sign in to comment.