diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 59c7c048c3f..04c26542f2d 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -14,22 +14,12 @@ What's New np.random.seed(123456) -.. _whats-new.2023.06.1: +.. _whats-new.2023.07.0: -v2023.06.1 (unreleased) ------------------------ - -New Features -~~~~~~~~~~~~ - - -Breaking changes -~~~~~~~~~~~~~~~~ - - -Deprecations -~~~~~~~~~~~~ +v2023.07.0 (July 11, 2023) +-------------------------- +This release brings improvements to the documentation on wrapping numpy-like arrays, improved docstrings, and bug fixes. Bug fixes ~~~~~~~~~ @@ -37,7 +27,6 @@ Bug fixes - Ensure no forward slashes in variable and dimension names for HDF5-based engines. (:issue:`7943`, :pull:`7953`) By `Kai Mühlbauer `_. - Documentation ~~~~~~~~~~~~~ @@ -52,7 +41,6 @@ Documentation :py:meth:`Dataset.argmax` (:issue:`6793`, :pull:`7881`) By `Harshitha `_ . - Internal Changes ~~~~~~~~~~~~~~~~