Skip to content

Commit

Permalink
update the changelog for a new release
Browse files Browse the repository at this point in the history
  • Loading branch information
bhazelton committed Jun 28, 2024
1 parent ad0f9d6 commit 45e1047
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 45e1047

Please sign in to comment.