summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* BUG: Preserve identity of dtypes in make_mask_descrEric Wieser2017-03-032-7/+30
* 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 #8716 from juliantaylor/test-reduceCharles Harris2017-03-012-2/+8
|\
| * 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-012-41/+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-282-90/+172
|\ \ | |/ |/|
| * 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-272-73/+155
* | 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-262-10/+32
|\ \
| * | ENH: Fix alignment of repr for array subclassesEric Wieser2017-02-252-10/+32
* | | DOC: Fixed small mistakes in numpy.copy documentation.Michael Seifert2017-02-261-68/+68
| |/ |/|
* | BUG: missing comma disabled some header checksJulian Taylor2017-02-252-1/+2
|/
* Merge pull request #8685 from eric-wieser/shape-to-ndimJulian Taylor2017-02-2522-48/+96
|\
| * ENH: add a .ndim property to dype objectsEric Wieser2017-02-253-0/+48
| * 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-246-5/+536
|\ \ \
| * | | 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
| |/ /
* | | MAINT: Fix use of Python 2.6 deprecated escape sequences.Charles Harris2017-02-242-3/+3
|/ /
* | 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
* | | DOC: Removed broken linkJesse Thoren2017-02-231-6/+0
* | | 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
| | |/ | |/|
* | | 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