Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.12.0
/
numpy
/
ma
tag
5596af84450b4e13e3926537979dfc8bbd307b75
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Jan 15 19:58:34 2017
object
561f1accf861ad8606ea2dd723d2be2b09a2dffa
NumPy v1.12.0 release.
138afdf
TST: extend ma.median testing and fix inconsistent out return
by Julian Taylor
· 9 years ago
62316dc
BUG: fixed failure of np.ma.median for 1-D even arrays.
by Marten van Kerkwijk
· 9 years ago
52336fc
BUG: handle unmasked NaN in ma.median like normal median
by Julian Taylor
· 9 years ago
f685f1a
ENH: Deprecation warnings for `/` integer division when running python -3
by saurabh
· 9 years ago
4c2ad8a
BUG: Fix (and test) np.ma.convolve for raw lists
by Eric Wieser
· 9 years ago
bf3fb26
DOC: correct ma.convolve docstrings, and add the feature to the release notes
by Eric Wieser
· 9 years ago
cb52fd6
API: Rename contagious to propagate_mask
by Eric Wieser
· 9 years ago
3ebbbb0
ENH: Add ma.convolve and ma.correlate for #6458
by Eric Wieser
· 9 years ago
fa31422
Merge pull request #8142 from ahaldane/ma_mean_scalar
by Charles Harris
· 9 years ago
d8d7c25
BUG: np.ma.mean and var should return scalar if no mask
by Allan Haldane
· 9 years ago
dbb7094
Merge pull request #8103 from mattip/pypy-fixes
by Nathaniel J. Smith
· 9 years ago
8888a76
BUG: Fix broken pickle in MaskedArray when dtype is object (#8122)
by Raghav RV
· 9 years ago
cac80b8
ENH: either TypeError or ValueError can be raised
by Matti Picus
· 9 years ago
de84ba2
MAINT: Add deprecation warning to multi-field views/assignment
by Allan Haldane
· 9 years ago
ed30048
BUG: fix np.ma.median with only one non-masked value
by Loïc Estève
· 9 years ago
ad5b13a
TST: Add ma.median tests for valid axis.
by Charles Harris
· 9 years ago
66f313f
BUG: Fix numpy.ma.median for various things.
by Charles Harris
· 9 years ago
4bcae47
BUG: Fixes return for np.ma.count if keepdims is True and axis is None
by Michael Seifert
· 9 years ago
4ec0167
TST: Add tests for stacklevel in warnings and "ignore" filters.
by Sebastian Berg
· 9 years ago
7884a8c
ENH: Add stacklevel to all (or almost all) our function calls
by Sebastian Berg
· 9 years ago
61694be
MAINT: Spell out with and without in ma test functions
by Sebastian Berg
· 9 years ago
f078cb4
ENH: Masked array simplify copying back of unchanged values
by Sebastian Berg
· 9 years ago
308161c
TST: Use new warnings context manager in all tests
by Sebastian Berg
· 9 years ago
86b0a5e
BUG: Suppress common NaT warnings
by Sebastian Berg
· 9 years ago
54b68dd
BUG: Fixed masked array behavior for scalar inputs to np.ma.atleast_*d
by Joseph Fox-Rabinovitz
· 9 years ago
63d30ba
Merge pull request #7912 from mattip/pypy-fixes2
by Charles Harris
· 9 years ago
76eff9c
ENH: skip or avoid gc/objectmodel differences btwn pypy and cpython
by mattip
· 9 years ago
ee42d25
BUG: modified ndim condition to use masked_array
by skwbc
· 9 years ago
af671c4
BUG: fix for issue#7835 (ma.median of 1d)
by Shota Kawabuchi
· 9 years ago
8f84700
DOC: Docstring capitalization/sentence fixes in numpy/ma/core.py.
by Charles Harris
· 9 years ago
3c4db41
BUG: construct ma.array from np.array which contains padding
by Allan Haldane
· 9 years ago
9d3f475
Merge pull request #7350 from ahaldane/ma_fix_2_ufuncfalse
by Charles Harris
· 9 years ago
59a7b25
Merge pull request #7658 from saimn/fix-ma-repr
by Charles Harris
· 9 years ago
7a05c91
BUG: Temporary fix for str(mvoid) for object field types
by Allan Haldane
· 9 years ago
d805e9b
BUG: fix incorrect printing of 1D masked arrays
by Simon Conseil
· 9 years ago
a4cc361
STY: ma.extras.median: avoid indexing with list
by Amit Aronovitch
· 9 years ago
bb46a49
BUG: ma.median of 1d array should return a scalar
by Amit Aronovitch
· 9 years ago
090bbdd
BUG: Ensure mask is preserved on scalars
by Eric Wieser
· 9 years ago
6e5aa5e
TST: Verify np.ma.take works on scalars
by Eric Wieser
· 9 years ago
5ba2007
BUG: MaskedArray.count treats negative axes incorrectly
by Allan Haldane
· 9 years ago
798dd4f
TST: Unit tests for new kwd args in MA methods
by Allan Haldane
· 9 years ago
f1c3521
ENH: update MA average, median
by Allan Haldane
· 9 years ago
36f76ea
ENH: add extra kwargs and update doc of many MA methods
by Allan Haldane
· 9 years ago
37d3019
BUG: MA ufuncs should set mask to False, not array([False])
by Allan Haldane
· 9 years ago
ed083cf
ENH: Make no unshare mask future warnings less noisy
by Sebastian Berg
· 9 years ago
140552d
Merge pull request #7349 from ahaldane/ma_fix_3_ignorenan
by Charles Harris
· 9 years ago
fd19bf3
MAINT: Hide nan warnings for internal ma computations
by Allan Haldane
· 10 years ago
6f6f03d
TST: Fix some MA tests to avoid looking at the .data attribute
by Allan Haldane
· 10 years ago
bec40c2
Merge pull request #7260 from gerritholl/fix-structured-masked-array-str
by ahaldane
· 10 years ago
576b48f
BUG/TST: Fix #7259, do not "force scalar" for already scalar str/bytes
by Gerrit Holl
· 10 years ago
c104112
Revert part of #3907 which incorrectly propogated MaskedArray info.
by Marten van Kerkwijk
· 10 years ago
7077724
MAINT: Fix typos in docs/comment of `ma` and `polynomial` modules.
by Dongjoon Hyun
· 10 years ago
8e46c6c
TST: Drop `FutureWarning` filters from tests where they were added.
by John Kirkham
· 10 years ago
594efed
BUG: Raise a quieter `MaskedArrayFutureWarning` for mask changes.
by John Kirkham
· 10 years ago
b29a997
STY: Drop some trailing spaces in `numpy.ma.core`.
by John Kirkham
· 10 years ago
73a2fd1
MAINT: Fix some typos in a code string and comments
by Dongjoon Hyun
· 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
Next »