summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DOC: Add to doc that interp cannot contain NaN (#14598)Zijie (ZJ) Poh2019-10-151-3/+7
* Merge pull request #12633 from seberg/f2py-refcntMatti Picus2019-10-158-98/+179
|\
| * BUG: Further, followup f2py reference count fixesSebastian Berg2019-08-195-16/+53
| * BUG: General fixes to f2py reference counts (dereferencing)Sebastian Berg2019-08-195-82/+126
* | Merge pull request #14368 from jdufresne/byteswarningSebastian Berg2019-10-154-9/+19
|\ \
| * | MAINT: Avoid all BytesWarningJon Dufresne2019-09-254-6/+15
| * | MAINT: Explicitly goto fail when PyUnicode_FromEncodedObject() return NULLJon Dufresne2019-09-251-3/+4
* | | Merge pull request #13885 from r-devulap/sqrt-sq-rcp-abs-avxMatti Picus2019-10-155-60/+668
|\ \ \
| * | | MAINT: removing duplicated inner loop for e->eRaghuveer Devulapalli2019-09-271-4/+4
| * | | MAINT: rebase with masterRaghuveer Devulapalli2019-09-271-4/+4
| * | | TEST: disable raise invalid exception test for sqrtRaghuveer Devulapalli2019-09-271-3/+3
| * | | ENH: use AVX for floor, rint, ceil and truncRaghuveer Devulapalli2019-09-275-11/+146
| * | | BUG: ignore invalid exception raised by absoluteRaghuveer Devulapalli2019-09-271-0/+1
| * | | BUG: fixing multiple CI failuresRaghuveer Devulapalli2019-09-272-11/+14
| * | | ENH: use AVX for sqrt, square, reciprocal and absolute valueRaghuveer Devulapalli2019-09-275-51/+520
* | | | Merge pull request #14682 from seberg/finish-out-kwarg-deprecationsMatti Picus2019-10-142-43/+12
|\ \ \ \
| * | | | DEP: ufunc `out` argument must be a tuple for multiple outputsSebastian Berg2019-10-112-43/+12
* | | | | Merge pull request #14634 from dstansby/extension-docRalf Gommers2019-10-121-1/+17
|\ \ \ \ \
| * | | | | Add Extension to docsDavid Stansby2019-10-031-1/+17
* | | | | | Merge pull request #14630 from mattip/build_src-optionCharles Harris2019-10-111-4/+4
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | BUILD: change to build_src --verbose-cfg, runtests.py --debug-infomattip2019-10-031-4/+4
* | | | | | Merge pull request #14656 from eric-wieser/tidy-datetime-moduloMatti Picus2019-10-101-138/+101
|\ \ \ \ \ \
| * | | | | | MAINT: Use `extract_unit` throughout datetimeEric Wieser2019-10-091-138/+101
* | | | | | | Merge pull request #14657 from pv/fix-fromfileMatti Picus2019-10-102-6/+37
|\ \ \ \ \ \ \
| * | | | | | | BUG: Fix dtype use-after-free bug in FromStringSebastian Berg2019-10-081-1/+6
| * | | | | | | BUG: fix fromfile behavior when reading sub-array dtypesPauli Virtanen2019-10-072-5/+31
| |/ / / / / /
* | | | | | | BUG: random: Use correct length when axis is given to shuffle.Warren Weckesser2019-10-082-3/+12
|/ / / / / /
* | | | | | Merge pull request #14605 from mattip/descr-checkMatti Picus2019-10-071-1/+1
|\ \ \ \ \ \
| * | | | | | BUG: properly define PyArray_DescrCheckmattip2019-09-271-1/+1
| | |_|/ / / | |/| | | |
* | | | | | DOC: add `printoptions` as a context manager to `set_printoptions` (#14636)Eugene Prilepin2019-10-061-1/+10
* | | | | | Merge pull request #14643 from seberg/scalar-powerMatti Picus2019-10-051-54/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | MAINT: Use scalar math power function directlySebastian Berg2019-10-041-54/+6
| |/ / / /
* | | | | Merge pull request #14596 from sethtroisi/old_defines_in_docsMatti Picus2019-10-035-72/+26
|\ \ \ \ \
| * | | | | DEP: Complete deprecation of invalid array orderSeth Troisi2019-09-265-72/+26
| | |_|/ / | |/| | |
* | | | | Merge pull request #14631 from sethtroisi/free_cleanMatti Picus2019-10-031-2/+2
|\ \ \ \ \
| * | | | | BUG: always free clean_sepSeth Troisi2019-10-021-2/+2
| | |_|/ / | |/| | |
* | | | | Merge pull request #14620 from sethtroisi/cleanup_deprecate_indexMatti Picus2019-10-033-35/+9
|\ \ \ \ \
| * | | | | Dep: Deprecation of float index in linespaceSeth Troisi2019-10-013-35/+9
| | |_|/ / | |/| | |
* | | | | BUG: dtype refcount cleanups (#14586)Matti Picus2019-10-032-22/+16
| |/ / / |/| | |
* | | | DOC misleading np.sinc() documentationSamesh Lakhotia2019-10-021-7/+0
* | | | Merge pull request #14616 from madphysicist/comment-correctionSebastian Berg2019-10-011-4/+6
|\ \ \ \
| * | | | DOC: Updated sphinx directive formattingJoseph R. Fox-Rabinovitz2019-09-301-4/+6
| |/ / /
* | | | DOC: s/OR/AND/ in np.logical_and docstringSeth Troisi2019-10-011-1/+1
|/ / /
* | | BLD: remove unused functions, rearrange headers (from CC=clang) (#14534)Matti Picus2019-09-268-54/+49
* | | Merge pull request #14583 from mattip/select-deprecationSebastian Berg2019-09-262-38/+10
|\ \ \ | |/ / |/| |
| * | DEP: remove expired deprecation in selectmattip2019-09-232-38/+10
* | | Merge pull request #14573 from rgommers/remove-info-filesMatti Picus2019-09-2512-360/+109
|\ \ \
| * | | MAINT: remove unused numpy/f2py/info.py fileRalf Gommers2019-09-222-7/+0
| * | | DOC: clean up numpy.lib docstring, remove numpy/lib/info.pyRalf Gommers2019-09-223-162/+13
| * | | DOC: add up-to-date numpy.linalg docstring, remove info.py fileRalf Gommers2019-09-223-81/+67