Skip to content

Commit 83c2919

Browse files
authored
Add 2023.08.0 whats-new (#8081)
* Add 2023.08.0 whats-new * Update doc/whats-new.rst * [skip-ci] Update doc/whats-new.rst
1 parent 4c07a01 commit 83c2919

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

doc/whats-new.rst

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,24 @@ What's New
1414
1515
np.random.seed(123456)
1616
17-
.. _whats-new.2023.07.1:
17+
.. _whats-new.2023.08.0:
1818

19-
v2023.07.1 (unreleased)
20-
-----------------------
19+
v2023.08.0 (Aug 18, 2023)
20+
-------------------------
21+
22+
This release brings changes to minimum dependencies, allows reading of datasets where a dimension name is
23+
associated with a multidimensional variable (e.g. finite volume ocean model output), and introduces
24+
a new :py:class:`xarray.Coordinates` object.
25+
26+
Thanks to the 16 contributors to this release: Anderson Banihirwe, Articoking, Benoit Bovy, Deepak Cherian, Harshitha, Ian Carroll,
27+
Joe Hamman, Justus Magin, Peter Hill, Rachel Wegener, Riley Kuttruff, Thomas Nicholas, Tom Nicholas, ilgast, quantsnus, vallirep
28+
29+
Announcements
30+
~~~~~~~~~~~~~
31+
32+
The :py:class:`xarray.Variable` class is being refactored out to a new project title 'namedarray'.
33+
See the `design doc <https://github.com/pydata/xarray/blob/main/design_notes/named_array_design_doc.md>`_ for more
34+
details. Reach out to us on this [discussion topic](https://github.com/pydata/xarray/discussions/8080) if you have any thoughts.
2135

2236
New Features
2337
~~~~~~~~~~~~
@@ -76,13 +90,6 @@ Breaking changes
7690
numbagg 0.1 0.2.1
7791
===================== ========= ========
7892

79-
Deprecations
80-
~~~~~~~~~~~~
81-
82-
83-
Bug fixes
84-
~~~~~~~~~
85-
8693

8794
Documentation
8895
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)