Skip to content

Commit

Permalink
2023.11.0 Whats-new (#8461)
Browse files Browse the repository at this point in the history
* 2023.11.0 Whats-new

* Update doc/whats-new.rst

* Add whats-new 10 year note

* Add banner

* [skip-ci] add

* Update doc/whats-new.rst
  • Loading branch information
dcherian committed Nov 17, 2023
1 parent b6eaf43 commit 4473d6d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 8 deletions.
5 changes: 5 additions & 0 deletions doc/_static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ table.docutils td {
word-wrap: break-word;
}

div.bd-header-announcement {
background-color: unset;
color: #000;
}

/* Reduce left and right margins */

.container, .container-lg, .container-md, .container-sm, .container-xl {
Expand Down
1 change: 1 addition & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@
Theme by the <a href="https://ebp.jupyterbook.org">Executable Book Project</a></p>""",
twitter_url="https://twitter.com/xarray_dev",
icon_links=[], # workaround for pydata/pydata-sphinx-theme#1220
announcement="🍾 <a href='https://github.com/pydata/xarray/discussions/8462'>Xarray is now 10 years old!</a> 🎉",
)


Expand Down
25 changes: 17 additions & 8 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,24 @@ 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)
-------------------------


.. tip::

`This is our 10th year anniversary release! <https://github.com/pydata/xarray/discussions/8462>`_ Thank you for your love and support.


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 19 contributors to this release:
Aman Bagrecha, Anderson Banihirwe, Ben Mares, Deepak Cherian, Dimitri Papadopoulos Orfanos, Ezequiel Cimadevilla Alvarez,
Illviljan, Justus Magin, Katelyn FitzGerald, Kai Muehlbauer, Martin Durant, Maximilian Roos, Metamess, Sam Levang, Spencer Clark, Tom Nicholas, mgunyho, templiert

New Features
~~~~~~~~~~~~
Expand Down Expand Up @@ -100,11 +114,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

0 comments on commit 4473d6d

Please sign in to comment.