Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v2.0.0b1
/
numpy
/
ma
tag
54b879e12d29ebef447228d052e4f0a66251dd1e
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Mar 11 20:00:50 2024
object
afea8fd66f6bdbde855f5aff0b4e73eb0213c646
NumPy 2.0.0b1 release
7fe7561
DOC: Fix module setting of ``MaskedArray``
by Yuki K
· 1 year, 6 months ago
beb523c
np.array: call __array__ with copy keyword
by Mateusz Sokół
· 1 year, 6 months ago
ab9c6b8
API: Move back to original semantics for np.astype
by Mateusz Sokół
· 1 year, 6 months ago
94dd1b5
API: Update copy keyword across the codebase
by Mateusz Sokół
· 1 year, 6 months ago
b49373d
DOC: Remove function name without signature in ``ma`` (#25727)
by Yuki K
· 1 year, 7 months ago
942f405
DOC: empty: standardize notes about uninitialized values (#25695)
by Matt Haberland
· 1 year, 7 months ago
6bd3abf
API,MAINT: Reorganize array-wrap calling and introduce ``return_scalar`` (#25409)
by Sebastian Berg
· 1 year, 7 months ago
595a12e
Remove descending keyword
by Mateusz Sokół
· 1 year, 7 months ago
f93624c
API: Add rtol to matrix_rank and stable & descending to sort & argsort
by Mateusz Sokół
· 1 year, 7 months ago
f0a8e08
ENH: add ability to use weights that align with specified axis in average()
by jamesoliverh
· 1 year, 8 months ago
8c21b0e
DOC: numpy.ma: add examples to compressed/putmask/compress_nd
by pojaghi
· 1 year, 8 months ago
7b0c33e
Merge pull request #25414 from linus-md/ma-2
by Matti Picus
· 1 year, 8 months ago
86b39ab
API,BUG,DEP: treat trailing comma as a tuple and thus a structured dtype.
by Marten van Kerkwijk
· 1 year, 8 months ago
b417c6d
DOC: Add missing examples to ``np.ma``
by linus-md
· 1 year, 8 months ago
e152569
Completed typing rewrite
by Mateusz Sokół
· 1 year, 9 months ago
45f8057
Move from np.bool_ to np.bool
by Mateusz Sokół
· 1 year, 9 months ago
8f3dfa5
BUG: Fix ma.convolve if propagate_mask=False (#24869)
by Larry Bradley
· 1 year, 9 months ago
9af7ed2
DEP: Deprecate `__array_prepare__`
by Sebastian Berg
· 1 year, 10 months ago
a7f7138
DOC: standardize capitalization of headings (#25016)
by Matt Haberland
· 1 year, 10 months ago
7d4f488
MAINT: Adjustments after numpy._core rename
by Mateusz Sokół
· 1 year, 10 months ago
47b70cb
MAINT: Update numpy.core paths to numpy._core
by Mateusz Sokół
· 1 year, 10 months ago
7d169db
MAINT: Refactor f2py/tests/test_array_from_pyobj.py
by Mateusz Sokół
· 1 year, 11 months ago
acfb63c
MAINT: Refactor allTypes, sctypeDict and sctypes build process
by Mateusz Sokół
· 1 year, 11 months ago
a19ec10
DOC: Fix markups for emphasis
by Yuki
· 1 year, 11 months ago
07db5be
Merge pull request #24682 from mtsokol/ndarray-class-cleanup-part-1
by Nathan Goldbaum
· 1 year, 11 months ago
cee5097
Restore np.recarray and deprecate np.chararray
by Mateusz Sokół
· 1 year, 11 months ago
6643c0e
MAINT: Create rec and char submodules
by Mateusz Sokół
· 1 year, 11 months ago
6d3051e
Add changelog file
by Mateusz Sokół
· 1 year, 11 months ago
2391866
API: Remove chararray, compare_chararrays, recarray and format_parser from main namespace
by Mateusz Sokół
· 1 year, 11 months ago
63a1fee
MAINT: remove all `setup.py`'s and related files for distutils builds
by Ralf Gommers
· 2 years ago
1b24963
Remove remaining .ptp() and .itemset() calls
by Mateusz Sokół
· 2 years ago
65bb8dd
API: Remove ptp, setitem and newbyteorder from np.ndarray class
by Mateusz Sokół
· 2 years ago
3b281dd
TYP: Remove redundant `__path__` annotations
by Bas van Beek
· 2 years ago
86c63b3
API: Update lib.index_tricks namespace
by Mateusz Sokół
· 2 years ago
b43384e
MAINT: Remove deprecated functions [NEP 52] (#24477)
by Mateusz Sokół
· 2 years ago
ace4445
API: Update lib.arraypad lib.arraysetops lib.ufunclike lib.utils namespaces
by Mateusz Sokół
· 2 years ago
6c130f8
Merge pull request #24559 from mhvk/ma-comparison-fix-of-fix
by Marten van Kerkwijk
· 2 years ago
17440d6
BUG: ensure nomask in comparison result is not broadcast
by Marten van Kerkwijk
· 2 years ago
e865b33
API: Update `lib.function_base` namespace (#24538)
by Mateusz Sokół
· 2 years ago
d00eaf3
BUG: ensure mask on comparison results always has properly broadcast shape
by Marten van Kerkwijk
· 2 years ago
9a07a5e
BUG: fix comparisons between masked and unmasked structured arrays
by Marten van Kerkwijk
· 2 years ago
2059dd9
DOC: fix up examples for repr changes
by Ralf Gommers
· 2 years ago
84e4210
API: Apply review comments
by Mateusz Sokół
· 2 years ago
6cb136e
API: Remove other scalar aliases [skip ci]
by Mateusz Sokół
· 2 years ago
250e147
API: Cleaning `numpy/__init__.py` and main namespace - Part 2 [NEP 52] (#24357)
by Mateusz Sokół
· 2 years ago
c8e2343
API: Cleaning `numpy/__init__.py` and main namespace - Part 1 [NEP 52] (#24316)
by Mateusz Sokół
· 2 years, 1 month ago
bec2b34
Merge branch 'main' into deprecate-undocumented-functions
by Mateusz Sokół
· 2 years, 1 month ago
0329f18
Also force repr for object
by Sebastian Berg
· 2 years, 1 month ago
19ed59e
MAINT: Tweak string check (forgot the kind, but maybe tuple is nice)
by Sebastian Berg
· 2 years, 1 month ago
6097389
Hack strings to be correct for fill-value
by Sebastian Berg
· 2 years, 1 month ago
01a1d29
Simplify, removing new fmt option
by Marten van Kerkwijk
· 2 years, 1 month ago
b6f83b6
MAINT: Special case string fill-value in MA repr
by Sebastian Berg
· 2 years, 1 month ago
815c8a1
DOC: More doc fixes to pass tests
by Sebastian Berg
· 2 years, 1 month ago
4c6ff64
DOC: Update reference to pass refguide
by Sebastian Berg
· 2 years, 1 month ago
413f1a7
MAINT: Switch to also have str explicitly, fixup MA and forward str/repr to scalar
by Sebastian Berg
· 2 years, 1 month ago
6316dd4
Adapt format to not block s and r format codes
by Sebastian Berg
· 2 years, 1 month ago
ae28524
TST: Fixup tests to make windows/32bit systems and linter happy
by Sebastian Berg
· 2 years, 1 month ago
e7ce9eb
ENH: Only print type information when helpful for MA fill value
by Sebastian Berg
· 2 years, 1 month ago
b573496
ENH: Fixed doc-string
by Ganesh Kathiresan
· 2 years, 1 month ago
ab17394
API: deprecate undocumented functions
by Mateusz Sokół
· 2 years, 1 month ago
ab2178b
ENH: add mean keyword to std and var (#24126)
by Ronald van Elburg
· 2 years, 2 months ago
3b4194c
DOC: Add missing indentation in ``ma.mT`` docstring
by Yuki
· 2 years, 2 months ago
c6e1fd0
API: Add .mT attribute for arrays (#23762)
by Kai
· 2 years, 2 months ago
12efa8e
DEP: deprecate compat and selected lib utils (#23830)
by Mateusz Sokół
· 2 years, 2 months ago
8324cf1
DOC: Fix references to `r_` in `mr_class` docstring
by Yuki
· 2 years, 2 months 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
Next »