Skip to content

Commit 4473d6d

Browse files
authored
2023.11.0 Whats-new (#8461)
* 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
1 parent b6eaf43 commit 4473d6d

File tree

3 files changed

+23
-8
lines changed

3 files changed

+23
-8
lines changed

doc/_static/style.css

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ table.docutils td {
77
word-wrap: break-word;
88
}
99

10+
div.bd-header-announcement {
11+
background-color: unset;
12+
color: #000;
13+
}
14+
1015
/* Reduce left and right margins */
1116

1217
.container, .container-lg, .container-md, .container-sm, .container-xl {

doc/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@
242242
Theme by the <a href="https://ebp.jupyterbook.org">Executable Book Project</a></p>""",
243243
twitter_url="https://twitter.com/xarray_dev",
244244
icon_links=[], # workaround for pydata/pydata-sphinx-theme#1220
245+
announcement="🍾 <a href='https://github.com/pydata/xarray/discussions/8462'>Xarray is now 10 years old!</a> 🎉",
245246
)
246247

247248

doc/whats-new.rst

+17-8
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,24 @@ What's New
1414
1515
np.random.seed(123456)
1616
17-
.. _whats-new.2023.10.2:
17+
.. _whats-new.2023.11.0:
1818

19-
v2023.10.2 (unreleased)
20-
-----------------------
19+
v2023.11.0 (Nov 16, 2023)
20+
-------------------------
21+
22+
23+
.. tip::
24+
25+
`This is our 10th year anniversary release! <https://github.com/pydata/xarray/discussions/8462>`_ Thank you for your love and support.
26+
27+
28+
This release brings the ability to use ``opt_einsum`` for :py:func:`xarray.dot` by default,
29+
support for auto-detecting ``region`` when writing partial datasets to Zarr, and the use of h5py
30+
drivers with ``h5netcdf``.
31+
32+
Thanks to the 19 contributors to this release:
33+
Aman Bagrecha, Anderson Banihirwe, Ben Mares, Deepak Cherian, Dimitri Papadopoulos Orfanos, Ezequiel Cimadevilla Alvarez,
34+
Illviljan, Justus Magin, Katelyn FitzGerald, Kai Muehlbauer, Martin Durant, Maximilian Roos, Metamess, Sam Levang, Spencer Clark, Tom Nicholas, mgunyho, templiert
2135

2236
New Features
2337
~~~~~~~~~~~~
@@ -100,11 +114,6 @@ Documentation
100114
- Small updates to documentation on distributed writes: See :ref:`io.zarr.appending` to Zarr.
101115
By `Deepak Cherian <https://github.com/dcherian>`_.
102116

103-
104-
Internal Changes
105-
~~~~~~~~~~~~~~~~
106-
107-
108117
.. _whats-new.2023.10.1:
109118

110119
v2023.10.1 (19 Oct, 2023)

0 commit comments

Comments
 (0)