From 58776eb1020015040195ed7721f29afd3c9e33e4 Mon Sep 17 00:00:00 2001 From: Andrew Date: Sun, 29 Dec 2024 21:11:18 +0000 Subject: [PATCH] changes --- CHANGES | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES b/CHANGES index 037310c..5c0d6fd 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,7 @@ pint-pandas Changelog -------------------- - Added `__array_function__` support for numpy fuctions like clip. +- `PintArray` now explictly shows its `subtype`, the data type of its magnitude array, eg `pint[m][Float64]` 0.6.2 (2024-07-29)