Skip to content
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

v2023.01.0 whats-new #7440

Merged
merged 3 commits into from
Jan 18, 2023
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
20 changes: 6 additions & 14 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ What's New
np.random.seed(123456)


.. _whats-new.2022.12.1:
.. _whats-new.2023.01.0:

v2022.12.1 (unreleased)
-----------------------

New Features
~~~~~~~~~~~~
v2023.01.0 (Jan 17, 2023)
-------------------------

This release includes a number of bug fixes. Thanks to the 14 contributors to this release:
Aron Gergely, Benoit Bovy, Deepak Cherian, Ian Carroll, Illviljan, Joe Hamman, Justus Magin, Mark Harfouche,
Matthew Roeschke, Paige Martin, Pierre, Sam Levang, Tom White, stefank0.

Breaking changes
~~~~~~~~~~~~~~~~
Expand All @@ -31,10 +31,6 @@ Breaking changes
Use ``.get_indexer([key], method=..., tolerance=...)`` instead (:pull:`7361`).
By `Matthew Roeschke <https://github.com/mroeschke>`_.

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


Bug fixes
~~~~~~~~~

Expand All @@ -51,10 +47,6 @@ Bug fixes
- Preserve original dtype on accessing MultiIndex levels (:issue:`7250`,
:pull:`7393`). By `Ian Carroll <https://github.com/itcarroll>`_.

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


Internal Changes
~~~~~~~~~~~~~~~~
- Add the pre-commit hook `absolufy-imports` to convert relative xarray imports to
Expand Down