summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2023-04-24 23:19:02 -0300
committerGitHub <noreply@github.com>2023-04-24 23:19:02 -0300
commit6b115f68a53083c3188cb62f175b17b0403a9a2c (patch)
tree1d12a5ca0e86ffd41aba2a0a22684c7fef7c10b8 /CHANGES
parentcb3709a1ebbde5829aee0f2d848fcff3484e06d2 (diff)
parentbd935fd679d642758e88f23ed42d528f7399da6e (diff)
downloadpint-6b115f68a53083c3188cb62f175b17b0403a9a2c.tar.gz
Merge branch 'master' into patch-type-imports
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 19 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ceffb63..dc0c84f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,21 +4,39 @@ Pint Changelog
0.21 (unreleased)
-----------------
+- 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)
- Patched TYPE_CHECKING import regression.
(PR #1686)
+- Parse '°' along with previous text, rather than adding a space,
+ allowing, eg 'Δ°C' as a unit.
+ (PR #1729)
+- 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 +74,7 @@ types for pint-pandas compatibility. (#1596)
- New documentation format and organization!
- Better support for pandas and dask.
+
0.19.2 (2022-04-23)
-------------------