From 4c07189d9cf2731f3919afc38c3355596a276d36 Mon Sep 17 00:00:00 2001 From: Thomas Nicholas Date: Tue, 11 Jul 2023 13:58:45 -0400 Subject: [PATCH 1/3] release summary --- doc/whats-new.rst | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 59c7c048c3f..c11962dc9f5 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) +v2023.07.0 (07/11/2023) ----------------------- -New Features -~~~~~~~~~~~~ - - -Breaking changes -~~~~~~~~~~~~~~~~ - - -Deprecations -~~~~~~~~~~~~ - +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 ~~~~~~~~~~~~~~~~ From 5078b5e9fc80b10d7e531726a561a39a3761ed9c Mon Sep 17 00:00:00 2001 From: Tom Nicholas Date: Wed, 12 Jul 2023 10:17:24 -0400 Subject: [PATCH 2/3] Date format Co-authored-by: Anderson Banihirwe <13301940+andersy005@users.noreply.github.com> --- doc/whats-new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index c11962dc9f5..1fd98776d6a 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -16,7 +16,7 @@ What's New .. _whats-new.2023.07.0: -v2023.07.0 (07/11/2023) +v2023.07.0 (July 11, 2023) ----------------------- This release brings improvements to the documentation on wrapping numpy-like arrays, improved docstrings, and bug fixes. From 2e392a3318c4d17ca07064a6ad7632f81e56a10f Mon Sep 17 00:00:00 2001 From: Tom Nicholas Date: Thu, 13 Jul 2023 11:58:32 -0400 Subject: [PATCH 3/3] Fix length of underline --- doc/whats-new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 1fd98776d6a..04c26542f2d 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -17,7 +17,7 @@ What's New .. _whats-new.2023.07.0: v2023.07.0 (July 11, 2023) ------------------------ +-------------------------- This release brings improvements to the documentation on wrapping numpy-like arrays, improved docstrings, and bug fixes.