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

Release summary for v2023.07.0 #7979

Merged
merged 3 commits into from
Jul 13, 2023
Merged
Changes from 2 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
18 changes: 3 additions & 15 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,30 +14,19 @@ What's New

np.random.seed(123456)

.. _whats-new.2023.06.1:
.. _whats-new.2023.07.0:

v2023.06.1 (unreleased)
v2023.07.0 (July 11, 2023)
-----------------------
TomNicholas marked this conversation as resolved.
Show resolved Hide resolved

New Features
~~~~~~~~~~~~


Breaking changes
~~~~~~~~~~~~~~~~


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

This release brings improvements to the documentation on wrapping numpy-like arrays, improved docstrings, and bug fixes.

Bug fixes
~~~~~~~~~

- Ensure no forward slashes in variable and dimension names for HDF5-based engines.
(:issue:`7943`, :pull:`7953`) By `Kai Mühlbauer <https://github.com/kmuehlbauer>`_.


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

Expand All @@ -52,7 +41,6 @@ Documentation
:py:meth:`Dataset.argmax` (:issue:`6793`, :pull:`7881`)
By `Harshitha <https://github.com/harshitha1201>`_ .


Internal Changes
~~~~~~~~~~~~~~~~

Expand Down