From 9fd4f5813362de789df1e42cb210b231e17f77ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kai=20M=C3=BChlbauer?= Date: Mon, 25 Mar 2024 13:09:21 +0100 Subject: [PATCH] add whats-new.rst entry --- doc/whats-new.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/whats-new.rst b/doc/whats-new.rst index c1bfaba8756..eb17cb74a93 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -57,15 +57,17 @@ Bug fixes `CFMaskCoder`/`CFScaleOffsetCoder` (:issue:`2304`, :issue:`5597`, :issue:`7691`, :pull:`8713`, see also discussion in :pull:`7654`). By `Kai Mühlbauer `_. -- do not cast `_FillValue`/`missing_value` in `CFMaskCoder` if `_Unsigned` is provided +- Do not cast `_FillValue`/`missing_value` in `CFMaskCoder` if `_Unsigned` is provided (:issue:`8844`, :pull:`8852`). - Adapt handling of copy keyword argument for numpy >= 2.0dev - (:issue:`8844`, :pull:`8851`, :pull:`8865``). + (:issue:`8844`, :pull:`8851`, :pull:`8865`). By `Kai Mühlbauer `_. -- import trapz/trapezoid depending on numpy version. +- Import trapz/trapezoid depending on numpy version (:issue:`8844`, :pull:`8865`). By `Kai Mühlbauer `_. - +- Warn and return bytes undecoded in case of UnicodeDecodeError in h5netcdf-backend + (:issue:`5563`, :pull:`8874`). + By `Kai Mühlbauer `_. Documentation