summaryrefslogtreecommitdiff
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-197-72/+132
|\ \ | |/ |/|
| * BUG: automatically convert recarray dtype to np.recordAllan Haldane2015-06-197-72/+132
* | Auto merge of #5983 - charris:rename-npy_cache_pyfunc, r=njsmithHomu2015-06-196-10/+10
|\ \ | |/ |/|
| * 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
* | Merge pull request #5962 from mhvk/ma-getitem-nomask-correctionCharles Harris2015-06-173-0/+23
|\ \
| * | BUG Ensure masked object arrays can always return single items.Marten van Kerkwijk2015-06-173-0/+23
|/ /
* | Merge pull request #5977 from ahaldane/bytestring_releasenoteCharles Harris2015-06-171-0/+5
|\ \
| * | MAINT: document change to bytestring index behaviorAllan Haldane2015-06-171-0/+5
|/ /
* | 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
* | | Merge pull request #5636 from ahaldane/rework_index_fieldsCharles Harris2015-06-176-126/+165
|\ \ \ | |/ / |/| |
| * | 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-152-42/+29
|\ \ \
| * | | ENH: allow subclass overrides by removing explicit ndarray methodsMarten van Kerkwijk2015-06-102-42/+29
* | | | 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
* | | | Merge pull request #5966 from charris/test-einsum-small-boolean-arraysCharles Harris2015-06-141-0/+11
|\ \ \ \
| * | | | 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
* | | | | Merge pull request #5965 from charris/add-test-from-gh-5960Charles Harris2015-06-141-0/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | TST: Add test for segfault in richcompare of void type ==, !=.Charles Harris2015-06-141-0/+13
|/ / / /
* | | | Merge pull request #5964 from charris/fixup-gh-5864Charles Harris2015-06-1412-164/+491
|\ \ \ \ | |_|/ / |/| | |
| * | | 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-136-99/+234
| * | | 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 #5950 from f0k/patch-1Ralf Gommers2015-06-141-2/+2
|\ \ \ \ | |/ / / |/| | |