From 2b257dff64f9ee54f15afd0c0a600270e2242975 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Wed, 12 Jun 2024 12:33:04 -0400 Subject: [PATCH] freeze change log --- CHANGES.rst | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 2b0f5d16..de16adf1 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,10 +1,10 @@ -1.7.2 (unreleased) +1.7.3 (unreleased) ================== General ------- -- build with Numpy 2.0 release candidate [#260] +- Changes to API -------------- @@ -13,12 +13,25 @@ Changes to API Bug Fixes --------- + +- + +1.7.2 (2024-06-12) +================== + +General +------- + +- build with Numpy 2.0 release candidate [#260] + +Bug Fixes +--------- + jump ~~~~ - Flag asymmetrical snowballs that are missed by the current code (JP-3638). This was changed to not require that the center of the snowball jump ellipse is a saturated pixel. [#261] -- 1.7.1 (2024-05-21) ==================