-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Release notes for v2024.09.0 #9480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 1 commit
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,15 +15,21 @@ What's New | |
np.random.seed(123456) | ||
|
||
|
||
.. _whats-new.2024.07.1: | ||
.. _whats-new.2024.09.0: | ||
|
||
v2024.07.1 (unreleased) | ||
----------------------- | ||
v2024.09.0 (Sept 11, 2024) | ||
-------------------------- | ||
This release drops support for Python 3.9, while providing numerous performance improvements and bug fixes. | ||
|
||
Thanks to the 33 contributors to this release: | ||
Alfonso Ladino, Andrew Scherer, Anurag Nayak, David Hoese, Deepak Cherian, Diogo Teles Sant'Anna, Dom, Elliott Sales de Andrade, Eni, Holly Mandel, Illviljan, Jack Kelly, Julius Busecke, Justus Magin, Kai Mühlbauer, Manish Kumar Gupta, Matt Savoie, Maximilian Roos, Michele Claus, Miguel Jimenez, Niclas Rieger, Pascal Bourgault, Philip Chmielowiec, Spencer Clark, Stephan Hoyer, Tao Xin, Tiago Sanona, TimothyCera-NOAA, Tom Nicholas, Tom White, Virgile Andreani, oliverhiggs and tiago | ||
|
||
New Features | ||
~~~~~~~~~~~~ | ||
|
||
- Add :py:attr:`~core.accessor_dt.DatetimeAccessor.days_in_year` and :py:attr:`~core.accessor_dt.DatetimeAccessor.decimal_year` to the Datetime accessor on DataArrays. (:pull:`9105`). | ||
- Add :py:attr:`~core.accessor_dt.DatetimeAccessor.days_in_year` and | ||
:py:attr:`~core.accessor_dt.DatetimeAccessor.decimal_year` to the | ||
``DatetimeAccessor`` on ``xr.DataArray``. (:pull:`9105`). | ||
By `Pascal Bourgault <https://github.com/aulemahal>`_. | ||
|
||
Performance | ||
|
@@ -38,6 +44,8 @@ Performance | |
By `Deepak Cherian <https://github.com/dcherian>`_. | ||
- Allow data variable specific ``constant_values`` in the dataset ``pad`` function (:pull:`9353``). | ||
By `Tiago Sanona <https://github.com/tsanona>`_. | ||
- Speed up grouping by avoiding deep-copy of non-dimension coordinates (:issue:`9426`, :pull:`9393`) | ||
By `Deepak Cherian <https://github.com/dcherian>`_. | ||
|
||
Breaking changes | ||
~~~~~~~~~~~~~~~~ | ||
|
@@ -61,11 +69,6 @@ Breaking changes | |
zarr 2.14 2.16 | ||
===================== ========= ======= | ||
|
||
|
||
Deprecations | ||
~~~~~~~~~~~~ | ||
|
||
|
||
Bug fixes | ||
~~~~~~~~~ | ||
|
||
|
@@ -90,24 +93,12 @@ Bug fixes | |
(:issue:`9408`, :pull:`9413`). | ||
By `Oliver Higgs <https://github.com/oliverhiggs>`_. | ||
|
||
Performance | ||
~~~~~~~~~~~ | ||
|
||
- Speed up grouping by avoiding deep-copy of non-dimension coordinates (:issue:`9426`, :pull:`9393`) | ||
By `Deepak Cherian <https://github.com/dcherian>`_. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I just shimmied this up into the other performance section so things were consolidated. |
||
|
||
Documentation | ||
~~~~~~~~~~~~~ | ||
|
||
|
||
Internal Changes | ||
~~~~~~~~~~~~~~~~ | ||
|
||
- Re-enable testing ``pydap`` backend with ``numpy>=2`` (:pull:`9391`). | ||
By `Miguel Jimenez <https://github.com/Mikejmnez>`_ . | ||
|
||
|
||
|
||
.. _whats-new.2024.07.0: | ||
|
||
v2024.07.0 (Jul 30, 2024) | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.