summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRyan May <rmay@ucar.edu>2022-11-28 14:48:09 -0700
committerGitHub <noreply@github.com>2022-11-28 14:48:09 -0700
commit6ec28e21c4a2961a0a3421516f8874d27f941c0f (patch)
treeddd7bd899ec39bd40667b358ab348d0a1b983b9a /CHANGES
parentc659d9ed8dda8b4223f157addc7ee6435566cb94 (diff)
parent1ee193fa8ee699495a679aa58fe99a8ffcface81 (diff)
downloadpint-6ec28e21c4a2961a0a3421516f8874d27f941c0f.tar.gz
Merge branch 'master' into fix-1584
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES39
1 files changed, 37 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index f0e24e1..e88fbb0 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,19 +1,54 @@
Pint Changelog
==============
-0.20 (unreleased)
-------------------
+0.21 (unreleased)
+-----------------
+
+- Fix error when when re-registering a formatter.
+ (PR #1629)
+- Add new SI prefixes: ronna-, ronto-, quetta-, quecto-.
+ (PR #1652)
+- Implementation for numpy.positive added for Quantity.
+ (PR #1663)
+- Changed frequency to angular frequency in the docs.
+ (PR #1668)
+
+
+0.20.1 (2022-10-27)
+-------------------
+
+- Simplify registry subclassing.
+ (Issue #1631)
+- Restore intersphinx cross reference functionality.
+ (Issue #1637)
+- Use a newer version of flexparser that can deal with
+ imports in linked/temporary folders.
+ (Issue #1634)
+
+
+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.
- Move ASV benchmarks to dedicated folder. (Issue #1542)
+- Implement `numpy.broadcast_arrays` (#1607)
+- An ndim attribute has been added to Quantity and DataFrame has been added to upcast
+types for pint-pandas compatibility. (#1596)
- Fix a recursion error that would be raised when passing quantities to `cond` and `x`.
(Issue #1510, #1530)
- Update test_non_int tests for pytest.
+- Create NaN-value quantities of appropriate non-int-type (Issue #1570).
+- New documentation format and organization!
+- Better support for pandas and dask.
- Fix masked arrays (with multiple values) incorrectly being passed through
setitem (Issue #1584)