From 37a7b09a1c0e909d67637fe599435b3af36bc971 Mon Sep 17 00:00:00 2001 From: eschalk Date: Sun, 4 Feb 2024 21:13:10 +0100 Subject: [PATCH] wrong join --- doc/whats-new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 93dbc5a387b..ceff3e93323 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -26,7 +26,7 @@ New Features - Allow negative frequency strings (e.g. ``"-1YE"``). These strings are for example used in :py:func:`date_range`, and :py:func:`cftime_range` (:pull:`8651`). By `Mathias Hauser `_. -- Added a ``join="exact"`` mode for ``Aligner.align`` and related classes. +- Added a ``join='strict'`` mode for ``Aligner.align`` and related classes. (:issue:`7132`, :issue:`8230`). By `Etienne Schalk `_. - Add :py:meth:`NamedArray.expand_dims`, :py:meth:`NamedArray.permute_dims` and :py:meth:`NamedArray.broadcast_to`