Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.11.2
/
numpy
/
ma
tag
59a75c7175d6cfdef8a56d7a193daf1f225538a6
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Oct 03 23:58:59 2016
object
bb6e3dc30016b89bf154f7d7fce4248e760bd40f
NumPy 1.11.2 release.
9324f10
BUG: fix np.ma.median with only one non-masked value
by Loïc Estève
· 9 years ago
43899e1
TST: Add ma.median tests for valid axis.
by Charles Harris
· 9 years ago
346efba
BUG: Fix numpy.ma.median for various things.
by Charles Harris
· 9 years ago
824d010
BUG: Fixes return for np.ma.count if keepdims is True and axis is None
by Michael Seifert
· 9 years ago
776eb40
BUG: modified ndim condition to use masked_array
by skwbc
· 9 years ago
0800346
BUG: fix for issue#7835 (ma.median of 1d)
by Shota Kawabuchi
· 9 years ago
d035ad4
DOC: Docstring capitalization/sentence fixes in numpy/ma/core.py.
by Charles Harris
· 9 years ago
27b8c07
BUG: construct ma.array from np.array which contains padding
by Allan Haldane
· 9 years ago
b775376
BUG: MaskedArray.count treats negative axes incorrectly
by Allan Haldane
· 9 years ago
f7c2429
ENH: update MA average, median
by Allan Haldane
· 9 years ago
f373221
TST: Unit tests for new kwd args in MA methods
by Allan Haldane
· 9 years ago
37e8d19
ENH: add extra kwargs and update doc of many MA methods
by Allan Haldane
· 9 years ago
7ce6556
BUG: fix incorrect printing of 1D masked arrays
by Simon Conseil
· 9 years ago
a48f422
BUG: Temporary fix for str(mvoid) for object field types
by Allan Haldane
· 9 years ago
1f80666
STY: ma.extras.median: avoid indexing with list
by Amit Aronovitch
· 9 years ago
c1153b8
BUG: ma.median of 1d array should return a scalar
by Amit Aronovitch
· 9 years ago
e550018
BUG: Ensure mask is preserved on scalars
by Eric Wieser
· 9 years ago
d86a959
TST: Verify np.ma.take works on scalars
by Eric Wieser
· 9 years ago
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
Next »