summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorRyan May <rmay@ucar.edu>2022-10-11 15:19:37 -0600
committerRyan May <rmay@ucar.edu>2022-10-14 17:05:48 -0600
commitc659d9ed8dda8b4223f157addc7ee6435566cb94 (patch)
tree4b3c3827d13112fd0a2771d310486d9f6a9f477c /CHANGES
parent052a92041912e02abee29df48e95541c8448f78b (diff)
downloadpint-c659d9ed8dda8b4223f157addc7ee6435566cb94.tar.gz
Fix setitem with a masked array with multiple items (Fixes #1584)
This was incorrectly passing through some non-masked values.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f3a85a3..f0e24e1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,8 @@ Pint Changelog
- 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.
+- Fix masked arrays (with multiple values) incorrectly being passed through
+ setitem (Issue #1584)
0.19.2 (2022-04-23)
-------------------