summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorToon Verstraelen <Toon.Verstraelen@UGent.be>2022-10-26 19:32:59 +0200
committerGitHub <noreply@github.com>2022-10-26 19:32:59 +0200
commitb0faa1437ec9e9a203b06e589b64ecbb39364058 (patch)
tree1f345af5e0441a54929e9d1d00499f3a54bf16f5 /CHANGES
parentc6b32a085dd5b9d9f9c64053066484f4ac3dda54 (diff)
parente1432494930b732b7ecb71acfb18f3a2a1c82644 (diff)
downloadpint-b0faa1437ec9e9a203b06e589b64ecbb39364058.tar.gz
Merge branch 'master' into fix-trailing-zeros-decimal
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES19
1 files changed, 15 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index 2eecd04..16622bf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,23 @@
Pint Changelog
==============
-0.20 (unreleased)
-------------------
+0.21 (unreleased)
+-----------------
+
+- Avoid addition of spurious trailing zeros when converting units and non-int-type is
+ Decimal (Issue #1621).
+
+
+0.20 (2022-10-25)
+-----------------
- Reorganized code into facets.
Each facet encapsulate a Pint functionality.
(See #1466, #1479)
+- The definition parser is now completely appart, making it easy to try other formats.
+ (See #1595)
+- Extra requires for optional packages are now explicit in setup.cfg
+ (See #1627)
- Parse both Greek mu and micro Unicode points without error.
(Issue #1030, #574)
- Added angular frequency documentation page.
@@ -18,8 +29,8 @@ types for pint-pandas compatibility. (#1596)
(Issue #1510, #1530)
- Update test_non_int tests for pytest.
- Create NaN-value quantities of appropriate non-int-type (Issue #1570).
-- Avoid addition of spurious trailing zeros when converting units and non-int-type is
- Decimal (Issue #1621).
+- New documentation format and organization!
+- Better support for pandas and dask.
0.19.2 (2022-04-23)