Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.9.3
/
numpy
/
ma
tag
99f0de3ac2c13be2790144e818d92bb89ca4f0fc
tagger
Matthew Brett <matthew.brett@gmail.com>
Tue Sep 22 00:07:12 2015
object
edb902cdc6573553afcf11047ecdfb447e444322
REL: 1.9.3 release
53b19c5
TST: Add testcase for the fix to bug #4476.
by Gerrit Holl
· 11 years ago
f7cdfe6
BUG: Fix #4476 by adding datetime64 and timedelta64 types
by Gerrit Holl
· 11 years ago
b1ac4a5
Merge pull request #5447 from juliantaylor/ma-median-ndarray
by Julian Taylor
· 11 years ago
b82230f
BUG: fix ma.median used on ndarrays
by Julian Taylor
· 11 years ago
994e98c
Merge pull request #5242 from juliantaylor/fix-ufunc-subok-out
by Julian Taylor
· 11 years ago
b40e686
BUG: fix not returning out array from ufuncs with subok=False set
by Julian Taylor
· 11 years ago
6970732
Merge pull request #5203 from njsmith/master
by Julian Taylor
· 11 years ago
3205c89
BUG: copy inherited masks in MaskedArray.__array_finalize__
by Nathaniel J. Smith
· 11 years ago
d310ff9
Merge pull request #5182 from juliantaylor/nanmedian-inf
by Julian Taylor
· 11 years ago
2f1e276
BUG: fix nanmedian on arrays containing inf
by Julian Taylor
· 11 years ago
ed228e6
Merge pull request #5149 from charris/fix-ma-docs-for-OO-option
by Julian Taylor
· 11 years ago
dc45391
BUG: Make numpy import when run with Python flag '-OO'.
by Charles Harris
· 11 years ago
8fa45b4
Merge pull request #4906 from juliantaylor/doc-update
by Charles Harris
· 11 years ago
dd70de2
DOC: document behavior of ma.sort(endswith=) for unmasked min/max values
by Julian Taylor
· 11 years ago
f94151d
Merge pull request #4866 from mhvk/ma/mvoid-initialisation
by Julian Taylor
· 11 years ago
4ed00c7
BUG Make ma[row][rec] setter work by avoiding copy in mvoid.__new__
by Marten van Kerkwijk
· 11 years ago
b583637
Merge pull request #4874 from juliantaylor/masked-sort-memory
by Charles Harris
· 11 years ago
acc3369
ENH: avoid meshgrid and fancy indexing for 1d masked sort
by Julian Taylor
· 11 years ago
2762f54
Merge pull request #4831 from charris/simplify-with-errstate
by Julian Taylor
· 11 years ago
e2254e4
MAINT: Use an unqualified nomask variable in ma.core.
by Lev Abalkin
· 11 years ago
7298d36
MAINT: Simplify some uses of errstate context manager.
by Charles Harris
· 11 years ago
305b26b
MAINT: replace two step errstate change with a direct change
by Julian Taylor
· 11 years ago
ad902ff
ENH: use copy to move the masked values into the result
by Julian Taylor
· 11 years ago
10098da
Merge pull request #4454 from jurnix/namedargs
by Julian Taylor
· 11 years ago
0ae3628
ENH: rewrite ma.median to improve poor performance for multiple dimensions
by Julian Taylor
· 11 years ago
39fbc1b
ENH: use sparse meshgrid instead of indices().tolist()
by Julian Taylor
· 11 years ago
9592bfa
BUG, TST: Fix tests of ma.count return type.
by Charles Harris
· 11 years ago
b34800a
BUG: Fix test error in scipy introduced by commit d8fd283.
by Charles Harris
· 11 years ago
d69cd85
Revert line from #4585 to get mask, data shapes to match in .flat
by Marten van Kerkwijk
· 11 years ago
a7eef2d
Ensure single record items also work correctly with MaskedIterator; tests
by Marten van Kerkwijk
· 11 years ago
dfebb5a
BUG: Ensure MaskedArray.flat can access single items
by Marten van Kerkwijk
· 11 years ago
24a8f3b
ENH: Ensure that repr and str work for MaskedArray non-ndarray bases
by Marten van Kerkwijk
· 11 years ago
3998fdf
Merge pull request #4463 from abalkin/issue-4461
by Charles Harris
· 11 years ago
76c9bb3
BUG: Masked arrays and apply_over_axes
by Lev Abalkin
· 11 years ago
06aafa5
BUG: Fix for issue #3213
by Tim Burgess
· 11 years ago
ddc95d3
ENH: apply_along_axis accepts named arguments
by Albert
· 11 years ago
46767a2
Merge pull request #4045 from abalkin/gh-4043
by Charles Harris
· 11 years ago
2f8c7a7
ENH: Implemented ma.append
by Lev Abalkin
· 11 years ago
787fbff
BUG: Masked array filled method ignores fill value
by Lev Abalkin
· 11 years ago
028a45c
DOC apply correct documentation to np.ma.argmin
by jnothman
· 11 years ago
2868dc4
Merge pull request #4105 from seberg/deprecate-boolean-math
by Charles Harris
· 12 years ago
ab04e1a
BUG: Force allclose logic to use inexact type
by Sebastian Berg
· 12 years ago
58e9e27
DEP: Deprecate boolean `-` operations
by Sebastian Berg
· 12 years ago
2facd5c
ENH: add tobytes and stop using tostring in documentation
by Julian Taylor
· 12 years ago
b58a854
DOC: Fix description of ma.average parameter.
by astaric
· 12 years ago
3d8da08
BUG: Removed the inconsistencies of the function ma.count
by Janani
· 12 years ago
a49c279
BUG: Fixed mask_rowcols().
by Lev Abalkin
· 12 years ago
50b0e8e
BUG: ma.compressed() function returns masked array
by Lev Abalkin
· 12 years ago
d8fd283
ENH: ma.asarray() and ma.asanyarray() will pass through input of the correct type.
by Lev Abalkin
· 12 years ago
3d9d9aa
One revert (comparisons with None; not PEP8, but good to check); extra comments
by Marten van Kerkwijk
· 12 years ago
beb1911
Small further cleanups of ma.tests, plus correction for python3
by Marten van Kerkwijk
· 12 years ago
9f1c178
Convert docstrings to comments for nose; PEP8 cleanup (some tests activated)
by Marten van Kerkwijk
· 12 years ago
50f33ad
Small corrections to tests
by Marten van Kerkwijk
· 12 years ago
301d075
Add test cases to ensure NotImplemented is passed on
by Marten van Kerkwijk
· 12 years ago
405d4ae
Ensure NotImplemented is passed on in MaskedArray ufunc's
by Marten van Kerkwijk
· 12 years ago
fbd6510
STY: Giant comma spacing fixup.
by Charles Harris
· 12 years ago
8ddb0ce
STY: Giant whitespace cleanup.
by Charles Harris
· 12 years ago
0cc113c
MAINT: Make setting mask values with scalars faster.
by Richard Hattersley
· 12 years ago
05a15c8
MAINT: Remove uses of the WarningManager class.
by Charles Harris
· 12 years ago
2f1174d
MAINT: Use np.errstate context manager.
by Charles Harris
· 12 years ago
8f547d3
Merge pull request #3448 from efiring/ma_compress
by Charles Harris
· 12 years ago
216d8cb
BUG: add __len__ method to ma.mvoid; closes #576
by Eric Firing
· 12 years ago
c2465b6
BUG: np.ma.compress treated inputs in wrong order; closes #2495
by Eric Firing
· 12 years ago
fb4edf7
BUG: field assignment in masked array did not reset mask; closes #2403
by Eric Firing
· 12 years ago
ace8ee7
BUG: ma: ma.average didn't handle complex arrays correctly (issue gh-2684)
by Warren Weckesser
· 12 years ago
4a7f2b7
MAINT: ma: clean up ma/test_extras.py: don't use 'import *'; PEP8 whitespace
by Warren Weckesser
· 12 years ago
424d84b
DOC: fix comments in min and ptp.
by John Benediktsson
· 12 years ago
37723a5
TST: fix some function name conflicts
by Julian Taylor
· 12 years ago
4c291f3
BUG: Correctly pass on ddof paramter on inside np.ma.corrcoef
by Sebastian Berg
· 12 years ago
dec4f4b
MAINT: Apply 2to3 idioms fixer.
by Charles Harris
· 12 years ago
a8805f6
Merge pull request #3265 from jamestwebber/patch-2
by Charles Harris
· 12 years ago
3a5c547
2to3: Apply unicode fixer.
by Charles Harris
· 12 years ago
56e806a
Merge pull request #3242 from charris/2to3-apply-types-fixer
by Charles Harris
· 12 years ago
abaf953
Adding a test for #3265
by jamestwebber
· 12 years ago
4e6b48e
Update masked array copy to preserve array order
by jamestwebber
· 12 years ago
c6de097
2to3: Apply next fixer.
by Charles Harris
· 12 years ago
c879ad8
2to3: Apply types fixer.
by Charles Harris
· 12 years ago
3f2c789
Merge pull request #3244 from charris/2to3-apply-zip-fixer
by Charles Harris
· 12 years ago
0dfe67a
2to3: Apply zip fixer.
by Charles Harris
· 12 years ago
68338ee
2to3: Apply basestring fixer.
by Charles Harris
· 12 years ago
7f5af37
2to3: Apply the `numliterals` fixer and skip the `long` fixer.
by Charles Harris
· 12 years ago
a3f2e04
ENH: add `invert` parameter to numpy.in1d().
by Julien Phalip
· 12 years ago
011f8a2
2to3: Apply `repr` fixer.
by Charles Harris
· 12 years ago
1340fa6
Merge pull request #3205 from charris/2to3-apply-dict-fixer
by Charles Harris
· 12 years ago
ef76d49
Merge pull request #3202 from charris/2to3-reduce-fixups
by njsmith
· 12 years ago
aab46a7
2to3: apply `dict` fixer.
by Charles Harris
· 12 years ago
bb726ca
2to3: Apply `print` fixer.
by Charles Harris
· 12 years ago
77e09f1
MAINT: Cleanup some imports involving reduce.
by Charles Harris
· 12 years ago
49a8902
Merge pull request #3191 from charris/2to3-apply-imports-fixer
by Charles Harris
· 12 years ago
ca77e31
Merge pull request #460 from endolith/regex_formatting
by Charles Harris
· 12 years ago
09a52ed
2to3: Apply `imports` fixer.
by Charles Harris
· 12 years ago
d4b88c1
2to3: Use absolute imports.
by Charles Harris
· 12 years ago
91aa03f
2to3: Replace xrange by range and use list(range(...)) where needed
by Charles Harris
· 12 years ago
0d35127
DOC: regex-assisted fixes of definition list formatting
by endolith
· 12 years ago
653a6fd
DOC: Used regex to find colons missing spaces which render wrong online, also other spacing or formatting mistakes
by endolith
· 12 years ago
6aa264c
2to3: Put `from __future__ import division in every python file.
by Charles Harris
· 12 years ago
3655b73
2to3: Apply `raise` fixes. Closes #3077.
by Charles Harris
· 12 years ago
48df796
Merge pull request #2967 from sbyrnes321/master
by Charles Harris
· 12 years ago
705bf92
2to3: Use modern exception syntax.
by Charles Harris
· 12 years ago
c714dad
DOC -- add another paragraph note to ndarray.view docs (cont'd)
by Steve
· 13 years ago
Next »