Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.26.1
/
numpy
/
ma
tag
74426498afefe921b326233cc859f1e0b9dfb834
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Oct 14 18:37:55 2023
object
411a55b9ec084c3315fe5f199351c31d0eb3c352
NumPy 1.26.1 release
3499c94
BUG: ensure nomask in comparison result is not broadcast
by Marten van Kerkwijk
· 2 years ago
806c829
BUG: ensure mask on comparison results always has properly broadcast shape
by Marten van Kerkwijk
· 2 years ago
73f9083
BUG: fix comparisons between masked and unmasked structured arrays
by Marten van Kerkwijk
· 2 years ago
5187067
Merge branch 'main' into deprecate-find-common-type
by Charles Harris
· 2 years, 3 months ago
ba4e068
TYP: Deprecate `np.round_`
by Bas van Beek
· 2 years, 4 months ago
e892003
BUG: Fix masked array ravel order for A (and somewhat K)
by Sebastian Berg
· 2 years, 4 months ago
41b0722
Merge pull request #23626 from seberg/issue-22912
by Charles Harris
· 2 years, 4 months ago
0655cb9
BUG: Ignore invalid and overflow warnings in masked setitem
by Sebastian Berg
· 2 years, 4 months ago
77a5aab
BUG: Fix masked array raveling when `order="A"` or `order="K"`
by Sebastian Berg
· 2 years, 4 months ago
f29320f
DOC: Add Examples section to np.ma.sort docstring (#23392)
by Somasree Majumder
· 2 years, 4 months ago
e29a9a3
DOC: Add docstring examples for np.ma.right_shift (#23393)
by Somasree Majumder
· 2 years, 4 months ago
7f1ce59
DOC: Add example for np.ma.compressed. (#23426)
by Stefanie Molin
· 2 years, 5 months ago
13086bd
MAINT: move `mask_rowcols` to `ma/extras.py`
by yuki
· 2 years, 5 months ago
03a8719
ENH: revert changes of `mask_rowcols`
by yuki
· 2 years, 5 months ago
604ce59
ENH: fix format
by yuki
· 2 years, 5 months ago
6f1679c
Merge branch 'main' into enh-ma-dot
by yuki
· 2 years, 5 months ago
25010c1
Merge pull request #23335 from tylerjereddy/treddy_issue_22041
by Marten van Kerkwijk
· 2 years, 6 months ago
9fe3554
BUG: ma with structured dtype
by Tyler Reddy
· 2 years, 6 months ago
d4c7c13
Add type annotations for comparison operators to MaskedArray.
by Peter Hawkins
· 2 years, 6 months ago
03edb7b
add support for non-2d arrays
by yuki
· 2 years, 6 months ago
9990f98
DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`
by Ralf Gommers
· 2 years, 6 months ago
768bbec
DEP: deprecate `np.round_`
by Ralf Gommers
· 2 years, 6 months ago
2845238
BUG: PR 23269 revisions
by Tyler Reddy
· 2 years, 6 months ago
75dbe93
MAINT: PR 23269 revisions
by Tyler Reddy
· 2 years, 6 months ago
2282c6d
MAINT: PR 23269 revisions
by Tyler Reddy
· 2 years, 6 months ago
c61900d
BUG: masked array proper deepcopies
by Tyler Reddy
· 2 years, 6 months ago
2aa0bf6
Merge pull request #23113 from hmaarrfk/slots_for_mixins
by Sebastian Berg
· 2 years, 7 months ago
a38eb6d
TST: Add a test for slots and NDArrayOperatorsMixin subclassing
by Mark Harfouche
· 2 years, 7 months ago
720cabc
BUG: fix ma.diff not preserving mask when using append/prepend (#22776)
by Marko Pacak
· 2 years, 7 months ago
6539741
DOC: Add example for np.ma.diag (#22960)
by Stefanie Molin
· 2 years, 7 months ago
ed7efc7
MAINT: restore npymath implementations needed for freebsd
by mattip
· 2 years, 8 months ago
954aee7
API: Ensure a full mask is returned for masked_invalid
by Sebastian Berg
· 2 years, 8 months ago
45cb037
BUG: Do not use getdata() in np.ma.masked_invalid
by Sebastian Berg
· 2 years, 8 months ago
297c661
Merge pull request #22721 from byrdie/bugfix/median-keepdims-out
by Sebastian Berg
· 2 years, 9 months ago
e877ba9
Merge pull request #22731 from HaoZeke/maBenchCleanup
by Matti Picus
· 2 years, 9 months ago
91432a3
BUG: `keepdims=True` is ignored if `out` is not `None` in `numpy.median()`, `numpy.percentile()`, and `numpy.quantile()`.
by Roy Smart
· 2 years, 9 months ago
cfad62f
ENH: Speedup masked array creation when mask=None (#22725)
by Lefteris Loukas
· 2 years, 9 months ago
9cf2cef
MAINT: Kill old hand-written benchmarks
by Rohit Goswami
· 2 years, 9 months ago
f92c90c
Merge pull request #22436 from cmarmo/doc-masked-equal
by Sebastian Berg
· 2 years, 9 months ago
918f81d
Update numpy/ma/core.py
by Sebastian Berg
· 2 years, 9 months ago
723f0eb
DOC: Add example for np.ma.power as part of #22269
by Stefanie Molin
· 2 years, 9 months ago
a7abbee
Merge pull request #21895 from hoodmane/emscripten-ci
by Ralf Gommers
· 2 years, 9 months ago
8205e5d
TYP,DEP: Remove all reference to the removed `MaskedArray.mini` method
by BvB93
· 2 years, 9 months ago
08c6e9c
TST: Skip tests that are not currently supported in wasm
by Hood Chatham
· 2 years, 9 months ago
49b18ff
DEP: Deprecate `np.find_common_type`
by Sebastian Berg
· 2 years, 10 months ago
5292238
STY: Make linter happy
by Sebastian Berg
· 2 years, 10 months ago
6784194
TST,MAINT: Replace most `setup` with `setup_method` (also teardown)
by Sebastian Berg
· 2 years, 10 months ago
13d55a3
MAINT: remove u-prefix for former Unicode strings (#22479)
by Mike Taves
· 2 years, 10 months ago
38fe698
Address reviewer comment.
by Chiara Marmo
· 2 years, 10 months ago
7a85f04
Clarify docstring of masked_values
by Chiara Marmo
· 2 years, 10 months ago
226f9c5
Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversion
by Matti Picus
· 2 years, 11 months ago
7036b16
DOC: added `ma.round` and `ma.round_` examples (#22404)
by Felix Hirwa Nshuti
· 2 years, 11 months ago
afcc560
MAINT: Structured MA fill value workaround by adding array cast
by Sebastian Berg
· 2 years, 11 months ago
02b68f1
Merge pull request #22046 from cmarmo/masked-invalid
by Sebastian Berg
· 2 years, 11 months ago
25ca88c
Added ma.min examples
by Felix Hirwa Nshuti
· 2 years, 11 months ago
395129e
Added ma.min examples
by Felix Hirwa Nshuti
· 2 years, 11 months ago
eed6083
DOC: Adding examples to `ma.max` function (#22331)
by Felix Hirwa Nshuti
· 2 years, 11 months ago
b7c2f07
BUG: Import ``numpy.ma`` at beginning of examples.
by Charles Harris
· 3 years ago
1d556d9
DOC: add example for ma.unique function
by swagatip
· 3 years ago
b9781cb
Remove long deprecated functionality from np.ma
by Brigitta Sipőcz
· 3 years ago
4213779
Remove try statement. Add test.
by Chiara Marmo
· 3 years ago
65c10c1
Merge pull request #21995 from eirrgang/mei-1468
by Matti Picus
· 3 years ago
2d73e10
Fix lint.
by Chiara Marmo
· 3 years, 1 month ago
44c8da9
Make mask_invalid consistent with mask_where when copy is set to False. Add test for type erroring.
by Chiara Marmo
· 3 years, 1 month ago
a346e6d
Revert "TST: add a test for ma.minimum.reduce with axis keyword"
by mattip
· 3 years, 1 month ago
20bd00b
Revert "BUG: Fix masked median multiple masked arrays (#21999)"
by mattip
· 3 years, 1 month ago
3321bc5
Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays."
by mattip
· 3 years, 1 month ago
acaf255
Revert "nomask in nomask out" from 21977
by mattip
· 3 years, 1 month ago
6d4a6fc
Revert "BUG: fix ma.minimum.reduce with axis keyword"
by mattip
· 3 years, 1 month ago
6b8d55e
BUG: Fix masked median multiple masked arrays (#21999)
by Brigitta Sipőcz
· 3 years, 1 month ago
871a1f9
Don't regenerate the descriptor unnecessarily.
by M. Eric Irrgang
· 3 years, 1 month ago
b8c6d09
BUG: fix ma.minimum.reduce with axis keyword
by Ruth Comer
· 3 years, 1 month ago
e2efced
TST: add a test for ma.minimum.reduce with axis keyword
by Ruth Comer
· 3 years, 1 month ago
db1a98b
nomask in nomask out
by Ruth Comer
· 3 years, 1 month ago
a8b0893
TST: Adding a test that MaskedArrays respect ufunc deferral heirarchy
by Greg Lucas
· 3 years, 1 month ago
8cd6f4c
ENH: Adding __array_ufunc__ capability to MaskedArrays.
by Greg Lucas
· 3 years, 1 month ago
072ae77
Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"
by Matti Picus
· 3 years, 1 month ago
1557c87
TST: Adding a test that MaskedArrays respect ufunc deferral heirarchy
by Greg Lucas
· 3 years, 2 months ago
6d77c59
ENH: Adding __array_ufunc__ capability to MaskedArrays.
by Greg Lucas
· 3 years, 2 months ago
e67fe9f
BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` (#21851)
by Srimukh Sripada
· 3 years, 2 months ago
d73b594
API: Define `<`, `<=`, `>`, `>=` for masked arrays
by Sebastian Berg
· 3 years, 2 months ago
35dae70
ENH: Add overflow check to float setitem
by Sebastian Berg
· 3 years, 2 months ago
84fd4a5
TST: Fixup tests that cause FPEs during casts
by Sebastian Berg
· 3 years, 2 months ago
c2db91c
Merge pull request #20914 from kinshukdua/fix_ma_mean
by Matti Picus
· 3 years, 2 months ago
68f3a12
Merge pull request #21620 from seberg/promotion-preps
by Matti Picus
· 3 years, 3 months ago
1f79961
TST,MAINT: Simplify warning testing in masked arrays
by Sebastian Berg
· 3 years, 3 months ago
8fced79
MAINT: Fortify masked in-place ops against promotion warnings
by Sebastian Berg
· 3 years, 3 months ago
7332a69
Fix some typos.
by Yulv-git
· 3 years, 3 months ago
6996397
TST: Fix uninitialized value in masked ndenumerate test
by Sebastian Berg
· 3 years, 3 months ago
02d1204
Merge pull request #20020 from joukewitteveen/ma-ndenumerate
by Matti Picus
· 3 years, 3 months ago
2e7b695
TYP: Add typing for the keepdims param. of 'average' and 'ma.average'
by warren
· 3 years, 3 months ago
4f1d95a
ENH: Add compressed= argument to ma.ndenumerate
by Jouke Witteveen
· 3 years, 3 months ago
c27f781
ENH: Add 'keepdims' to 'average()' and 'ma.average()'.
by warren
· 3 years, 4 months ago
ff3a9da
Update numpy/ma/extras.py
by Matti Picus
· 3 years, 4 months ago
701f0a6
ENH: add ndenumerate specialization for masked arrays
by Jouke Witteveen
· 3 years, 4 months ago
f404e9e
Add space after argument name
by Oscar Gustafsson
· 3 years, 5 months ago
119bf86
DOC: fix data type of parameter shape (#21251)
by Pax
· 3 years, 5 months ago
1dc594c
DOC: fix input parameter type in docstring.
by Ross Barnowski
· 3 years, 7 months ago
20ebea8
DOC: fix np.ma.flatnotmasked_contiguous docstring
by stephenworsley
· 3 years, 7 months ago
79019ae
BUG: change `ma.mean` dtype to be consistent with `np.mean`
by Kinshuk Dua
· 3 years, 7 months ago
Next »