Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 8 additions & 11 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ What's New

.. _whats-new.2025.09.0:

v2025.09.0 (unreleased)
-----------------------
v2025.09.0 (September 2, 2025)
------------------------------

This release brings a number of small improvements and fixes, especially related
to writing DataTree objects and netCDF files to disk.

Thanks to the 13 contributors to this release:
Benoit Bovy, DHRUVA KUMAR KAUSHAL, Deepak Cherian, Dhruva Kumar Kaushal, Giacomo Caria, Ian Hunt-Isaak, Illviljan, Justus Magin, Kai Mühlbauer, Ruth Comer, Spencer Clark, Stephan Hoyer and Tom Nicholas

New Features
~~~~~~~~~~~~
Expand Down Expand Up @@ -51,10 +57,6 @@ Breaking changes
simply wrap the return value of ``to_netcdf()`` with ``bytes()``.
By `Stephan Hoyer <https://github.com/shoyer>`_.

Deprecations
~~~~~~~~~~~~


Bug fixes
~~~~~~~~~
- Fix contour plots not normalizing the colors correctly when using for example logarithmic norms. (:issue:`10551`, :pull:`10565`)
Expand All @@ -72,11 +74,6 @@ Bug fixes
(:issue:`10654`).
By `Stephan Hoyer <https://github.com/shoyer>`_.


Documentation
~~~~~~~~~~~~~


Internal Changes
~~~~~~~~~~~~~~~~
- Run ``TestNetCDF4Data`` as ``TestNetCDF4DataTree`` through ``open_datatree`` (:pull:`10632`).
Expand Down
Loading