summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: Preserve identity of dtypes in make_mask_descrEric Wieser2017-03-032-7/+30
* Merge pull request #8651 from eric-wieser/lapack_lite-dlamchCharles Harris2017-03-0215-97199/+97413
|\
| * BUG: Apply fix for unknown bug in dlamch to slamch tooEric Wieser2017-03-022-1/+10
| * MAINT: Prefer to load functions from lapack/install if possibleEric Wieser2017-03-028-2047/+2126
| * MAINT: Split up the lapack_lite files more sensiblyEric Wieser2017-03-0211-96084/+96198
| * MAINT: Improve handing of files and subprocessesEric Wieser2017-03-021-47/+59
* | Merge pull request #8731 from solarjoe/masterEric Wieser2017-03-031-0/+1
|\ \
| * | DOC: added linalg.multi_dot to function listsolarjoe2017-03-031-0/+1
| |/
* | Merge pull request #8729 from MSeifert04/doc_float_power_referenceEric Wieser2017-03-021-0/+1
|\ \ | |/ |/|
| * DOC: Add float_power to routines.math documentation autosummaryMichael Seifert2017-03-021-0/+1
|/
* Merge pull request #8716 from juliantaylor/test-reduceCharles Harris2017-03-013-6/+12
|\
| * TST: run the slow tests earlier for better travis schedulingJulian Taylor2017-03-011-4/+4
| * TST: mark some tests with slow decoratorJulian Taylor2017-02-282-2/+8
* | Merge pull request #8718 from MareinK/random_choice_test_assertsEric Wieser2017-03-011-5/+5
|\ \
| * | BUG: Fix assert statements in random.choice testsMarein Könings2017-02-281-5/+5
* | | BUG: Fix creating a np.matrix from string syntax involving booleans (#8497)Zè Vinícius2017-03-013-41/+17
|/ /
* | Merge pull request #8669 from MSeifert04/partition_warningEric Wieser2017-02-281-0/+12
|\ \
| * | MAINT: Warn users when calling np.ma.MaskedArray.(arg-)partition function.Michael Seifert2017-02-281-0/+12
|/ /
* | Merge pull request #8709 from mortada/docstring_typosEric Wieser2017-02-281-10/+10
|\ \
| * | DOC: Fixed minor typos in temp_elide.cMortada Mehyar2017-02-271-10/+10
| |/
* | 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