From 69cd7b97e0690dc73168e98ba27b52bc6018fa90 Mon Sep 17 00:00:00 2001 From: jamesli124 <58196853+jamesli124@users.noreply.github.com> Date: Tue, 10 Dec 2024 13:23:31 -0600 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf823b..246b5b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ and this project adheres to behavior of original scripts - rename `fraction_high` and `fraction_low` to `min_length` and `max_length` for all features, deprecating old args as aliases if needed. +- numpy 2 compatible ### Added - internal `utils._typing` and `utils._deprecation` modules