summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2023-04-25 00:14:27 -0300
committerGitHub <noreply@github.com>2023-04-25 00:14:27 -0300
commit930c56f4985c9dd3c12d5ed0fe5b55cb8d61be01 (patch)
treefbd08042f8a56f1b6d0ebbcc8cfc521e604ab823 /CHANGES
parent81a56447ba56275462fd04e1c4d7126cfe52e4ee (diff)
parent6aab28941ecc5f4894535b5f4116b018fde0d53a (diff)
downloadpint-930c56f4985c9dd3c12d5ed0fe5b55cb8d61be01.tar.gz
Merge branch 'master' into master
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES24
1 files changed, 24 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1499299..cf9b589 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,21 +4,44 @@ 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)
- Remove deprecated `alen` numpy function
(PR #1678)
+- Updated URLs for log and offset unit errors.
+ (PR #1727)
+- 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)
+- Added Townsend unit
+ (PR #1738)
### 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 +79,7 @@ types for pint-pandas compatibility. (#1596)
- New documentation format and organization!
- Better support for pandas and dask.
+
0.19.2 (2022-04-23)
-------------------