summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8590 from mhvk/ma/eq_ne_axis_bugEric Wieser2017-02-283-90/+181
|\
| * BUG: ensure masked array comparison with regular void works.Marten van Kerkwijk2017-02-272-25/+25
| * BUG: MaskedArray __eq__ wrong for masked scalar, multi-d recarrayMarten van Kerkwijk2017-02-273-73/+164
* | Merge pull request #8705 from juliantaylor/ma-median-emptyEric Wieser2017-02-272-3/+10
|\ \
| * | BUG: fix ma.median for empty ndarraysJulian Taylor2017-02-272-3/+10
| |/
* | Merge pull request #8704 from charris/fix-zerosize-deep-copyseberg2017-02-272-28/+36
|\ \ | |/ |/|
| * BUG: Fix deepcopy regression for empty arrays.Charles Harris2017-02-272-28/+36
* | Merge pull request #8663 from eric-wieser/subclass-reprMarten van Kerkwijk2017-02-263-10/+37
|\ \
| * | ENH: Fix alignment of repr for array subclassesEric Wieser2017-02-253-10/+37
* | | Merge pull request #8702 from MSeifert04/npcopy_docstring_fixCharles Harris2017-02-261-68/+68
|\ \ \
| * | | DOC: Fixed small mistakes in numpy.copy documentation.Michael Seifert2017-02-261-68/+68
|/ / /
* | | DOC: fix incorrect mask value when value was changed (#8698)Eugene2017-02-261-1/+1
| |/ |/|
* | Merge pull request #8692 from charris/fix-deprecated-escape-sequencesCharles Harris2017-02-253-33/+31
|\ \
| * | MAINT: Refactor tools/find_deprecated_escaped_characters.pyCharles Harris2017-02-251-25/+23
| * | MAINT: Fix deprecated escape sequences in tools/Charles Harris2017-02-253-8/+8
* | | Merge pull request #8694 from juliantaylor/mac-buildJulian Taylor2017-02-252-1/+2
|\ \ \ | |_|/ |/| |
| * | BUG: missing comma disabled some header checksJulian Taylor2017-02-252-1/+2
|/ /
* | Merge pull request #8685 from eric-wieser/shape-to-ndimJulian Taylor2017-02-2523-48/+101
|\ \ | |/ |/|
| * ENH: add a .ndim property to dype objectsEric Wieser2017-02-254-0/+53
| * MAINT: replace len(x.shape) with x.ndimEric Wieser2017-02-2419-48/+48
* | Merge pull request #8672 from eric-wieser/patch-8584Julian Taylor2017-02-251-4/+4
|\ \
| * | BUG: Use int for axes, not intpEric Wieser2017-02-231-4/+4
* | | Merge pull request #7997 from juliantaylor/temporary-elideCharles Harris2017-02-248-5/+566
|\ \ \
| * | | BENCH: add benchmarks for operations with temporariesJulian Taylor2017-02-241-0/+20
| * | | DOC: add release note entry for the elisionJulian Taylor2017-02-241-0/+10
| * | | ENH: avoid temporary arrays in expressionsJulian Taylor2017-02-246-5/+536
| | |/ | |/|
* | | Merge pull request #8688 from madphysicist/patch-1Charles Harris2017-02-241-1/+8
|\ \ \
| * | | DOC: Added note to np.diffJoseph Fox-Rabinovitz2017-02-241-1/+8
| |/ /
* | | Merge pull request #8384 from charris/add-escaped-character-checkCharles Harris2017-02-243-3/+72
|\ \ \ | |/ / |/| |
| * | MAINT: Fix use of Python 2.6 deprecated escape sequences.Charles Harris2017-02-242-3/+3
| * | ENH: Add tool to check for deprecated escaped characters.Charles Harris2017-02-241-0/+69
|/ /
* | Merge pull request #8646 from joshloyal/enh-inplace-nan_to_numEric Wieser2017-02-242-2/+19
|\ \
| * | ENH: Allow for an in-place nan_to_num conversion. Fixes #8634Joshua Loyal2017-02-202-2/+19
* | | Merge pull request #8680 from jesseakt/patch-1Charles Harris2017-02-231-6/+0
|\ \ \
| * | | DOC: Removed broken linkJesse Thoren2017-02-231-6/+0
|/ / /
* | | Merge pull request #8674 from gfyoung/binary-repr-boundaryCharles Harris2017-02-232-2/+20
|\ \ \
| * | | BUG: Remove extra digit in binary_repr at limitgfyoung2017-02-232-2/+20
|/ / /
* | | Merge pull request #8677 from eric-wieser/use-izip_longestJulian Taylor2017-02-231-13/+9
|\ \ \
| * | | MAINT: We can now rely on itertools.izip_longest existingEric Wieser2017-02-231-13/+9
| | |/ | |/|
* | | Merge pull request #8675 from rolk/8675_msys2Ralf Gommers2017-02-232-5/+14
|\ \ \
| * | | BUG: Skip custom library check if not MSVC runtimeRoland Kaufmann2017-02-231-3/+12
| * | | BUG: Correct signature of inherited methodRoland Kaufmann2017-02-231-2/+2
|/ / /
* | | Merge pull request #8665 from eric-wieser/better-ma-method-lookupahaldane2017-02-222-17/+24
|\ \ \
| * | | BUG: Fix asanyarray, workaround #8666Eric Wieser2017-02-221-3/+5
| * | | BUG: Look up methods on MaskedArray in _frommethodShota Kawabuchi2017-02-222-14/+19
| |/ /
* | | Merge pull request #8668 from flying-sheep/patch-1Eric Wieser2017-02-221-2/+9
|\ \ \
| * | | DOC: Added “See Also” section for c_Philipp A2017-02-221-2/+5
| * | | DOC: Added more common example for np.c_Philipp A2017-02-221-0/+4
* | | | Merge pull request #8656 from matthew-brett/skip-repr-testEric Wieser2017-02-221-16/+20
|\ \ \ \
| * | | | BUG: re-enable test with duplicate nameMatthew Brett2017-02-221-1/+1