From 4295db18f28fa453d5c18cf7be898d1aa749492c Mon Sep 17 00:00:00 2001 From: GitHub Actions <> Date: Fri, 15 Dec 2023 17:01:02 +0000 Subject: [PATCH] Committing the 3.14.1 release. --- HISTORY.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 3f8a02787c..b42ba847e1 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -35,8 +35,12 @@ .. :changelog: -Unreleased Changes ------------------- +.. + Unreleased Changes + ------------------ + +3.14.1 (2023-12-15) +------------------- * General * In advance of the numpy 2.0 release, function calls to ``numpy.product`` have been replaced with ``numpy.prod``.