summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHernan Grecco <hernan.grecco@gmail.com>2023-04-29 10:01:59 -0300
committerGitHub <noreply@github.com>2023-04-29 10:01:59 -0300
commit9c7648c0bcc3d57f2ec4dde2e2df668e672b707e (patch)
tree0632766da14c3c3cfd248a81128d38e3af891cd8 /CHANGES
parentc7f88683000c2c7b23f7d5148845078e9aa3e2f5 (diff)
parent6ec28e21c4a2961a0a3421516f8874d27f941c0f (diff)
downloadpint-9c7648c0bcc3d57f2ec4dde2e2df668e672b707e.tar.gz
Merge pull request #1608 from dopplershift/fix-1584
Fix setitem with a masked array with multiple items (Fixes #1584)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3f193de..86b0124 100644
--- a/CHANGES
+++ b/CHANGES
@@ -86,6 +86,8 @@ types for pint-pandas compatibility. (#1596)
- 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)
- Add Quantity.to_preferred