summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: NumPy 1.13.0rc2 release.v1.13.0rc2Charles Harris2017-05-181-2/+2
* Merge pull request #9136 from charris/backport-9115Charles Harris2017-05-181-5/+5
|\
| * BUG: Compilation crashes in MSVC when LIB or INCLUDE is not setDavid Hagen2017-05-181-5/+5
* | Merge pull request #9135 from charris/backport-9113Charles Harris2017-05-181-16/+26
|\ \ | |/ |/|
| * RF: remove main clauseMatthew Brett2017-05-181-10/+0
| * RF: delay calls of array repr in getlimitsMatthew Brett2017-05-181-6/+26
|/
* Merge pull request #9111 from mhvk/array_ufunc_reduce_out_tupleEric Wieser2017-05-1810-70/+197
|\
| * DOC: update documentation allowing tuple of one in reduce, etc.Marten van Kerkwijk2017-05-177-19/+53
| * BUG: ufunc.reduce,accumulate,reduceat cannot deal with out tuple.Marten van Kerkwijk2017-05-124-22/+94
| * BUG: ensure axis=None gets passed on correctly to ufunc.reduce.Marten van Kerkwijk2017-05-122-34/+55
* | Merge pull request #9133 from charris/deprecate-expand_dims-bad-axisCharles Harris2017-05-173-4/+43
|\ \
| * | DEP: Deprecate incorrect behavior of expand_dims.Charles Harris2017-05-173-4/+43
* | | Merge pull request #9129 from mhvk/array_ufunc_fast_scalar_power_backportCharles Harris2017-05-174-38/+61
|\ \ \ | |/ / |/| |
| * | DOC: mention that ndarray.__pow__ takes shortcuts in NEP.Marten van Kerkwijk2017-05-171-5/+11
| * | BUG: errors in fast_scalar_power are not propagated.Marten van Kerkwijk2017-05-173-33/+50
|/ /
* | Merge pull request #9123 from ahaldane/1.13_note_ma_scalar_bpCharles Harris2017-05-161-0/+5
|\ \
| * | DOC: update 1.13 release note for MaskedArray, masked constants ellipisis ind...Allan Haldane2017-05-161-0/+5
* | | Merge pull request #9124 from juliantaylor/abs-no-elideCharles Harris2017-05-164-75/+87
|\ \ \ | |/ / |/| |
| * | DOC: add numeric type to temp elision requirementsJulian Taylor2017-05-151-2/+2
| * | MAINT: use PyArray_ISNUMBER to decide whether to elideJulian Taylor2017-05-151-2/+2
| * | TST: move elision tests to their own class and add some moreJulian Taylor2017-05-121-73/+82
| * | BUG: only elide basic dtypes in unary opsJulian Taylor2017-05-121-1/+1
| * | BUG: do not elide complex abs()Julian Taylor2017-05-122-1/+4
* | | Merge pull request #9097 from cgohlke/patch-1Charles Harris2017-05-101-1/+1
|\ \ \
| * | | TST: fix test_basic failure on WindowsChristoph Gohlke2017-05-101-1/+1
|/ / /
* | | Merge pull request #9093 from mhvk/array-ufunc-ref-count-bug-1.13Charles Harris2017-05-102-16/+23
|\ \ \
| * | | BUG remove memory leak in array ufunc override.Marten van Kerkwijk2017-05-102-16/+23
|/ / /
* | | Merge pull request #9091 from shoyer/array-ufunc-error-messageCharles Harris2017-05-102-7/+8
|\ \ \ | |/ /
| * | MAINT: refine error message for __array_ufunc__ not implementedStephan Hoyer2017-05-102-7/+8
| |/
* | BRANCH: Update some parameters for the 1.13 branch.Charles Harris2017-05-102-1/+2
|/
* Merge pull request #9087 from eric-wieser/fix-ufunc-resolutionJulian Taylor2017-05-1010-122/+175
|\
| * MAINT: fix intp formatting warningsJulian Taylor2017-05-101-23/+24
| * MAINT: Remove avoidable warningsEric Wieser2017-05-103-5/+3
| * MAINT: use if instead of loopEric Wieser2017-05-101-31/+21
| * BUG: Fix inconsistent lookup of __array_ufunc__.Eric Wieser2017-05-105-43/+53
| * MAINT: Fix warnings about int vs intpEric Wieser2017-05-101-9/+9
| * MAINT: Distinguish "correct" special method lookups from incorrect onesEric Wieser2017-05-106-45/+99
* | Merge pull request #9080 from charris/release-notes-and-mailmapCharles Harris2017-05-102-121/+142
|\ \
| * | DOC: Update 1.13 release notes.Charles Harris2017-05-091-121/+137
| * | MAINT: Update .mailmap to include new contributers.Charles Harris2017-05-091-0/+5
* | | Merge pull request #9050 from juliantaylor/fortranobj-pathCharles Harris2017-05-102-9/+50
|\ \ \
| * | | BUG: distutils, add compatiblity python parallelizationJulian Taylor2017-05-041-3/+44
| * | | BUG: distutils, place fortranobject files in subfolderJulian Taylor2017-05-041-6/+6
* | | | Merge pull request #9070 from ahaldane/silence_join_byEric Wieser2017-05-102-6/+49
|\ \ \ \ | |_|_|/ |/| | |
| * | | BUG: Preserve field order in join_by, avoids FutureWarningAllan Haldane2017-05-092-6/+49
* | | | Merge pull request #9077 from eric-wieser/object-recursionJulian Taylor2017-05-092-1/+33
|\ \ \ \
| * | | | TST: Add missing tests for bool scalar conversionEric Wieser2017-05-091-0/+22
| * | | | BUG: Don't silence errors in bool(object_array)Eric Wieser2017-05-091-0/+4
| * | | | BUG: Prevent stackoverflow on self-containing arraysEric Wieser2017-05-091-1/+7
| | |_|/ | |/| |
* | | | Merge pull request #9054 from eric-wieser/fix-pep3118ahaldane2017-05-092-127/+172
|\ \ \ \ | |/ / / |/| | |