From 3dd10ea8dfb85b226531694e0990587bd77d293c Mon Sep 17 00:00:00 2001 From: Kyle Conroy <kyleconroy@gmail.com> Date: Mon, 15 Jul 2024 08:55:09 -0400 Subject: [PATCH] update changelog for 0.4.1 release --- CHANGES.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 4eab1a1..2fe2c6f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -3,9 +3,11 @@ * Prevent duplicate sub-intervals (quarter/sector/campaign) in data labels. [#120] -0.4.1 (unreleased) +0.4.1 (07.15.2024) ------------------ +* Max pin numpy to to exclude 2.0 until full compatibility can be supported. [#126] + * Fixes CDIPS support by handling columns filled with strings with empty units. [#122] * Removes filepath from FILENAME entry in metadata. [#124]