summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9301 from GuyInALabCoat/doc_editMatti Picus2019-10-151-14/+16
|\
| * Use filename (vs file name) consistentlyStefan van der Walt2019-10-151-8/+8
| * Tidy up savez keys-as-file-names languageStefan van der Walt2019-10-151-20/+8
| * DOC: edited numpy.savez docstring note to be more specificDmytro2019-10-151-4/+13
| * DOC: added note to docstring of numpy.savezDmytro2019-10-151-0/+5
* | Merge pull request #12129 from ydup/masterMatti Picus2019-10-151-0/+3
|\ \
| * \ Merge branch 'master' into masterEric Wieser2019-10-15464-24302/+71861
| |\ \
| * | | Add wording suggested by Eric. Remove extra example.Stefan van der Walt2019-10-151-35/+4
| * | | Axes shift description and example of np.tensordotYadong Zhang2018-10-101-0/+33
* | | | Merge pull request #14710 from seberg/ufunc-out-deprecationMatti Picus2019-10-152-20/+6
|\ \ \ \
| * | | | DEP: Finish the out kwarg deprecation for ufunc callsSebastian Berg2019-10-152-20/+6
* | | | | Merge pull request #14469 from sunqm/masterMatti Picus2019-10-152-45/+34
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | MAINT: Refer numpy issue #13808 to upstream CPython bug https://bugs.python.o...Qiming Sun2019-10-051-1/+2
| * | | | TEST: Fix broken pypy ctypes testQiming Sun2019-09-191-3/+5
| * | | | TEST: Fix broken pypy ctypes testQiming Sun2019-09-192-24/+7
| * | | | MAINT: Update tests for _ctypes classQiming Sun2019-09-151-14/+0
| * | | | MAINT: Remove _get_void_ptr functionQiming Sun2019-09-151-17/+4
| * | | | TEST: Add tests for .ctypes.data_asQiming Sun2019-09-141-0/+29
| * | | | BUG: typo in _ctypes classQiming Sun2019-09-101-1/+1
| * | | | BUG: _ctypes._as_parameter_ did not hold the array objectQiming Sun2019-09-101-1/+1
| * | | | BUG: Fix _ctypes class cirular reference. (#13808)Qiming Sun2019-09-101-3/+4
* | | | | 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
| | |_|/ / / / / | |/| | | | | |