summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: allow pickling generic datetimeAntoine Pitrou2017-05-312-2/+59
* Merge pull request #9164 from pitrou/as_strided_custom_dtypeMarten van Kerkwijk2017-05-242-4/+11
|\
| * BUG: have as_strided() keep custom dtypesAntoine Pitrou2017-05-242-4/+11
|/
* Merge pull request #9149 from k-kapp/fix-issue-9148/masterCharles Harris2017-05-221-1/+1
|\
| * DOC: Fix incorrect function signature in UFunc documentation.k_kapp@yahoo.com2017-05-211-1/+1
* | Merge pull request #9157 from neuroneuro15/sec_commitCharles Harris2017-05-221-1/+1
|\ \
| * | DOC: Fixed broken link to scipy developer zoneNicholas Del Grosso2017-05-221-1/+1
|/ /
* | DOC: Fix some very minor spelling/grammar mistakes in docs (#9152)Konrad Kapp2017-05-211-3/+3
* | Merge pull request #9151 from neuroneuro15/myfirstcontribJaime2017-05-211-2/+1
|\ \ | |/ |/|
| * DOC: better link display text for Developer Zone.nickdg2017-05-211-2/+1
|/
* BUG: set default type for empty index array to `numpy.intp` (#9142)Konrad Kapp2017-05-202-2/+12
* DOC: Update ufunc documentation (#9141)Shitian Ni2017-05-191-3/+5
* Merge pull request #9106 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 #9132 from charris/deprecate-expand_dims-bad-axisEric Wieser2017-05-183-4/+43
|\ \
| * | DEP: Deprecate incorrect behavior of expand_dims.Charles Harris2017-05-173-4/+43
|/ /
* | Merge pull request #9112 from mhvk/array_ufunc_fast_scalar_powerMarten van Kerkwijk2017-05-174-38/+61
|\ \
| * | DOC: mention that ndarray.__pow__ takes shortcuts in NEP.Marten van Kerkwijk2017-05-141-5/+11
| * | BUG: errors in fast_scalar_power are not propagated.Marten van Kerkwijk2017-05-123-33/+50
| |/
* | Merge pull request #8983 from ahaldane/fix0d_array2string_sEric Wieser2017-05-175-39/+83
|\ \
| * | ENH: str/repr fixed for 0d-arraysAllan Haldane2017-05-165-39/+83
* | | Merge pull request #9119 from SuperBo/masterCharles Harris2017-05-161-9/+7
|\ \ \ | |/ / |/| |
| * | BUG: Fix error handling on PyCapsule when initializing multiarraymoduleSuperBo2017-05-151-9/+7
* | | Merge pull request #9122 from ahaldane/1.13_note_ma_scalarCharles 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 #9110 from juliantaylor/abs-no-elideCharles Harris2017-05-154-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 #9113 from matthew-brett/delay-array2stringCharles Harris2017-05-151-16/+26
|\ \ \ \
| * | | | RF: remove main clauseMatthew Brett2017-05-151-10/+0
| * | | | RF: delay calls of array repr in getlimitsMatthew Brett2017-05-151-6/+26
* | | | | Merge pull request #9118 from SuperBo/masterCharles Harris2017-05-141-8/+0
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | BUG: Fix reference count error of types when init multiarraymoduleSuperBo2017-05-141-8/+0
|/ / / /
* | | | Merge pull request #9116 from eric-wieser/stack-docsCharles Harris2017-05-131-1/+1
|\ \ \ \
| * | | | DOC: link to stack from column_stackEric Wieser2017-05-131-1/+1
| |/ / /
* | | | Merge pull request #9115 from drhagen/msvc_crashCharles Harris2017-05-131-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: Compilation crashes in MSVC when LIB or INCLUDE is not setDavid Hagen2017-05-131-5/+5
|/ / /
* | | Merge pull request #9099 from charris/forwardport-9097Charles Harris2017-05-111-1/+1
|\ \ \
| * | | TST: fix test_basic failure on WindowsChristoph Gohlke2017-05-111-1/+1
* | | | Merge pull request #9096 from MSeifert04/inplace_keywordparamEric Wieser2017-05-113-10/+13
|\ \ \ \ | |/ / / |/| | |
| * | | ENH: Allow inplace as keyword parameter for byteswapMichael Seifert2017-05-113-10/+13
* | | | Merge pull request #9083 from eric-wieser/fix-duplicate-order-errorahaldane2017-05-102-5/+14
|\ \ \ \ | |/ / / |/| | |
| * | | MAINT: Improve error message from sorting with duplicate keyEric Wieser2017-05-102-5/+14
* | | | Merge pull request #9092 from mhvk/array-ufunc-ref-count-bugCharles Harris2017-05-102-16/+23
|\ \ \ \
| * | | | BUG remove memory leak in array ufunc override.Marten van Kerkwijk2017-05-102-16/+23