summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2023-04-24 13:07:43 -0300
committerGitHub <noreply@github.com>2023-04-24 13:07:43 -0300
commite1482b102aadd57ffa3e10a7d53c2f564f34351e (patch)
tree38318c07764a56c2d8539236aea45f7ea4d6c488 /CHANGES
parentd99d5a635e914e04ff165937d452dea243f4baf4 (diff)
parent5cbebb618ea8364902512d0bb352d98d149da161 (diff)
downloadpint-e1482b102aadd57ffa3e10a7d53c2f564f34351e.tar.gz
Merge branch 'master' into PEP621
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index acd74b4..eaa3c49 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,10 +6,31 @@ Pint Changelog
- Add PEP621/631 support.
(Issue #1647)
+- Exposed matplotlib unit formatter (PR #1703)
- Fix error when when re-registering a formatter.
(PR #1629)
- Add new SI prefixes: ronna-, ronto-, quetta-, quecto-.
(PR #1652)
+- Fix unit check with `atol` using `np.allclose` & `np.isclose`.
+ (Issue #1658)
+- Implementation for numpy.positive added for Quantity.
+ (PR #1663)
+- Changed frequency to angular frequency in the docs.
+ (PR #1668)
+- Avoid addition of spurious trailing zeros when converting units and non-int-type is
+ Decimal (PR #1625).
+- Implementation for numpy.delete added for Quantity.
+ (PR #1669)
+- Fixed Quantity type returned from `__dask_postcompute__`.
+ (PR #1722)
+
+
+### Breaking Changes
+
+- Support percent and ppm units. Support the `%` symbol.
+ (Issue #1277)
+- Fix error when parsing subtraction operator followed by white space.
+ (PR #1701)
0.20.1 (2022-10-27)
@@ -48,6 +69,7 @@ types for pint-pandas compatibility. (#1596)
- New documentation format and organization!
- Better support for pandas and dask.
+
0.19.2 (2022-04-23)
-------------------