From 4473d6dae6b475cfb5253dba5268b35b6ffaa8fb Mon Sep 17 00:00:00 2001
From: Deepak Cherian
Date: Fri, 17 Nov 2023 14:02:20 -0700
Subject: [PATCH] 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
---
doc/_static/style.css | 5 +++++
doc/conf.py | 1 +
doc/whats-new.rst | 25 +++++++++++++++++--------
3 files changed, 23 insertions(+), 8 deletions(-)
diff --git a/doc/_static/style.css b/doc/_static/style.css
index a097398d1e9..ea42511c51e 100644
--- a/doc/_static/style.css
+++ b/doc/_static/style.css
@@ -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 {
diff --git a/doc/conf.py b/doc/conf.py
index 9f3a70717f6..f305c2a0fa7 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -242,6 +242,7 @@
Theme by the Executable Book Project
""",
twitter_url="https://twitter.com/xarray_dev",
icon_links=[], # workaround for pydata/pydata-sphinx-theme#1220
+ announcement="🍾 Xarray is now 10 years old! 🎉",
)
diff --git a/doc/whats-new.rst b/doc/whats-new.rst
index 928a2c95cac..20e269e6025 100644
--- a/doc/whats-new.rst
+++ b/doc/whats-new.rst
@@ -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! `_ 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
~~~~~~~~~~~~
@@ -100,11 +114,6 @@ Documentation
- Small updates to documentation on distributed writes: See :ref:`io.zarr.appending` to Zarr.
By `Deepak Cherian `_.
-
-Internal Changes
-~~~~~~~~~~~~~~~~
-
-
.. _whats-new.2023.10.1:
v2023.10.1 (19 Oct, 2023)