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

2023.11.0 Whats-new #8461

Merged
merged 7 commits into from
Nov 17, 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
19 changes: 11 additions & 8 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,18 @@ What's New

np.random.seed(123456)

.. _whats-new.2023.10.2:
.. _whats-new.2023.11.0:

v2023.10.2 (unreleased)
-----------------------
v2023.11.0 (Nov 16, 2023)
-------------------------

This release brings the ability to use ``opt_einsum`` for :py:func:`xarray.dot` by default,
support for auto-detecting ``region`` when writing partial datasets to Zarr, and the use of h5py
drivers with ``h5netcdf``.

Thanks to the 17 contributors to this release:
Aman Bagrecha, Anderson Banihirwe, Ben Mares, Deepak Cherian, Dimitri Papadopoulos Orfanos, Ezequiel Cimadevilla Alvarez,
Illviljan, Justus Magin, Katelyn FitzGerald, Martin Durant, Maximilian Roos, Metamess, Sam Levang, Spencer Clark, Tom Nicholas, mgunyho, templiert
dcherian marked this conversation as resolved.
Show resolved Hide resolved

New Features
~~~~~~~~~~~~
Expand Down Expand Up @@ -100,11 +108,6 @@ Documentation
- Small updates to documentation on distributed writes: See :ref:`io.zarr.appending` to Zarr.
By `Deepak Cherian <https://github.com/dcherian>`_.


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


.. _whats-new.2023.10.1:

v2023.10.1 (19 Oct, 2023)
Expand Down
Loading