summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12121 from kngwyu/fix-resize-errorMatti Picus2018-10-192-5/+18
|\
| * MAINT: add a test for weakref checking when resizingkngwyu2018-10-181-0/+6
| * MAINT: Clarify the error message for resize failurekngwyu2018-10-141-5/+12
* | Merge pull request #12216 from tylerjereddy/hist_range_test_sanityEric Wieser2018-10-181-0/+6
|\ \
| * | TST: test invalid histogram rangeTyler Reddy2018-10-181-0/+6
* | | TST: test histogram bins dimsTyler Reddy2018-10-181-0/+7
|/ /
* | Merge pull request #12153 from tylerjereddy/setdiff1d_test_covCharles Harris2018-10-172-2/+11
|\ \
| * | DOC, TST: test setdiff1d assume_uniqueTyler Reddy2018-10-162-2/+11
* | | Merge pull request #12179 from eric-wieser/numerictypes-helpersCharles Harris2018-10-173-41/+42
|\ \ \
| * | | MAINT: Move _kind_to_stem to np.core._dtype, so that it can be used as part o...Eric Wieser2018-10-163-41/+42
* | | | Merge branch 'master' into nd_grid_len_testCharles Harris2018-10-178-112/+137
|\ \ \ \
| * \ \ \ Merge pull request #12185 from tylerjereddy/multi_dot_n2_testCharles Harris2018-10-171-0/+8
| |\ \ \ \
| | * | | | TST: test multi_dot with 2 arraysTyler Reddy2018-10-161-0/+8
| | | |/ / | | |/| |
| * | | | Merge pull request #12124 from mattip/rework-float-error-statusCharles Harris2018-10-173-102/+72
| |\ \ \ \
| | * | | | MAINT: remove unused label from reviewmattip2018-10-111-1/+0
| | * | | | MAINT: remove macro, platforms that defined it will now fail to buildmattip2018-10-103-23/+0
| | * | | | BUG: refactor float error status to support Alpine linuxmattip2018-10-091-78/+72
| | | |_|/ | | |/| |
| * | | | Merge pull request #10797 from tylerjereddy/issue_10586_unravel_indexMatti Picus2018-10-173-5/+57
| |\ \ \ \
| | * | | | DEP: Updated unravel_index() kwargs to support `shape`Tyler Reddy2018-10-163-5/+57
| | | |/ / | | |/| |
| * | | | MAINT: remove unused _assertSquareness.Tyler Reddy2018-10-161-5/+0
| |/ / /
* | | | MAINT: remove unused nd_grid __len__Tyler Reddy2018-10-161-3/+0
|/ / /
* | | 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
|\ \ \ \ \ \