summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-10-22 18:51:07 +0000
committerGitHub <noreply@github.com>2022-10-22 18:51:07 +0000
commit385544a4a032fe3d25b6c39d0f6e70b712e42547 (patch)
tree2d098d0acda2a292c606737f74fc0e9a16eb7909 /CHANGES
parentb334e8a180218f66c77fe0f324976c445ba9cbd1 (diff)
parentf9993d0088b18929002586406e2e805bf6c43abb (diff)
downloadpint-385544a4a032fe3d25b6c39d0f6e70b712e42547.tar.gz
Merge #1596
1596: Add ndim attribute for pint-pandas compatibility r=hgrecco a=andrewgsavage - [x] Closes #1599 - [x] Executed ``pre-commit run --all-files`` with no errors - [x] The change is fully covered by automated unit tests - [x] Documented in docs/ as appropriate - [x] Added an entry to the CHANGES file Co-authored-by: Andrew <andrewgsavage@gmail.com> Co-authored-by: andrewgsavage <andrewgsavage@gmail.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6cccf06..3cc3df7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -11,6 +11,8 @@ Pint Changelog
(Issue #1030, #574)
- Added angular frequency documentation page.
- Move ASV benchmarks to dedicated folder. (Issue #1542)
+- An ndim attribute has been added to Quantity and DataFrame has been added to upcast
+types for pint-pandas compatibility. (#1596)
- Fix a recursion error that would be raised when passing quantities to `cond` and `x`.
(Issue #1510, #1530)
- Update test_non_int tests for pytest.