From c659d9ed8dda8b4223f157addc7ee6435566cb94 Mon Sep 17 00:00:00 2001 From: Ryan May Date: Tue, 11 Oct 2022 15:19:37 -0600 Subject: Fix setitem with a masked array with multiple items (Fixes #1584) This was incorrectly passing through some non-masked values. --- CHANGES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGES') 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) ------------------- -- cgit v1.2.1