summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5605 from shoyer/stackCharles Harris2015-05-122-5/+129
|\
| * ENH: add np.stackStephan Hoyer2015-05-112-5/+129
* | DOC: sum/prod & empty array returns neutral elmentStefan Otte2015-05-101-0/+10
* | 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-063-57/+26
|\ \ \
| * | | MANT: Turn deprecated dtype string warnings into errorsJaime Fernandez2015-05-053-57/+26
* | | | Merge pull request #5748 from mhvk/numpyufunc-binop-fixCharles Harris2015-05-053-43/+103
|\ \ \ \ | |_|/ / |/| | |
| * | | Add tests that __numpy_ufunc__ works with subclasses.Marten van Kerkwijk2015-04-041-3/+44
| * | | 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
* | | | Merge pull request #5821 from behzadnouri/place-segfaultJaime2015-05-041-0/+17
|\ \ \ \
| * | | | BUG: fixes segfault in np.place when vals is emptybehzad nouri2015-05-041-0/+17
* | | | | BLD: use fix for Accelerate SGEMV issue in Bento build. See gh-5831.Ralf Gommers2015-05-041-0/+9
|/ / / /
* | | | Merge pull request #5831 from charris/rebase-gh-5237Charles Harris2015-05-032-0/+70
|\ \ \ \
| * | | | BUG: Workaround segfault in Apple Accelerate framework SGEMVSturla Molden2015-05-032-0/+70
* | | | | BUG: Fix segfault in frompyfunc with nout=0Jaime Fernandez2015-05-032-1/+23
|/ / / /
* | | | MANT: Use Py_RETURN_NONE whenever Py_None is returnedJaime Fernandez2015-04-2415-97/+49
| |/ / |/| |
* | | Merge pull request #5796 from jaimefrio/more_warningsCharles Harris2015-04-242-12/+32
|\ \ \
| * | | MANT: Use proper abs function for pointer addresses in simd.inc.srcJaime Fernandez2015-04-241-8/+28
| * | | BUG: Fix wrong NULL checks in multiarray_tests.c.srcJaime Fernandez2015-04-231-4/+4
* | | | Merge pull request #5792 from jaimefrio/unused_varsseberg2015-04-241-2/+1
|\ \ \ \
| * | | | MANT: Remove unused variables from _PyArray_DescrHashImpJaime Fernandez2015-04-231-2/+1
| |/ / /
* | | | MANT: Add castings to PyObject in PyArray_RoundJaime Fernandez2015-04-231-2/+2
|/ / /
* | | Merge pull request #5785 from jaimefrio/compiler_warningsCharles Harris2015-04-231-2/+2
|\ \ \
| * | | BUG: Fixed wrong return of PyArray_Partition on failureJaime Fernandez2015-04-221-2/+2
* | | | Merge pull request #5784 from jaimefrio/list_overflowCharles Harris2015-04-231-2/+4
|\ \ \ \
| * | | | BUG: Use npy_intp instead of int in ctors.cJaime Fernandez2015-04-221-2/+4
| |/ / /
* | | | BUG: reference stolen from None when looking up a ufunc's identity attributeAntoine Pitrou2015-04-231-1/+1
* | | | BUG: fix instability of structured dtype hashAntoine Pitrou2015-04-231-40/+39
* | | | Merge pull request #5787 from pitrou/abs_neg_zeroJaime2015-04-232-4/+38
|\ \ \ \
| * | | | BUG: fix abs() of floating point scalar on negative zerosAntoine Pitrou2015-04-232-4/+38
| |/ / /
* | | | BUG: fix round() on complex array with explicit outputAntoine Pitrou2015-04-232-7/+18
|/ / /
* | | Merge pull request #5316 from juliantaylor/align-fixesCharles Harris2015-04-214-1/+27
|\ \ \
| * | | BUG: reduce maximum alignment to 8 bytes on 32 bitJulian Taylor2014-11-262-0/+6
| * | | BUG: fix string arrays not being alignedJulian Taylor2014-11-262-1/+21
* | | | Merge pull request #5747 from jaimefrio/repeat_broadcastCharles Harris2015-04-042-22/+29
|\ \ \ \
| * | | | BUG: np.repeat does not properly broadcast size 1 repeat arraysjaimefrio2015-04-032-22/+29
* | | | | ENH: cache dtype.__hash__Antoine Pitrou2015-04-047-18/+47
|/ / / /
* | | | ENH sync ndarray methods doc/args with numpy function doc/argsAllan Haldane2015-04-022-6/+44
| |/ / |/| |
* | | STY, PEP8: Avoid wildcard importsBlake Griffith2015-03-261-1/+1
* | | BUG: Fix astype issue with custom dtypesBlake Griffith2015-03-261-0/+7
* | | TST: Regression test for gh-5719Blake Griffith2015-03-261-0/+7
* | | BUG: Fix advanced object non-array value assignmentSebastian Berg2015-03-262-16/+42
* | | BUG: wrong format field for 2.6Jaime Fernandez2015-03-221-14/+15
* | | BUG: (arg)sort and (arg)partition handling of empty multidim arraysJaime Fernandez2015-03-212-3/+44
* | | DOC: add array2string to reference guide and explain relation to array_repr/strRalf Gommers2015-03-181-0/+4
* | | Merge pull request #5670 from jaimefrio/sort_refactorCharles Harris2015-03-139-378/+198
|\ \ \
| * | | MAINT: refactor PyArray_Sort and PyArray_Partitionjaimefrio2015-03-119-378/+198