Skip to content

Commit 27379b9

Browse files
committed
Release v2025.06.0
1 parent fa01fad commit 27379b9

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
@@ -278,6 +278,8 @@ using time offset arithmetic via the :py:func:`pandas.tseries.frequencies.to_off
278278
For more examples of using grouped operations on a time dimension, see :doc:`../examples/weather-data`.
279279

280280

281+
.. _seasonal_grouping:
282+
281283
Handling Seasons
282284
~~~~~~~~~~~~~~~~
283285

doc/whats-new.rst

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,13 @@ What's New
1919
2020
.. _whats-new.2025.05.0:
2121

22-
v2025.05.0 (unreleased)
23-
-----------------------
22+
v2025.06.0 (Jun 10, 2025)
23+
-------------------------
24+
25+
This release brings HTML reprs to the documentation, fixes to flexible Xarray indexes, performance optimizations, more ergonomic seasonal grouping and resampling
26+
with new :py:class:`~xarray.groupers.SeasonGrouper` and :py:class:`~xarray.groupers.SeasonResampler` objects, and bugfixes.
27+
Thanks to the 32 contributors to this release:
28+
Andrecho, Antoine Gibek, Benoit Bovy, 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
2429

2530
New Features
2631
~~~~~~~~~~~~
@@ -29,7 +34,9 @@ New Features
2934
that are excluded from alignment).
3035
(:issue:`10243`, :pull:`10293`)
3136
By `Benoit Bovy <https://github.com/benbovy>`_.
32-
37+
- New :py:class:`~xarray.groupers.SeasonGrouper` and :py:class:`~xarray.groupers.SeasonResampler` objects for ergonomic seasonal aggregation.
38+
See the docs on :ref:`seasonal_grouping` or `blog post <https://xarray.dev/blog/season-grouping>`_ for more.
39+
By `Deepak Cherian <https://github.com/dcherian>`_.
3340
- Data corruption issues arising from misaligned Dask and Zarr chunks
3441
can now be prevented using the new ``align_chunks`` parameter in
3542
:py:meth:`~xarray.DataArray.to_zarr`. This option automatically rechunk
@@ -38,13 +45,9 @@ New Features
3845
(:issue:`9914`, :pull:`10336`)
3946
By `Joseph Nowak <https://github.com/josephnowak>`_.
4047

41-
42-
Breaking changes
43-
~~~~~~~~~~~~~~~~
44-
45-
Deprecations
46-
~~~~~~~~~~~~
47-
48+
Documentation
49+
~~~~~~~~~~~~~
50+
- HTML reprs! By `Scott Henderson <https://github.com/scottyhq`_.
4851

4952
Bug fixes
5053
~~~~~~~~~

0 commit comments

Comments
 (0)