Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.11.0
/
numpy
/
ma
tag
a50726eb04a64ff9124c0ba97621fcbcf8bb7675
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Mar 27 20:15:44 2016
object
4092a9e160cc247a4a45724579a0c829733688ca
Numpy 1.11.0
2b70e65
ENH: Make no unshare mask future warnings less noisy
by Sebastian Berg
· 9 years ago
ea721d6
Revert part of #3907 which incorrectly propogated MaskedArray info.
by Marten van Kerkwijk
· 10 years ago
8606769
TST: Drop `FutureWarning` filters from tests where they were added.
by John Kirkham
· 10 years ago
635dcee
BUG: Raise a quieter `MaskedArrayFutureWarning` for mask changes.
by John Kirkham
· 10 years ago
e0cb3f7
Revert "Merge pull request #7001 from shoyer/NaT-comparison"
by Charles Harris
· 10 years ago
852eaba
TEST: Ignore `FutureWarning` if raised from running masked array operations.
by John Kirkham
· 10 years ago
2f7e491
DEP: Add warnings to `__getitem__` and `__setitem__` to point out the behavior of `MaskedArray`'s masks is changing.
by John Kirkham
· 10 years ago
0104646
BUG: Enforce order param for MaskedArray construction
by gfyoung
· 10 years ago
53ad26a
TST, ENH: make all comparisons with NaT false
by Stephan Hoyer
· 10 years ago
bdd4558
Merge pull request #6728 from gerritholl/structured_multidim_masked_array_fillvalue
by ahaldane
· 10 years ago
dbf3fcb
BUG trace is not subclass aware, such that np.trace(ma) != ma.trace().
by Marten van Kerkwijk
· 10 years ago
4d129a4
DOC: Match Documentation to Behavior for MaskedArray.filled
by gfyoung
· 10 years ago
9bd6715
Merge pull request #6886 from charris/use-temppath
by Charles Harris
· 10 years ago
fdadc1a
MAINT: Cleanup and spelling fixups in ma.core tests
by gfyoung
· 10 years ago
a61ddd3
[TST] Refactor new raise_warnings logic for subpackage test suites
by Nathaniel J. Smith
· 10 years ago
555787a
MAINT: Simplify some tests using temppath context manager.
by Charles Harris
· 10 years ago
0574f62
MAINT: Remove commented out code blocks
by gfyoung
· 10 years ago
8bc592f
DOC: Use print only as function when print_function is imported from __future__
by gfyoung
· 10 years ago
bcc4334
TST: Fix test_mvoid_multidim_print failures on Python 2.x for Windows
by Christoph Gohlke
· 10 years ago
192bff5
TST,BUG: Make test_mvoid_multidim_print work for 32 bit systems.
by Charles Harris
· 10 years ago
bb959e1
MAINT: Replace assert with assert_(...) in some tests.
by Charles Harris
· 10 years ago
090e85e
BUG/TST: Fix for #6723 including test: force fill_value.ndim==0
by Gerrit Holl
· 10 years ago
3cc797e
Merge pull request #6763 from gerritholl/structured_multidim_masked_array_mvoid_alt
by Charles Harris
· 10 years ago
53facf3
BUG/TST: Fix for #6724, make numpy.ma.mvoid consistent with numpy.void
by Gerrit Holl
· 10 years ago
c8a0982
BUG/TST: Fix #6760 by correctly describing mask on nested subdtypes
by Gerrit Holl
· 10 years ago
b3a8994
Merge pull request #6734 from saimn/ma-mask-memory
by Charles Harris
· 10 years ago
11f8092
Merge pull request #6748 from saimn/ma-repr-memory
by Charles Harris
· 10 years ago
d0e9d98
Use integer division to avoid casting to int.
by Simon Conseil
· 10 years ago
b5c456e
Allow to change the maximum width with a class variable.
by Simon Conseil
· 10 years ago
511dab4
Add some tests for mask creation with mask=True or False.
by Simon Conseil
· 10 years ago
70d8cf5
Test that the mask dtype if MaskType before using np.zeros/ones
by Simon Conseil
· 10 years ago
d07e20e
BUG/TST: Fix for #6729
by Gerrit Holl
· 10 years ago
593345a
ENH: Avoid memory peak and useless computations when printing a MaskedArray.
by Simon Conseil
· 10 years ago
531f2ad
ENH: Avoid memory peak when creating a MaskedArray with mask=True/False (#6732).
by Simon Conseil
· 10 years ago
59fbef0
BUG: ma.make_mask should always return nomask for nomask argument.
by Charles Harris
· 10 years ago
3e82108
TST: Add tests for ma.dot.
by Charles Harris
· 10 years ago
cf9f190
BUG, MAINT: Refactor ma.dot function and the corresponding method.
by Charles Harris
· 10 years ago
1e17e2d
STY: Minor style fixups.
by Charles Harris
· 10 years ago
db85ede
BUG: immutable _arraymethod function in ma.core
by Jonathan Helmus
· 10 years ago
e24895c
Merge pull request #6537 from jjhelmus/ma_atleast_fix
by Charles Harris
· 10 years ago
8da9c71
BUG: ma.masked_values does not shrink mask if requested
by Jonathan Helmus
· 10 years ago
3edf1a4
BUG: scalar argument to ma.atleast_* return arrays
by Jonathan Helmus
· 10 years ago
0f0474e
Merge pull request #6432 from jjhelmus/fix_ma_put
by ahaldane
· 10 years ago
6967f50
BUG: ma.put expands nomask
by Jonathan Helmus
· 10 years ago
02fc992
ENH: improve worst case of ma.clump_masked
by Julian Taylor
· 10 years ago
f8002ab
Merge pull request #6094 from astrofrog/fix-gh-6019
by ahaldane
· 10 years ago
530c3eb
Merge pull request #6400 from jjhelmus/fix_ma_round
by Charles Harris
· 10 years ago
13dd162
BUG: Fixed string representation of mvoid with multi-dimensional columns
by Thomas Robitaille
· 10 years ago
11dea9e
MAINT: More expressive if statement in np.ma.round
by Jonathan Helmus
· 10 years ago
7c263ac
DOC: typo: affect
by Lars Buitinck
· 10 years ago
7744de5
BUG: numpy.ma.round works on zero dimensional arrays
by Jonathan Helmus
· 10 years ago
b3dfa8d
STY: Remove trailing whitespace from numpy/ma/core.py
by Jonathan Helmus
· 10 years ago
4a9ad17
BUG: numpy.ma functions can be called with only keyword arguments
by Jonathan Helmus
· 10 years ago
a802f73
BUG: fix use of undefined ‘unicode’ in Python 3
by Thomas Robitaille
· 10 years ago
0389cab
BUG: fix use of undefined ‘numpy’ variable
by Thomas Robitaille
· 10 years ago
a4af260
Changed the module name from 'np' to 'numpy' since the name 'np' was raising an ImportError.
by James Camel
· 10 years ago
acd85d5
MAINT: Continue to export some testing functions from ma.testutils.
by Charles Harris
· 10 years ago
b733a10
STY,MAINT: Run pyflakes and pep8 on numpy/ma/tests/*.
by Charles Harris
· 10 years ago
9bc2d32
DEP,ENH: Deprecate numpy.ma.rank and add numpy.ma.ndim.
by Charles Harris
· 10 years ago
7c8c9ad
STY,MAINT: PEP8 and pyflakes fixes for numpy/ma/*.py
by Charles Harris
· 10 years ago
f5e9adb
DOC: Fix docstring warnings in documetation generation.
by Charles Harris
· 10 years ago
e3b2bc0
Merge pull request #5990 from charris/1.10-deprecated-removal
by Charles Harris
· 10 years ago
505b0f4
MAINT: Mark deprecation warning with a date and Numpy version.
by Charles Harris
· 10 years ago
a93b862
BUG: automatically convert recarray dtype to np.record
by Allan Haldane
· 10 years ago
1a4d943
BUG Ensure masked object arrays can always return single items.
by Marten van Kerkwijk
· 10 years ago
3c6b6ba
BUG Allow subclasses in MaskedArray ufuncs -- for non-ndarray _data
by Marten van Kerkwijk
· 10 years ago
7e04882
Merge pull request #4617 from mhvk/ma/no-direct-ndarray-methods
by Charles Harris
· 10 years ago
a0643f5
MAINT: add __array_priority__ special case to masked array binary ops
by Nathaniel J. Smith
· 10 years ago
338d047
ENH: allow subclass overrides by removing explicit ndarray methods
by Marten van Kerkwijk
· 10 years ago
36b9404
Merge pull request #4586 from mhvk/ma/subclass-item-setting-getting
by Charles Harris
· 10 years ago
aa0532f
MANT: handling of axis in np.ma.compress_nd
by Jaime Fernandez
· 10 years ago
fc6f448
MAINT: Added more detailed messages to NotImplementedError messages.
by Wendell Smith
· 10 years ago
c05019e
BUG: setdiff1d return dtype
by Christian Brodbeck
· 10 years ago
7b0b7cc
Merge pull request #5703 from ddasilva/ddasilva/compress_rowcols
by Jaime
· 10 years ago
883d052
ENH: Introduce np.ma.compress_nd(), generalizes np.ma.compress_rowcols()
by Daniel da Silva
· 10 years ago
63ff998
MAINT: Refactor numpy.ma.where.
by Charles Harris
· 10 years ago
602836b
BUG: Fix `numpy.ma.where` to be consistent with unmasked version.
by John Kirkham
· 10 years ago
d7ffaea
TST: Add test for fix to issue #2972
by Gerrit Holl
· 10 years ago
a7d663f
BUG: Fix mask assignment in masked_where to use .mask property.
by Gerrit Holl
· 10 years ago
1cc2f8b
TST: Test that masked array addition works when dtype=object
by Lev Abalkin
· 10 years ago
7a84c56
ENH: Let MaskedArray getter, setter respect baseclass overrides
by Marten van Kerkwijk
· 10 years ago
bf8d332
Use Python 2.6 compatible assertions in tests.
by Alexander Belopolsky
· 10 years ago
188ed4f
Made dot return proper type.
by Alexander Belopolsky
· 10 years ago
2383bd6
Fixed out!=None case, added tests.
by Alexander Belopolsky
· 10 years ago
3fdf188
BUG: Implemented MaskedArray.dot
by Alexander Belopolsky
· 10 years ago
594c64c
ENH: deprecate bias and ddof arguments to corrcoef
by Matthew Brett
· 10 years ago
6ca778d
DOC: Reconcile docstrings and function signatures where they disagree
by Robert McGibbon
· 10 years ago
9df5143
BUG: numpy.ma.polyfit masks NaNs incorrectly
by Simon Gibbons
· 11 years ago
8af02f7
BUG: Fix casting warnings during masked array in-place operations. (numpy/numpy#5563)
by John Kirkham
· 11 years ago
edb9399
Update docstring of ma.extras.average to reflect actual behavior
by Matthew Craig
· 11 years ago
00ee332
TST: Add testcase for the fix to bug #4476.
by Gerrit Holl
· 11 years ago
4bfcf48
BUG: Fix #4476 by adding datetime64 and timedelta64 types
by Gerrit Holl
· 11 years ago
615bcd1
Merge pull request #5447 from juliantaylor/ma-median-ndarray
by Charles Harris
· 11 years ago
b82230f
BUG: fix ma.median used on ndarrays
by Julian Taylor
· 11 years ago
78f69df
BUG: Fixes #5376: np.ravel to return same array type
by Garrett-R
· 11 years ago
c5b19b1
DOC: Added ma.clump_masked to doc; removed `extras` in examples
by Yuxiang Wang
· 11 years ago
994a877
DOC : do not abuse enumeration for return types
by Thomas A Caswell
· 11 years ago
3b22d87
Merge pull request #5242 from juliantaylor/fix-ufunc-subok-out
by Charles Harris
· 11 years ago
b40e686
BUG: fix not returning out array from ufuncs with subok=False set
by Julian Taylor
· 11 years ago
72e9072
Merge pull request #5203 from njsmith/master
by Charles Harris
· 11 years ago
Next »