Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.22.3
/
numpy
/
ma
tag
d91879a7812646bc2d336ba49a0f1acc8dd9c7c3
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Mar 07 20:00:05 2022
object
7d4349e332fcba2bc3f266267421531b3ec5d3e6
NumPy 1.22.3 release
976a845
Fix sorting of int8/int16
by serge-sans-paille
· 3 years, 8 months ago
b31a3a3
REV: Add MaskedArray creation from non nd-array back in (#20386)
by Greg Lucas
· 3 years, 9 months ago
84e0707
ENH: Configurable allocator (#17582)
by Matti Picus
· 3 years, 10 months ago
e9753fd
MAINT: Refactor reductions to use NEP 43 style dispatching/promotion
by Sebastian Berg
· 3 years, 11 months ago
58e6603
MAINT: Remove encoding declarations: # -*- coding: utf-8 -*-
by Dimitri Papadopoulos
· 3 years, 11 months ago
c783285
Merge pull request #19899 from arunppsg/issue16751_add_note_to_docs
by Melissa Weber Mendonça
· 3 years, 11 months ago
a6f7d14
ENH: Add spaces after punctuation in dtype repr/str. (#19686)
by Antony Lee
· 3 years, 11 months ago
cbfa658
MAINT: Fix typo in public API
by Dimitri Papadopoulos
· 3 years, 11 months ago
e874e13
REV: 8396026
by Dimitri Papadopoulos
· 3 years, 11 months ago
a588840
TST: added tests for np.ma.ones and np.ma.zeros
by Arun
· 4 years ago
8396026
DOC: Typos found by codespell
by Dimitri Papadopoulos
· 4 years ago
f290876
MAINT: Addded variables to __all__
by Arun
· 4 years ago
0f2453e
DOC: replace return type in np.ma* docstring
by Arun
· 4 years ago
0dbc9ad
MAINT: remove unused argument in private function
by Marten van Kerkwijk
· 4 years ago
7ad8ea7
MAINT: revise OSError aliases (IOError, EnvironmentError)
by Mike Taves
· 4 years ago
4807a23
BUG: fix a regression where a masked_array's mask wouldn't update
by Clément Robert
· 4 years ago
35070c3
Add check for when value is a np.ma
by iameskild
· 4 years ago
42c2cbe
Merge pull request #19244 from iameskild/fix_18951
by Matti Picus
· 4 years ago
557bb33
PERF: Avoid using `@recursive`.
by Antony Lee
· 4 years, 1 month ago
77f718c
ENH: Add `__path__` annotations to all sub-packages
by Bas van Beek
· 4 years, 1 month ago
25e6e11
ENH: Add annotations for `<module>.test` objects
by Bas van Beek
· 4 years, 1 month ago
1f95d79
Merge pull request #19102 from default-303/LGTM_unused_variables
by Matti Picus
· 4 years, 2 months ago
6568c6b
ENH: Adding keepdims to np.argmin,np.argmax (#19211)
by Gagandeep Singh
· 4 years, 2 months ago
d785aa3
MAINT: Remove unused imports and unreachable code (#18762)
by Elisha Hollander
· 4 years, 2 months ago
c3faa8e
BUG: fix np.ma.MaskedArray.anom when input is masked (#19023)
by Constanza
· 4 years, 2 months ago
a79a913
Merge pull request #19135 from ganesh-k13/BUG_13236_remove_complex_floor_divide
by Charles Harris
· 4 years, 2 months ago
b92df50
Fix lint E225 complaint
by iameskild
· 4 years, 2 months ago
8ca435c
added tests for 18951 fix
by ImenRajhi
· 4 years, 2 months ago
2ecb55d
added tests for 18951 fix
by ImenRajhi
· 4 years, 2 months ago
084619c
added a test for condition assignment for masked arrays
by ImenRajhi
· 4 years, 2 months ago
2504230
Add check if __setitem__ indx is ma
by iameskild
· 4 years, 2 months ago
f59e225
BUG, TST: Determine complex types using typecodes
by Ganesh Kathiresan
· 4 years, 3 months ago
9fcc132
DOC: replace np.ma functions' return types with `MaskedArray` (#18964)
by Pax
· 4 years, 3 months ago
9257feb
TST: Changed TC to check for `TypeError` in floor divide
by Ganesh Kathiresan
· 4 years, 3 months ago
beacb39
MAINT: Removed 'if' block which served no purpose in core.py and removed '_linalgRealType(t)' function from linalg.py
by default-303
· 4 years, 3 months ago
b30318a
MAINT: Added comments for future refrence in core.py and system_info.py - fixed Azure linter 'line too long' error
by default-303
· 4 years, 3 months ago
df363b0
MAINT: Added comments for future refrence in core.py and system_info.py
by default-303
· 4 years, 3 months ago
115ed1d
MAINT: Removed suitable unused variables shown in LGTM
by default-303
· 4 years, 3 months ago
ca53c09
MAINT: removed unused imports listed in LGTM
by default-303
· 4 years, 3 months ago
1a828f5
DEP: Ensure the string promotion FutureWarning is raised
by Sebastian Berg
· 4 years, 3 months ago
bb74592
BUG: fixed ma.average ignoring masked weights (#18960)
by Laura Martens
· 4 years, 3 months ago
b6eb3d8
BUG: fix np.ma.masked_where(copy=False) when input has no mask (#18967)
by Constanza
· 4 years, 4 months ago
13b30e9
ENH: Add improved placeholder annotations for `np.ma`
by Bas van Beek
· 4 years, 4 months ago
9e47444
Merge pull request #18642 from seberg/splitup-faster-argparsing-optimize-asarray
by Matti Picus
· 4 years, 5 months ago
c1aa1af
MAINT: use super() as described by PEP 3135
by Mike Taves
· 4 years, 5 months ago
cb71c43
MAINT: Added Chain exceptions where appropriate (#18400)
by Abhay Raghuvanshi
· 4 years, 5 months ago
f531110
ENH: Use new argument parsing for array creation functions
by Sebastian Berg
· 4 years, 5 months ago
b1deaa0
Merge pull request #18605 from seberg/issue-18551
by Charles Harris
· 4 years, 5 months ago
564a71c
MAINT: Re-export a number of sub-modules
by Bas van Beek
· 4 years, 5 months ago
54a2c49
Update numpy/ma/tests/test_core.py
by Sebastian Berg
· 4 years, 5 months ago
8d297a8
Apply suggestions from code review
by Sebastian Berg
· 4 years, 5 months ago
601c43f
BUG: Fix ma coercion list-of-ma-arrays if they do not cast to bool
by Sebastian Berg
· 4 years, 5 months ago
80b2e5d
added exception chaining in index_tricks.py and mrecords.py
by Mainak Debnath
· 4 years, 6 months ago
bcb168a
BUG: Allow unmodified use of isclose, allclose, etc. with timedelta
by Sebastian Berg
· 4 years, 7 months ago
12d9967
MAINT: Add missing `__all__` annotations
by Bas van Beek
· 4 years, 7 months ago
7aebdfa
DOC: more mist fixes of syntax.
by Matthias Bussonnier
· 4 years, 7 months ago
f36e940
DOC: Avoid using "set of" when talking about an ordered list.
by Antony Lee
· 4 years, 8 months ago
f1e4796
Merge pull request #17955 from Carreau/fix-17944
by Charles Harris
· 4 years, 8 months ago
6f59235
TST: Do not disable errors globally in ma/timer_comparison.py
by Sebastian Berg
· 4 years, 9 months ago
03181af
[DOC] Replace {var} in docstrings type annotation with `scalar or None`.
by Matthias Bussonnier
· 4 years, 9 months ago
0e89415
MAINT: ma: Remove unused `**options` from MaskedArray `__new__` method.
by Warren Weckesser
· 4 years, 10 months ago
e028b1b
DOC: Fixup
by takanori-pskq
· 4 years, 10 months ago
3904e99
DOC: Prepend `ma.`
by takanori-pskq
· 4 years, 10 months ago
99051b4
BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packages
by Bas van Beek
· 4 years, 10 months ago
ca39060
MAINT: Conversion of some strings to fstrings, part III (#17623)
by jakobjakobson13
· 4 years, 10 months ago
2a267e6
DOC: Fixing references in ma docstrings (#16300)
by Takanori H
· 4 years, 11 months ago
e48ffc6
MAINT: Chaining exception in numpy\numpy\ma\mrecords.py (#17438)
by Ashutosh singh
· 4 years, 11 months ago
c71edce
fix: chains nested try-except-raise
by Jovial Joe Jayarson
· 5 years ago
60a1e10
DOC: Fix syntax errors in docstrings for versionchanged, versionadded (#17338)
by Bradley Dice
· 5 years ago
dec8879
Merge pull request #17104 from BvB93/sub-modules
by Charles Harris
· 5 years ago
d09e192
MAINT: Remove old sys.version_info code
by Hugo
· 5 years ago
0b2f5ed
MAINT: changed ValueError line 103 in file timer_comparison
by karan-dhir
· 5 years ago
4af8fd3
ENH: Replace module-level `__getattr__` with explicitly defined objects
by Bas van Beek
· 5 years ago
1ef217b
ENH: Add placeholder stubs for all sub-modules
by Bas van Beek
· 5 years ago
56c63d8
MAINT: Undo change of how 0-D array-likes are handled as scalars
by Sebastian Berg
· 5 years ago
02d66ec
DOC: Fix malformed docstrings in ma. (#16296)
by Takanori H
· 5 years ago
ad30b31
DOC: Fix ``np.ma.core.doc_note`` (#16311)
by Takanori H
· 5 years ago
bb63a1a
Merge pull request #16240 from WarrenWeckesser/ptp-warning
by Matti Picus
· 5 years ago
533eb93
DOC: Warn about behavior of ptp with signed integers.
by Warren Weckesser
· 5 years ago
8b81727
BUG: max/min of a masked array dtype fix (gh-15991)
by Rakesh Vasudevan
· 5 years ago
a51ac26
Mark tests as a subpackage rather than data.
by Hameer Abbasi
· 5 years ago
ae6ba5d
MAINT: Chain exceptions in memmap.py and core.py (#16067)
by Chris Holland
· 5 years ago
619422b
BUG: fix AttributeError on accessing object in nested MaskedArray. (#15949)
by RenaRuirui
· 5 years ago
6ee4917
DOC: Add missing bracket (gh-16051)
by Chunlin
· 5 years ago
050181e
DOC:Fix method documentation of function sort()
by vrakesh
· 5 years ago
063b314
Merge pull request #15749 from panpiort8/masked_array_docs
by Matti Picus
· 5 years ago
ad5d58c
Merge pull request #15867 from eric-wieser/deprecate-tostring
by Matti Picus
· 5 years ago
30f8391
MAINT: Clean-up 'next = __next__' used for Python 2 compatibility
by Mike Taves
· 5 years ago
7668a33
DEP: Deprecate ndarray.tostring()
by Eric Wieser
· 5 years ago
1c58504
MAINT: simplify code that assumes str/unicode and int/long are different types (#15816)
by Eric Wieser
· 5 years ago
cf88aa2
DOC: document inconsistent mask results in MaskedArray
by Pan Jan
· 5 years ago
e1968ac
BUG: Add basic __format__ for masked element to fix incorrect print (#15794)
by Warren Weckesser
· 5 years ago
583901a
convert shebang from python to python3 (#15687)
by Changqing Li
· 5 years ago
07bf33f
MAINT: cleanup unused imports; avoid redefinition of imports
by Mike Taves
· 6 years ago
96727cf
MAINT: Remove sys.version checks (gh-#15373)
by Seth Troisi
· 6 years ago
f398a0d
STY: use 'yield from <expr>' for simple cases (#15444)
by Mike Taves
· 6 years ago
fcaf5b3
Update core.py with f-strings (issue #15420)
by Anthony
· 6 years ago
62a2e8b
Update core.py
by Anthony
· 6 years ago
823f681
MAINT: Remove Python2 workarounds
by Seth Troisi
· 6 years ago
b4e3a42
MAINT: Replace basestring with str.
by Charles Harris
· 6 years ago
Next »