From 45e10474fd92e0b4f8cf4a7098a01de2691c281c Mon Sep 17 00:00:00 2001 From: Bryna Hazelton Date: Fri, 28 Jun 2024 12:53:07 -0700 Subject: [PATCH] update the changelog for a new release --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c16dbd4d5..a257ebe1e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,10 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [2.4.5] - 2024-6-28 ### Changed - numpy c-api for 2.0 compatibility -- numpy.string_ calls to numpy.bytes_ +- numpy.string_ calls to numpy.bytes_, np.in1d to np.isin and a few other changes +for numpy 2.0 compatibility. ### Fixed - Fixed #1445 in which in some corner cases the `antpairs` array was not correctly interpreted as int.