summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2023-04-24 10:14:05 -0300
committerGitHub <noreply@github.com>2023-04-24 10:14:05 -0300
commit8e86ec43e911f54da70d7da20c723392e5c9b508 (patch)
tree99b8e4a990a0f395b8fe7dfd7130c11d06302e69 /CHANGES
parentf5d095347ef7262fa9b76c2dbeb4afc1cfcb3f17 (diff)
parent238fdc151ed5fe7cdf3ac2933b90d3d7bdf2e4c5 (diff)
downloadpint-8e86ec43e911f54da70d7da20c723392e5c9b508.tar.gz
Merge branch 'master' into degree-parsing
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 06fd44e..400ae0c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,6 +15,10 @@ Pint Changelog
- Parse '°' along with previous text, rather than adding a space,
allowing, eg 'Δ°C' as a unit.
(PR #1729)
+- Implementation for numpy.delete added for Quantity.
+ (PR #1669)
+- Fixed Quantity type returned from `__dask_postcompute__`.
+ (PR #1722)
### Breaking Changes