From b0b16b811aaf7bb866ca764259c0cd20f8c03950 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Sat, 18 Jun 2022 17:52:37 +0100 Subject: [PATCH] REL: 4.0.1 --- Changelog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/Changelog b/Changelog index c485ab5966..55586f87a3 100644 --- a/Changelog +++ b/Changelog @@ -25,6 +25,21 @@ Eric Larson (EL), Demian Wassermann, Stephan Gerhard and Ross Markello (RM). References like "pr/298" refer to github pull request numbers. +4.0.1 (Saturday 18 June 2022) +============================= + +Bug-fix release in the 4.0.x series. + +Bug fixes +--------- +* Finalize 4.0 deprecations, converting tests expecting ``DeprecationWarning`` to + expected ``ExpiredDeprecationError`` (pr/1117) (CM) + +Maintenance +----------- +* Suppress new numpy warning on nan-to-int cast (pr/1118) (CM, reviewed by MB) + + 4.0.0 (Saturday 18 June 2022) =============================