Skip to content

Commit 710f436

Browse files
authored
Release v2025.06.0 (#10406)
1 parent 95a37d9 commit 710f436

File tree

2 files changed

+15
-10
lines changed

2 files changed

+15
-10
lines changed

doc/user-guide/time-series.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,8 @@ using time offset arithmetic via the :py:func:`pandas.tseries.frequencies.to_off
302302
For more examples of using grouped operations on a time dimension, see :doc:`../examples/weather-data`.
303303

304304

305+
.. _seasonal_grouping:
306+
305307
Handling Seasons
306308
~~~~~~~~~~~~~~~~
307309

doc/whats-new.rst

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,13 @@ What's New
77

88
.. _whats-new.2025.05.0:
99

10-
v2025.05.0 (unreleased)
11-
-----------------------
10+
v2025.06.0 (Jun 10, 2025)
11+
-------------------------
12+
13+
This release brings HTML reprs to the documentation, fixes to flexible Xarray indexes, performance optimizations, more ergonomic seasonal grouping and resampling
14+
with new :py:class:`~xarray.groupers.SeasonGrouper` and :py:class:`~xarray.groupers.SeasonResampler` objects, and bugfixes.
15+
Thanks to the 33 contributors to this release:
16+
Andrecho, Antoine Gibek, Benoit Bovy, Brian Michell, Christine P. Chai, David Huard, Davis Bennett, Deepak Cherian, Dimitri Papadopoulos Orfanos, Elliott Sales de Andrade, Erik, Erik Månsson, Giacomo Caria, Ilan Gold, Illviljan, Jesse Rusak, Jonathan Neuhauser, Justus Magin, Kai Mühlbauer, Kimoon Han, Konstantin Ntokas, Mark Harfouche, Michael Niklas, Nick Hodgskin, Niko Sirmpilatze, Pascal Bourgault, Scott Henderson, Simon Perkins, Spencer Clark, Tom Vo, Trevor James Smith, joseph nowak and micguerr-bopen
1217

1318
New Features
1419
~~~~~~~~~~~~
@@ -19,7 +24,9 @@ New Features
1924
that are excluded from alignment).
2025
(:issue:`10243`, :pull:`10293`)
2126
By `Benoit Bovy <https://github.com/benbovy>`_.
22-
27+
- New :py:class:`~xarray.groupers.SeasonGrouper` and :py:class:`~xarray.groupers.SeasonResampler` objects for ergonomic seasonal aggregation.
28+
See the docs on :ref:`seasonal_grouping` or `blog post <https://xarray.dev/blog/season-grouping>`_ for more.
29+
By `Deepak Cherian <https://github.com/dcherian>`_.
2330
- Data corruption issues arising from misaligned Dask and Zarr chunks
2431
can now be prevented using the new ``align_chunks`` parameter in
2532
:py:meth:`~xarray.DataArray.to_zarr`. This option automatically rechunk
@@ -28,13 +35,9 @@ New Features
2835
(:issue:`9914`, :pull:`10336`)
2936
By `Joseph Nowak <https://github.com/josephnowak>`_.
3037

31-
32-
Breaking changes
33-
~~~~~~~~~~~~~~~~
34-
35-
Deprecations
36-
~~~~~~~~~~~~
37-
38+
Documentation
39+
~~~~~~~~~~~~~
40+
- HTML reprs! By `Scott Henderson <https://github.com/scottyhq>`_.
3841

3942
Bug fixes
4043
~~~~~~~~~

0 commit comments

Comments
 (0)