summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DOC, TST: test setdiff1d assume_uniqueTyler Reddy2018-10-162-2/+11
* MAINT: fix depreciation message typo for np.sumRobin Aggleton2018-10-161-1/+1
* Merge pull request #12155 from eric-wieser/setrefMatti Picus2018-10-162-20/+18
|\
| * MAINT: Move NPY_SETREF alongside the other backportsEric Wieser2018-10-142-20/+18
* | TST: test byte_bounds contiguity handlingTyler Reddy2018-10-151-4/+28
* | MAINT: Update ndarrayobject.h `__cplusplus` block. (#12145)lerbuke2018-10-151-7/+1
* | TST: add test for weighted histogram mismatchTyler Reddy2018-10-141-0/+7
* | ENH: __array_function__ support for np.fft and np.linalg (#12117)Stephan Hoyer2018-10-123-1/+117
* | Merge pull request #11613 from moshelooks/patch-2Matti Picus2018-10-121-4/+4
|\ \
| * | BUG: have geometric() raise ValueError on p=0Moshe Looks2018-07-241-4/+4
* | | Merge pull request #11771 from asnasnasn/shuf-mmMatti Picus2018-10-122-3/+6
|\ \ \
| * | | BUG: Make `random.shuffle` work on 1-D instances of `ndarray` subclassesWenjamin Petrenko2018-08-182-3/+6
* | | | Merge pull request #12116 from shoyer/array-function-numpy-libCharles Harris2018-10-117-0/+379
|\ \ \ \
| * | | | ENH: __array_function__ for np.lib, part 1Stephan Hoyer2018-10-087-0/+379
* | | | | Merge pull request #12115 from shoyer/array-function-numpy-coreCharles Harris2018-10-114-12/+375
|\ \ \ \ \
| * | | | | ENH: __array_function__ support for most of numpy.coreStephan Hoyer2018-10-084-12/+375
| |/ / / /
* | | | | Merge pull request #12147 from eric-wieser/unify-type-resolution-errorsCharles Harris2018-10-111-78/+33
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | MAINT: Move duplicated type_reso_error code into a helper functionEric Wieser2018-10-111-78/+33
* | | | | MAINT: Fix typo in commentEric Wieser2018-10-111-1/+1
|/ / / /
* | | | Merge pull request #12137 from tylerjereddy/fill_diag_err_testEric Wieser2018-10-111-0/+13
|\ \ \ \
| * | | | TST: error tests for fill_diagonal()Tyler Reddy2018-10-101-0/+13
* | | | | Merge pull request #12138 from tylerjereddy/diag_indices_from_err_testEric Wieser2018-10-111-5/+17
|\ \ \ \ \
| * | | | | TST: error tests for diag_indices_from()Tyler Reddy2018-10-101-5/+17
| |/ / / /
* | | | | Merge pull request #12134 from MartinThoma/masterMatti Picus2018-10-111-2/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Remove duplicated sentence in numpy.multiplyMartin Thoma2018-10-101-2/+1
* | | | | Merge pull request #12011 from pierreglaser/implement-reduce-exCharles Harris2018-10-103-0/+223
|\ \ \ \ \
| * | | | | ENH implement __reduce_ex__ for np.ndarray and pickle protocol 5Pierre Glaser2018-10-103-0/+223
| |/ / / /
* | | | | Merge pull request #12108 from AetherUnbound/bugfix/12107Matti Picus2018-10-102-0/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | BUG: Allow boolean subtract in histogramMatthew Bowden2018-10-102-0/+25
* | | | | Merge pull request #12133 from pierreglaser/centralize-pickle-importCharles Harris2018-10-1016-92/+118
|\ \ \ \ \
| * | | | | MAINT, TST import pickle from numpy.core.numericPierre Glaser2018-10-1016-92/+118
* | | | | | Merge pull request #12123 from mattip/deprecate-asscalarCharles Harris2018-10-101-0/+9
|\ \ \ \ \ \
| * | | | | | MAINT: Update deprecation message.Charles Harris2018-10-101-1/+1
| * | | | | | DEP: deprecate asscalarmattip2018-10-101-0/+9
| |/ / / / /
* | | | | | Merge pull request #12127 from charris/fix-memory-leakCharles Harris2018-10-101-1/+1
|\ \ \ \ \ \
| * | | | | | BUG: Fix memory leak in mapping.cCharles Harris2018-10-091-1/+1
* | | | | | | BUG: fix PyDataType_ISBOOLmattip2018-10-101-1/+1
* | | | | | | BUG: Fix in-place permutationKevin Sheppard2018-10-102-2/+24
|/ / / / / /
* | | | | | Merge pull request #12112 from mattip/get_field-offset-checkCharles Harris2018-10-092-0/+33
|\ \ \ \ \ \
| * | | | | | ENH: check getfield arguments to prevent invalid memory accessmattip2018-10-092-0/+33
* | | | | | | TST: expand cases in test_issctype()Tyler Reddy2018-10-091-0/+3
* | | | | | | Merge pull request #11979 from hmaarrfk/block_single_array_copy_testMatti Picus2018-10-092-1/+20
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | MAINT: Ensure that block returns a new arrayMark Harfouche2018-09-192-1/+20
* | | | | | | Merge pull request #12088 from jdemeyer/cpu_countCharles Harris2018-10-081-1/+4
|\ \ \ \ \ \ \
| * | | | | | | DOC: tweak grammarmattip2018-10-091-1/+1
| * | | | | | | BUG: limit default for get_num_build_jobs() to 8Jeroen Demeyer2018-10-051-1/+4
* | | | | | | | Merge pull request #12109 from tylerjereddy/test_issctypeCharles Harris2018-10-081-0/+12
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | TST: add unit test for issctypeTyler Reddy2018-10-071-0/+12
| | |_|/ / / / | |/| | | | |
* | | | | | | ENH: Validate dispatcher functions in array_function_dispatch (#12099)Stephan Hoyer2018-10-082-2/+68
* | | | | | | Merge pull request #12090 from pierreglaser/add-protocol-kwarg-to-array-dumpCharles Harris2018-10-085-54/+73
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |