summaryrefslogtreecommitdiff
path: root/numpy/core/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5990 from charris/1.10-deprecated-removalCharles Harris2015-06-2111-16/+39
|\
| * BUG: Fix wrong deprecation message for logical unary '-' operator.Charles Harris2015-06-211-5/+5
| * MAINT: Mark deprecation warning with a date and Numpy version.Charles Harris2015-06-2111-1/+34
| * DEP,MAINT: Raise IndexError if axis != 0 when concatenating 1-D arrays.Charles Harris2015-06-211-10/+0
* | 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-181-4/+5
|\
| * BUG: Large concatenates with axis=None causing segfault.Sebastian Berg2015-06-181-4/+5
* | ENH: simplify field indexing of structured arraysAllan Haldane2015-06-172-88/+89
* | Auto merge of #5967 - wimglenn:bugfix/empty_string_array, r=sebergHomu2015-06-161-2/+10
|\ \
| * | 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
| * | BUG: fix inconsistency with np.array(['']) being truthywim glenn2015-06-151-0/+8
* | | Merge pull request #5968 from larsmans/c-fixesCharles Harris2015-06-157-204/+228
|\ \ \ | |_|/ |/| |
| * | 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 #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
* | | STY: Minor style cleanups in tests and C code.Charles Harris2015-06-131-10/+11
* | | 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-132-90/+132
* | | MAINT: add __array_priority__ special case to masked array binary opsNathaniel J. Smith2015-06-131-0/+4
* | | MAINT: move the special case for void comparison before the regular caseNathaniel J. Smith2015-06-131-25/+42
* | | 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-131-20/+13
|\ \
| * | BUG: Make type_tuple_type_resolver more robust.Charles Harris2015-06-121-20/+13
* | | Merge pull request #5947 from ahaldane/voidscalar_getsetfieldCharles Harris2015-06-111-75/+78
|\ \ \
| * | | BUG: make void-scalar getfield/setfield use ndarray methodsAllan Haldane2015-06-101-75/+78
| | |/ | |/|
* | | DEP: Deprecate boolean array indices with non-matching shapeSebastian Berg2015-06-063-2/+55
|/ /
* | Merge pull request #5944 from seberg/einsum-fixCharles Harris2015-06-051-2/+2
|\ \
| * | BUG: Einsum specialization did not check contiguity of output arraySebastian Berg2015-06-051-2/+2
* | | ENH: structured datatype safety checksAllan Haldane2015-06-052-33/+29
| |/ |/|
* | STY: Minor C style fixes for multiarraymodule.c.Charles Harris2015-06-041-10/+12
* | ENH: Add support for the '@' operator added in Python 3.5.Charles Harris2015-06-041-4/+26
* | ENH: Add a matmul function to multiarrayCharles Harris2015-06-041-1/+168
* | BUG: Fix npy_cache_pyfunc to properly implement inline.Charles Harris2015-06-041-2/+1
* | ENH: Add inline C function to import and cache Python functions.Charles Harris2015-06-041-0/+33
* | Merge pull request #5920 from embray/descr-fields-dictproxyJaime2015-06-011-19/+32
|\ \
| * | ENH: Allow dictproxy objects to be used in place of dicts when creatingErik M. Bray2015-06-011-19/+32
* | | Merge pull request #5889 from jaimefrio/broadcast_broadcastCharles Harris2015-06-011-14/+47
|\ \ \ | |/ / |/| |
| * | BUG: np.broadcast should accept itself as an inputJaime Fernandez2015-05-171-14/+47
| |/
* | MANT: Style clean-up in VOID_compareJaime Fernandez2015-05-301-21/+15
|/
* Merge pull request #5843 from jaimefrio/interp_bugCharles Harris2015-05-071-80/+111
|\
| * BUG: Fix interp issues with small arraysJaime Fernandez2015-05-061-80/+111
* | MANT: Remove size from string representation of object dtypeJaime Fernandez2015-05-061-2/+6
* | Merge pull request #5840 from jaimefrio/dtype_sizeCharles Harris2015-05-061-28/+0
|\ \
| * | MANT: Turn deprecated dtype string warnings into errorsJaime Fernandez2015-05-051-28/+0
* | | Merge pull request #5748 from mhvk/numpyufunc-binop-fixCharles Harris2015-05-052-40/+59
|\ \ \ | |_|/ |/| |
| * | BUG: core: inplace ops don't have corresponding rhs ops, so no need to check ...Pauli Virtanen2015-04-041-1/+1
| * | BUG: core: ensure binop execution uses ufuncs as fallbackPauli Virtanen2015-04-042-40/+59