Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.16.0
/
numpy
/
ma
tag
bbb6fd019c9018c0c9d16ab351d33359ef10c222
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Jan 14 02:35:17 2019
object
971e2e89d08deeae0139d3011d15646fdac13c92
NumPy 1.16.0 release.
e840659
BUG: Make `arr.ctypes.data` hold a reference to the underlying array.
by Charles Harris
· 7 years ago
45cef38
MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#12448)
by Roman Yurchak
· 7 years ago
1842ea9
BUG: IndexError for empty list on structured MaskedArray.
by Marten van Kerkwijk
· 7 years ago
6386fdb
BUG: multifield-view of MaskedArray gets bad fill_value
by Allan Haldane
· 7 years ago
173f65c
TST: Add masked array tests for '==' and '!='.
by Charles Harris
· 7 years ago
c8bc149
BUG: Fix fill value in masked array '==' and '!=' ops.
by Charles Harris
· 7 years ago
046cd82
BUG: Fix MaskedArray fill_value type conversion.
by Charles Harris
· 7 years ago
7372f8d
MAINT, TST import pickle from numpy.core.numeric
by Pierre Glaser
· 7 years ago
6bfd1db
MAINT: Eliminate the private `numerictypes._typestr`
by Eric Wieser
· 7 years ago
73d7871
MAINT: refactor design of recursive closures (#11910)
by Matti Picus
· 7 years ago
88cbd3d
TST: Replace calls to unittest.TestCase.fail (#11933)
by Roman Yurchak
· 7 years ago
da07279
MAINT: reformat line spacing before test methods
by mattip
· 7 years ago
00bc5bc
BUG: Fix test sensitive to platform byte order.
by Charles Harris
· 7 years ago
8eed36a
Merge pull request #11299 from eric-wieser/ma-fieldless-dtype
by Allan Haldane
· 7 years ago
766d82f
ENH: Make expand_dims work on subclasses
by Eric Wieser
· 7 years ago
11302b6
MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary import dependencies
by Eric Wieser
· 7 years ago
917b079
DOC: Clear up confusion between np.where(cond) and np.where(cond, x, y)
by Eric Wieser
· 7 years ago
83828f5
HTTP -> HTTPS, and other linkrot fixes
by Mike Toews
· 7 years ago
4116089
BUG: Prevent crashes on 0-length structured void scalars
by Eric Wieser
· 7 years ago
51dc6f4
BUG: Undo behavior change in ma.masked_values(shrink=True)
by Eric Wieser
· 7 years ago
6ccb03d
Merge pull request #10314 from mhvk/ma-array-finalize-mask-view
by Eric Wieser
· 7 years ago
23cb605
Merge pull request #11105 from eric-wieser/take_along_axis-strict
by Marten van Kerkwijk
· 7 years ago
09e108d
Merge pull request #11120 from eric-wieser/simplify-ma-ctor
by Marten van Kerkwijk
· 7 years ago
5c1e7ae
STY: Add blank line
by Eric Wieser
· 7 years ago
7a3c50a
MAINT: rewrite np.ma.(median|sort) to use take_along_axis
by Eric Wieser
· 7 years ago
c1fc882
BUG: __copy__ and __deepcopy__ should preserve MaskedConstant (#11038)
by Kritika Jalan
· 7 years ago
c17c429
MAINT: move remaining MaskedArray matrix tests to matrixlib.
by Marten van Kerkwijk
· 7 years ago
7078ec6
MAINT: remove redundant code in MaskedArray.__new__
by Eric Wieser
· 7 years ago
b779bae
MAINT: Replace ma.__setattr__ with dtype and shape overrides.
by Marten van Kerkwijk
· 7 years ago
6756edf
BUG: Ensure __array_finalize__ cannot back-mangle shape
by Marten H. van Kerkwijk
· 7 years ago
f18ebf6
MAINT: move all masked array matrix tests to matrixlib.
by Marten van Kerkwijk
· 7 years ago
9896bd7
BUG: Fix encoding regression in ma/bench.py (Issue #10868)
by Jonathan March
· 7 years ago
7bf0564
MAINT: Remove all uses of run_module_suite.
by Charles Harris
· 7 years ago
cf46d8c
TST: Update modules `test` to PytestTester.
by Charles Harris
· 7 years ago
7e5a41d
TST: Switch to using pytest markers
by Charles Harris
· 7 years ago
6126789
MAINT: Remove "bench" from testing modules `__init__`s.
by Charles Harris
· 7 years ago
256c6fc
Merge pull request #10786 from lakshayg/stablesort
by Julian Taylor
· 7 years ago
093c308
BUG: Always return a list from np.ma.flatnotmasked_contiguous
by Eric Wieser
· 7 years ago
e2c7168
TST: simplify test of notmasked_contiguous
by Eric Wieser
· 7 years ago
14955cc
add test for stable sort
by Lakshay Garg
· 7 years ago
864a431
add stablesort in np.sort and point to mergesort
by Lakshay Garg
· 7 years ago
ed6c0dd
MAINT: Remove use of unittest in NumPy tests.
by xoviat
· 7 years ago
01cd5c9
TST, DOC: Upload devdocs and neps after circleci build (#10702)
by Stefan van der Walt
· 7 years ago
e441c29
MAINT: Stop using non-tuple indices internally
by Eric Wieser
· 8 years ago
b17fc16
BUG: Functions in ma should not add Notes to existing docstrings.
by Charles Harris
· 8 years ago
e164117
MAINT: Remove unused code path for applying maskedarray domains to ufunc with nin>2
by Eric Wieser
· 8 years ago
390d797
Merge pull request #10479 from eric-wieser/masked-array-out-fix
by Marten van Kerkwijk
· 8 years ago
56848bb
BUG: Calling ufuncs with a positional output argument causes the result to inherit the output's mask
by Eric Wieser
· 8 years ago
70e3425
STY: Break some long lines.
by Charles Harris
· 8 years ago
a1dfb54
ref to issue in numpy.ma
by Anas Khan
· 8 years ago
19ac9ee
adding new tests for union1d
by Anas Khan
· 8 years ago
abb17d3
BUG: concatenation using axis=None in union1d
by Anas Khan
· 8 years ago
6346269
BUG: arrays not being flattened in `union1d`
by Anas Khan
· 8 years ago
7cb22f9
More misc. typos
by luz.paz
· 8 years ago
dd866e3
Merge pull request #10292 from eric-wieser/no-change-masked-shape
by Charles Harris
· 8 years ago
8b1b7f1
BUG: Masked singleton can be reshaped to be non-scalar
by Eric Wieser
· 8 years ago
e772a1a
ENH: Allow ptp to take an axis tuple and keepdims
by Eric Wieser
· 8 years ago
59b0739
MAINT: Fix nose features to work on pytest
by xoviat
· 8 years ago
0225771
Merge pull request #10232 from eric-wieser/use-isclose-in-masked_values
by Charles Harris
· 8 years ago
0f13a2e
Merge pull request #10211 from mhvk/ma-astype-alternative
by Eric Wieser
· 8 years ago
22404c9
MAINT,ENH: remove MaskedArray.astype, as the base type does everything.
by Marten van Kerkwijk
· 8 years ago
4c83762
BUG: Don't reimplement isclose in np.ma
by Eric Wieser
· 8 years ago
4e112ef
ENH: added masked version of 'numpy.stack' with tests.
by lzkelley
· 8 years ago
d233e1f
Merge pull request #10216 from eric-wieser/deprecate-pickle-aliases
by Charles Harris
· 8 years ago
3096c50
BUG: Fix broken format string picked up by LGTM.com
by Eric Wieser
· 8 years ago
d4bc1b6
ENH: Allow np.r_ to accept 0d arrays
by Eric Wieser
· 8 years ago
8a847c8
Merge pull request #10192 from eric-wieser/deprecate-pickle-aliases
by Charles Harris
· 8 years ago
b023d73
DEP: Deprecate the pickle aliases
by Eric Wieser
· 8 years ago
8671dc0
BUG: Fix regression in np.ma.load in gh-10055
by Eric Wieser
· 8 years ago
36a588a
BUG: Fix incorrect wrapping of `MaskedArray`
by Eric Wieser
· 8 years ago
b49b20f
BUG: stray comma should be preserved for legacy printing
by Allan Haldane
· 8 years ago
8bac6ee
ENH: Improve MaskedArray.__repr__
by Eric Wieser
· 8 years ago
dc0b8bd
TST: Improve assertion error messages
by Eric Wieser
· 8 years ago
eac6056
BUG: Have np.ma.dump and np.ma.load close their files (#10055)
by orbit-stabilizer
· 8 years ago
ac6b1a9
ENH: don't show boolean dtype, as it is implied
by Eric Wieser
· 8 years ago
df0fff4
BUG: str(arr0d) and unicode(arr0d) should never go through np.set_string_function
by Eric Wieser
· 8 years ago
1368cbb
DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBACKIFCOPY (#9639)
by Matti Picus
· 8 years ago
0fb33ee
MAINT: Make private helper function non-public instead.
by Charles Harris
· 8 years ago
6b41ba8
MAINT: Separate stringification from masked_print_option-insertion
by Eric Wieser
· 8 years ago
e0c60fa
MAINT: Remove branching from MaskedArray.__repr__, and line-wrap
by Eric Wieser
· 8 years ago
98e7efc
Merge pull request #9817 from kenogo/master
by Eric Wieser
· 8 years ago
aa7b339
BUG: Added exception for casting numpy.ma.masked to long
by Keno Goertz
· 8 years ago
729df78
Merge pull request #9822 from eric-wieser/MaskedConstant-subclass
by Charles Harris
· 8 years ago
d6be04f
BUG: Allow subclasses of MaskedConstant to behave as unique singletons
by Eric Wieser
· 8 years ago
80c624e
BUG: fix stray comma in _array2string
by Stefan Winkler
· 8 years ago
d05fd30
Merge pull request #9645 from xoviat/appveyor
by Charles Harris
· 8 years ago
dd86461
BUG: Don't ignore mismatching shapes just because the mask is all zeros
by Eric Wieser
· 8 years ago
5289102
BUG: Shrinking the mask on a structured type errors
by Eric Wieser
· 8 years ago
f01d1a6
BUG: np.ma.trace gives the wrong result on ND arrays
by Eric Wieser
· 8 years ago
25c808c
MAINT: Remove special casing of structured dtypes in MaskedArray.__str__
by Eric Wieser
· 8 years ago
91b83ac
MAINT: Remove special casing of 0d in MaskedArray.__str__
by Eric Wieser
· 8 years ago
366b14c
MAINT: Remove hack from gh-7659 for gh-7493
by Eric Wieser
· 8 years ago
8e26a5d
BUG: Errors thrown by 0d arrays in setitem are silenced and replaced
by Eric Wieser
· 8 years ago
1ccfa62
Merge pull request #9336 from eric-wieser/masked-constant
by Charles Harris
· 8 years ago
8927415
Merge pull request #9433 from eric-wieser/transpose-full-view
by Allan Haldane
· 8 years ago
06b5318
tests: core: update failure message
by xoviat
· 8 years ago
6752d5f
TST: Add new unit tests for structure assignment
by Allan Haldane
· 8 years ago
50f4d0d
TST: Fix/Remove old unit tests for structure assignment
by Allan Haldane
· 8 years ago
7412b85
MAINT: improve struct assignment, allow multi fields views
by Allan Haldane
· 8 years ago
9aea5a4
BUG: Make transpose and diagonal masks be views
by Eric Wieser
· 8 years ago
Next »