summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13624 from shoyer/nep-18-revertCharles Harris2019-05-261-172/+88
|\
| * DOC: note support for NUMPY_EXPERIMENTAL_ARRAY_FUNCTION=0Stephan Hoyer2019-05-251-6/+9
| * DOC: revert __skip_array_function__ from NEP-18Stephan Hoyer2019-05-251-166/+79
* | Merge pull request #13399 from superbobry/np.array-list-of-array-likeMatti Picus2019-05-263-57/+140
|\ \
| * | ENH: Improved performance of PyArray_FromAny for sequences of array-likeSergei Lebedev2019-05-193-57/+140
* | | Merge pull request #13629 from mattip/issue13265Ralf Gommers2019-05-261-0/+3
|\ \ \
| * | | BUG: setup.py install --skip-build failsmattip2019-05-261-0/+3
* | | | Merge pull request #13626 from jeremycl01/jl-isfortran-docupdateMatti Picus2019-05-261-1/+6
|\ \ \ \
| * | | | DOC: fixed formatting on isfortran docjeremycl012019-05-251-3/+3
| * | | | DOC: update isfortran docs with return valuejeremycl012019-05-251-3/+8
| | |_|/ | |/| |
* | | | Merge pull request #13621 from oribro/boolean-indexing-docSebastian Berg2019-05-251-0/+7
|\ \ \ \ | |/ / / |/| | |
| * | | DOC: Update boolean indices in index arrays with slices exampleOri Broda2019-05-251-0/+7
* | | | DOC: Add missing return value documentation in ndarray.require (#13619)Prithvi MK2019-05-241-0/+5
|/ / /
* | | Merge pull request #13584 from rgommers/roadmap-updateMatti Picus2019-05-241-65/+64
|\ \ \ | |/ / |/| |
| * | DOC: some more tweaks of roadmap text based on review comments.Ralf Gommers2019-05-221-6/+3
| * | DOC: roadmap update.Ralf Gommers2019-05-191-64/+66
* | | Merge pull request #13158 from zerothi/linalg-flameRalf Gommers2019-05-244-4/+145
|\ \ \
| * | | MAINT: amended fixes suggested in #13158Nick Papior2019-05-231-3/+0
| * | | BLD: added libflame as a useable lapack libraryNick Papior2019-05-074-4/+148
* | | | Merge pull request #13558 from seberg/py38-compatMatti Picus2019-05-223-14/+5
|\ \ \ \
| * | | | MAINT: Fix errors seen on new python 3.8Sebastian Berg2019-05-213-14/+5
* | | | | Merge pull request #13603 from tylerjereddy/bump_openblas_ctypes_checkCharles Harris2019-05-222-19/+25
|\ \ \ \ \
| * | | | | TST: bump / verify OpenBLAS in CITyler Reddy2019-05-212-19/+25
* | | | | | Merge pull request #13574 from belm0/patch-1Matti Picus2019-05-221-1/+1
|\ \ \ \ \ \
| * | | | | | change wordingJohn Belmonte2019-05-221-1/+1
| * | | | | | searchsorted: remove performance claimJohn Belmonte2019-05-161-1/+1
* | | | | | | Merge pull request #13595 from mattip/update-nep-0019Sebastian Berg2019-05-211-33/+37
|\ \ \ \ \ \ \
| * | | | | | | NEP: update NEP 19 with API terminologymattip2019-05-211-33/+37
* | | | | | | | Merge pull request #13463 from seberg/writable-segfaultMatti Picus2019-05-215-11/+119
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG,DEP: Fix writeable flag setting for arrays without baseSebastian Berg2019-05-165-11/+119
* | | | | | | | | Merge pull request #13541 from juliantaylor/restore-unpack-performanceMatti Picus2019-05-213-22/+89
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |
| * | | | | | | | MAINT: only use one lookuptableJulian Taylor2019-05-141-12/+32
| * | | | | | | | DOC: add new un/packbits signature to documentationJulian Taylor2019-05-121-2/+2
| * | | | | | | | MAINT: convert lookup table generation to byte wise loopJulian Taylor2019-05-121-30/+13
| * | | | | | | | ENH: restore unpack bit lookup tableJulian Taylor2019-05-122-19/+83
* | | | | | | | | ENH: Add sparse option to np.core.numeric.indices (#13506)Alexander Blinne2019-05-212-15/+87
* | | | | | | | | Merge pull request #13599 from javidcf/patch-1Sebastian Berg2019-05-211-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fixed minor doc error in take_along_axisJavier Dehesa2019-05-211-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #12025 from ThibHlln/patch-1Matti Picus2019-05-212-6/+12
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | DOC: fixes from reviewmattip2019-04-192-8/+12
| * | | | | | | | | DOC: sychronize ufunc documentation, add broadcast noteThibault Hallouin2018-10-102-6/+8
* | | | | | | | | | BUG: Increment stacklevel for warnings to account for NEP-18 overrides (#13589)Stephan Hoyer2019-05-208-37/+44
| |_|_|/ / / / / / |/| | | | | | | |
* | | | | | | | | BUG: distutils/system_info.py fix missing subprocess import (#13523)denniszollo2019-05-191-2/+3
* | | | | | | | | Merge pull request #13581 from r-devulap/gather-for-avxsimdJulian Taylor2019-05-193-23/+111
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | BUG: fixing build issues on clang6.0Raghuveer Devulapalli2019-05-181-19/+30
| * | | | | | | | | ENH: use gather instruction in AVX exp/log instead of loaduRaghuveer Devulapalli2019-05-173-18/+95
* | | | | | | | | | Merge pull request #13277 from kritisingh1/randomMatti Picus2019-05-191-2/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | DOC: Document caveat in random.uniformkritisingh12019-04-201-2/+9
* | | | | | | | | | | Merge pull request #13491 from eric-wieser/npy-2.1Matti Picus2019-05-193-54/+109
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into npy-2.1Matti Picus2019-05-1989-897/+2299
| |\ \ \ \ \ \ \ \ \ \ \