From 25c60927d75fcf86e43f06823bb243295bcb0abd Mon Sep 17 00:00:00 2001 From: alphasentaurii Date: Tue, 17 Sep 2024 11:30:45 -0400 Subject: [PATCH] update changelog --- CHANGES.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 2fd6765..b1a15ed 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,11 @@ +1.1.2 (unreleased) +================== + +preprocessor +------------ +- explicitly pass `encoding=bytes` in transform.hypersonic_pliers for numpy 2 compatibility where this will no longer be the default for np.loadtxt [#92] + + 1.1.1 (2024-07-11) ==================