Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.8.2
/
numpy
/
ma
tag
616e90b891b991b49c5c18b9119e8876edfda9d6
tagger
Julian Taylor <jtaylor.debian@googlemail.com>
Sat Aug 09 10:39:23 2014
object
4563730a2d036307f1b67b2856d749aabdd8d546
1.8.2 Release
7072af9
Small corrections to tests
by Marten van Kerkwijk
· 12 years ago
a362059
Add test cases to ensure NotImplemented is passed on
by Marten van Kerkwijk
· 12 years ago
203c1ac
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
· 13 years ago
c714dad
DOC -- add another paragraph note to ndarray.view docs (cont'd)
by Steve
· 13 years ago
637dbd8
DOC -- add another paragraph note to ndarray.view docs
by Steve
· 13 years ago
df259db
DEP: Remove scons related files and code.
by Charles Harris
· 13 years ago
686bcfd
Merge pull request #2747 from mdboom/fix-masked-recarrays-with-objects
by njsmith
· 13 years ago
7b75899
Merge pull request #2745 from certik/fix_warnings
by Ondřej Čertík
· 13 years ago
457b78f
Add a test
by Michael Droettboom
· 13 years ago
09d82ea
Merge pull request #2703 from astrofrog/fix-masked-fill-view
by Ralf Gommers
· 13 years ago
1871820
MAINT: In test_varstd_specialcases out parameters should be 0-d.
by Charles Harris
· 13 years ago
65ed5eb
MAINT: Avoid unneeded call in masked array std method.
by Charles Harris
· 13 years ago
7678c98
TST: Add test for gh-2757.
by Charles Harris
· 13 years ago
38c150c
BUG: gh-2757, masked array var method should zero masked out parameter.
by Charles Harris
· 13 years ago
dadf5b9
Minor fix to fill_view test
by Thomas Robitaille
· 13 years ago
dba2499
Improvements to ndarray.view docstring
by Thomas Robitaille
· 13 years ago
ab66c25
Clarified MaskedArray.view documentation, and added more tests
by Thomas Robitaille
· 13 years ago
4bacc46
Added test for fill_value behavior in MaskedArray.view, and use fill_value to set the fill value, rather than _fill_value, since using fill_value takes care of setting _fill_value to an array.
by Thomas Robitaille
· 13 years ago
2a43ed3
Added a `fill_value` keyword to `MaskedArray.view`, and clarify the behavior in the docstring.
by Thomas Robitaille
· 13 years ago
15d1aa3
Change test to use np.testing.assert_
by Thomas Robitaille
· 13 years ago
0196aed
Fixes #2432. Rather than creating a new data array and assigning to it (which doesn't work when it is a recarray containing object fields), just create a copy with the np.array constructor.
by Michael Droettboom
· 13 years ago
2d841a8
TST: Catch possible warnings
by Ondřej Čertík
· 13 years ago
4171e50
Fix setting of fill_value for string columns in Python 3
by Thomas Robitaille
· 13 years ago
3e99f32
Don't reset the fill_value of a MaskedArray when calling view() with no dtype
by Thomas Robitaille
· 13 years ago
1532b7c
Fixed failing tests
by Thomas Robitaille
· 13 years ago
7caac2e
When accessing MaskedArray rows, always return an mvoid object
by Thomas Robitaille
· 13 years ago
a11aab3
BUG: fix pickling MaskedConstant
by Robert Kende
· 13 years ago
e2ec1ea
TST: pickling MaskedConstant
by Robert Kende
· 13 years ago
a76f0ed
PY3: Fix fromtextfile "ResourceWarning: unclosed file".
by Charles Harris
· 13 years ago
4c35609
ENH: add angle() function to ma
by Eric Firing
· 14 years ago
a2bb1cc
BUG: Fix improper usage of warning filters in the tests
by Mark Wiebe
· 14 years ago
008e5e9
TST: Add test for weight modification.
by Charles Harris
· 14 years ago
eb042bf
BUG: Handle weight correctly and don't modify the original.
by Charles Harris
· 14 years ago
3096486
MAINT: Make masked ma.polyfit match current polyfit.
by Charles Harris
· 14 years ago
00dff15
ENH: umath: Make sum, prod, any, or functions use the .reduce method directly
by Mark Wiebe
· 14 years ago
0375181
TST: ufunc: Tweak ma test to have a good output parameter, disable crashing NA test temporarily
by Mark Wiebe
· 14 years ago
a6e869b
BUG: ma: Fix a bug in numpy.ma hardmasks, exposed by the boolean indexing rewrite
by Mark Wiebe
· 14 years ago
6269494
ENH: missingdata: Implemented boolean assignment, working with NA masks
by Mark Wiebe
· 14 years ago
9164657
ENH: datetime: Masked arrays now use NaT as default filler value.
by Ben Walsh
· 14 years ago
1dd8eb7
BUG: datetime: Various fixes for datetime arrays.
by Ben Walsh
· 14 years ago
b5cdaee
ENH: Fix some functions to use copyto instead of the deprecated putmask.
by Charles Harris
· 14 years ago
3d9db9b
TST: ma: Feedback from Derek about Python 3 failures in ma tests
by Mark Wiebe
· 14 years ago
a72132d
ENH: ma: Fix up ma and its tests to work with default same_kind casting
by Mark Wiebe
· 14 years ago
8949fe2
ENH: Tighten up dtype parsing in general, to catch some more invalid datetime results
by Mark Wiebe
· 14 years ago
966038e
STY: Replace assert by assert_ in tests. There remain 124 uses of
by Charles Harris
· 14 years ago
fd26303
STY: Fix up some remaining old-style exceptions. I think that is the end of it.
by Charles Harris
· 14 years ago
e1a9692
STY: Update exception styles, trickier ones.
by Charles Harris
· 14 years ago
cfd7664
STY: Update exception style, easy ones.
by Charles Harris
· 14 years ago
2812406
STY: Replace remaining old style classes with classes subclassing object.
by Charles Harris
· 14 years ago
9b354f4
TST: Add test for ticket #1559.
by Charles Harris
· 14 years ago
ceb9ded
DEP: remove deprecated items from ma/core.py
by rgommers
· 14 years ago
44ae46c
DEP: remove unique1d, setmember1d and intersect1d_nu.
by rgommers
· 14 years ago
46ce29d
TST: fix two divide-by-zero test warnings.
by rgommers
· 14 years ago
4ca2465
DOC: merge more doc wiki edits.
by rgommers
· 14 years ago
779b01b
WRN: iter: Fix half-float warnings, other small tweaks
by Mark Wiebe
· 15 years ago
87596cf
ENH: ufunc: Make many more tests pass with the new ufunc code
by Mark Wiebe
· 15 years ago
Next »