summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorJules Chéron <43635101+jules-ch@users.noreply.github.com>2022-02-23 21:53:41 +0100
committerGitHub <noreply@github.com>2022-02-23 21:53:41 +0100
commit45a9b99d4b0d6035d74beca65c99c0dbb4622596 (patch)
tree2a72c4702ef65ff77f2dbe88bdceb56c6dbcadf0 /CHANGES
parent96fee63d2ae67ae172d1223c68d3bcb538144371 (diff)
parent67b067dd0323241ed8a4f8cbd72367fd15fcd92a (diff)
downloadpint-45a9b99d4b0d6035d74beca65c99c0dbb4622596.tar.gz
Merge branch 'master' into testing
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 05dee53..142c95a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -17,6 +17,8 @@ Pint Changelog
- Implement `numpy.nanprod` (Issue #1369)
- Fix default_format ignored for measurement (Issue #1456)
- Add `pint.testing` with functions to compare pint objects in tests (Issue #1421).
+- Fix handling modulo & floordiv operator in pint_eval (Issue #1470)
+- Fix `to_compact` and `infer_base_unit` for non-float non_int_type.
### Breaking Changes