Skip to content

Commit

Permalink
Add 2023.08.0 whats-new (#8081)
Browse files Browse the repository at this point in the history
* Add 2023.08.0 whats-new

* Update doc/whats-new.rst

* [skip-ci] Update doc/whats-new.rst
  • Loading branch information
dcherian committed Aug 18, 2023
1 parent 4c07a01 commit 83c2919
Showing 1 changed file with 17 additions and 10 deletions.
27 changes: 17 additions & 10 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,24 @@ What's New
np.random.seed(123456)
.. _whats-new.2023.07.1:
.. _whats-new.2023.08.0:

v2023.07.1 (unreleased)
-----------------------
v2023.08.0 (Aug 18, 2023)
-------------------------

This release brings changes to minimum dependencies, allows reading of datasets where a dimension name is
associated with a multidimensional variable (e.g. finite volume ocean model output), and introduces
a new :py:class:`xarray.Coordinates` object.

Thanks to the 16 contributors to this release: Anderson Banihirwe, Articoking, Benoit Bovy, Deepak Cherian, Harshitha, Ian Carroll,
Joe Hamman, Justus Magin, Peter Hill, Rachel Wegener, Riley Kuttruff, Thomas Nicholas, Tom Nicholas, ilgast, quantsnus, vallirep

Announcements
~~~~~~~~~~~~~

The :py:class:`xarray.Variable` class is being refactored out to a new project title 'namedarray'.
See the `design doc <https://github.com/pydata/xarray/blob/main/design_notes/named_array_design_doc.md>`_ for more
details. Reach out to us on this [discussion topic](https://github.com/pydata/xarray/discussions/8080) if you have any thoughts.

New Features
~~~~~~~~~~~~
Expand Down Expand Up @@ -76,13 +90,6 @@ Breaking changes
numbagg 0.1 0.2.1
===================== ========= ========

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


Bug fixes
~~~~~~~~~


Documentation
~~~~~~~~~~~~~
Expand Down

0 comments on commit 83c2919

Please sign in to comment.