summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5988 from argriffing/eigvalsh-ordering-updateCharles Harris2015-06-192-8/+4
|\
| * MAINT: notice that eigvalsh returns a sorted arrayalex2015-06-192-8/+4
* | Merge pull request #5985 from ajdawson/lgauss-symargriffing2015-06-191-1/+1
|\ \
| * | ENH: Take advantage of symmetry in leggauss.Andrew Dawson2015-06-191-1/+1
| |/
* | Merge pull request #5987 from argriffing/eighvalsh-docsCharles Harris2015-06-191-1/+1
|\ \
| * | DOC: update eigvalsh docstring examplealex2015-06-191-1/+1
| |/
* | Merge pull request #5943 from ahaldane/record_finalizeCharles Harris2015-06-195-64/+115
|\ \ | |/ |/|
| * BUG: automatically convert recarray dtype to np.recordAllan Haldane2015-06-195-64/+115
* | MAINT: Rename npy_cache_pyfunc to npy_cache_import.Charles Harris2015-06-186-10/+10
|/
* Merge pull request #5980 from seberg/large-flat-concatCharles Harris2015-06-182-4/+18
|\
| * BUG: Large concatenates with axis=None causing segfault.Sebastian Berg2015-06-182-4/+18
* | BUG Ensure masked object arrays can always return single items.Marten van Kerkwijk2015-06-172-0/+18
* | Merge pull request #3907 from mhvk/ma/allow-subclass-in-ufuncCharles Harris2015-06-173-104/+147
|\ \
| * | BUG Allow subclasses in MaskedArray ufuncs -- for non-ndarray _dataMarten van Kerkwijk2015-06-163-104/+147
* | | ENH: simplify field indexing of structured arraysAllan Haldane2015-06-176-126/+165
|/ /
* | Auto merge of #5967 - wimglenn:bugfix/empty_string_array, r=sebergHomu2015-06-162-2/+52
|\ \
| * | whoops dont need that bit anymorewim glenn2015-06-151-4/+0
| * | the code changes to make those new tests passwim glenn2015-06-151-6/+10
| * | tests for removing explicit size checkwim glenn2015-06-151-1/+34
| * | grrr python 3.2wim glenn2015-06-151-2/+2
| * | BUG: fix inconsistency with np.array(['']) being truthywim glenn2015-06-152-0/+17
* | | Merge pull request #4617 from mhvk/ma/no-direct-ndarray-methodsCharles Harris2015-06-151-40/+26
|\ \ \
| * | | ENH: allow subclass overrides by removing explicit ndarray methodsMarten van Kerkwijk2015-06-101-40/+26
* | | | Merge pull request #5968 from larsmans/c-fixesCharles Harris2015-06-158-211/+233
|\ \ \ \ | |_|_|/ |/| | |
| * | | MAINT: build_utils: get rid of more sprintf callsLars Buitinck2015-06-151-7/+5
| * | | MAINT: change {arg,}sort functions' type to PyArray_{Arg,}SortFuncLars Buitinck2015-06-155-198/+216
| * | | BUG: erroneous use of sprintfLars Buitinck2015-06-141-2/+2
| * | | MAINT: Py3 changes PySlice_GetIndices' first argument's type to PyObject*Lars Buitinck2015-06-141-4/+10
* | | | TST: Test einsum for small boolean matrices.Charles Harris2015-06-141-0/+11
* | | | Merge pull request #5946 from seberg/einsum-bool-fixCharles Harris2015-06-141-20/+11
|\ \ \ \
| * | | | BUG: einsums bool_sum_of_products_contig incorrect for small arraysSebastian Berg2015-06-061-20/+11
* | | | | TST: Add test for segfault in richcompare of void type ==, !=.Charles Harris2015-06-141-0/+13
| |_|_|/ |/| | |
* | | | TST: Test __array_priority__ for different class combinations.Charles Harris2015-06-131-2/+84
* | | | TST: Test that NotImplemented is not longer returnedCharles Harris2015-06-131-2/+23
* | | | STY: Minor style cleanups in tests and C code.Charles Harris2015-06-132-18/+23
* | | | BUG: Fix test_void_dtype_equality_failures for Python 3.Charles Harris2015-06-131-0/+5
* | | | MAINT: make the deprecation warnings a little more distinctiveNathaniel J. Smith2015-06-131-6/+6
* | | | MAINT: Remove NotImplemented handling from ufuncs (almost)Nathaniel J. Smith2015-06-135-95/+191
* | | | MAINT: add __array_priority__ special case to masked array binary opsNathaniel J. Smith2015-06-133-9/+37
* | | | MAINT: move the special case for void comparison before the regular caseNathaniel J. Smith2015-06-134-31/+81
* | | | MAINT: move the special case for string comparison before the regular caseNathaniel J. Smith2015-06-131-18/+19
| |/ / |/| |
* | | Merge pull request #5963 from charris/rubustify-tuple-loop-searchseberg2015-06-132-20/+23
|\ \ \
| * | | TST: Test that true_divide works for float inputs and dtype=np.float.Charles Harris2015-06-121-0/+10
| * | | BUG: Make type_tuple_type_resolver more robust.Charles Harris2015-06-121-20/+13
* | | | DOC: Fix typo in documentationamir2015-06-121-4/+4
* | | | Merge pull request #5947 from ahaldane/voidscalar_getsetfieldCharles Harris2015-06-113-75/+107
|\ \ \ \ | |_|_|/ |/| | |
| * | | BUG: make void-scalar getfield/setfield use ndarray methodsAllan Haldane2015-06-103-75/+107
| | |/ | |/|
* | | DOC: Polynomial.deriv refers to integrations, not differentiationsAndrew Nelson2015-06-101-1/+1
* | | Merge pull request #5866 from tdsmith/include_dirsRalf Gommers2015-06-091-3/+17
|\ \ \
| * | | BLD: find Python.h when build_ext --include-dirs is setTim D. Smith2015-06-051-3/+17