From d670d0ceb72eb6fc7ebd69a0ba931908d8e15d7e Mon Sep 17 00:00:00 2001 From: David Stansby Date: Thu, 22 Aug 2024 09:05:13 +0100 Subject: [PATCH] Add changelog --- docs/release.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/release.rst b/docs/release.rst index 9c2840a70a..fe26ffbd88 100644 --- a/docs/release.rst +++ b/docs/release.rst @@ -24,14 +24,23 @@ Release notes 2.18.3 ------ +Enhancements +~~~~~~~~~~~~ +* Added support for creating a coyp of data when converting a `zarr.Array` + to a numpy array. + By :user:`David Stansby ` + Maintenance ~~~~~~~~~~~ * Removed support for Python 3.9. By :user:`David Stansby ` - + * Fix a regression when using orthogonal indexing with a scalar. By :user:`Deepak Cherian ` :issue:`1931` +* Added compatibility with numpy 2.1. + By :user:`David Stansby ` + .. _release_2.18.2: