summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorChris Barnes <cbarnes@mrc-lmb.cam.ac.uk>2021-12-09 12:58:54 +0000
committerJules Chéron <43635101+jules-ch@users.noreply.github.com>2021-12-10 00:04:55 +0100
commit80bdd5e2e70ec66b4555b0f415c3605cf596d858 (patch)
tree53a5063be6dbcaa741a24634853dd10898db062b /CHANGES
parentf287768d5130dc3529df8c9198df4ac000421dff (diff)
downloadpint-80bdd5e2e70ec66b4555b0f415c3605cf596d858.tar.gz
Parse inf and nan in Quantity
Resolves #1432 Case-insensitive; also accepts "infinity".
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 7405124..44f56e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,7 @@ Pint Changelog
- Upgrade min version of uncertainties to 3.1.4
- Fix setting options of the application registry (Issue #1403).
- Fix Quantity & Unit `is_compatible_with` with registry active contexts (Issue #1424).
-
+- Allow Quantity to parse 'NaN' and 'inf(inity)', case insensitive
0.18 (2021-10-26)
-----------------
@@ -70,7 +70,7 @@ Pint Changelog
- Fix tolist function with scalar ndarray.
(Issue #1195, thanks jules-ch)
- Corrected typos and dacstrings
-- Implements a first benchmark suite in airspeed velocity (asv).
+- Implements a first benchmark suite in airspeed velocity (asv).
- Power for pseudo-dimensionless units.
(Issue #1185, thanks Kevin Fuhr)