summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2023-04-24 11:21:55 -0300
committerGitHub <noreply@github.com>2023-04-24 11:21:55 -0300
commit4357104a645e90b937a54318f4b5574f7282129f (patch)
tree9217e58390c4e5a88f3beb96995771fc6c8c48b6 /CHANGES
parent62bb350c75d4d8fa61a490eb82c8770c2a09e37b (diff)
parent5cbebb618ea8364902512d0bb352d98d149da161 (diff)
downloadpint-4357104a645e90b937a54318f4b5574f7282129f.tar.gz
Merge branch 'master' into improve-latex-escaping
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 14 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ced5fbe..544f0df 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,21 +4,34 @@ Pint Changelog
0.21 (unreleased)
-----------------
+- 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)
- Improved escaping of special characters for LaTeX format
(PR #1712)
+- 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)
-------------------
@@ -56,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)
-------------------