summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: remove deprecation warningsmattip2019-11-221-4/+4
* MAINT: fixes from reviewmattip2019-11-181-2/+2
* MAINT: fixes from reviewmattip2019-11-161-6/+17
* MAINT: pep8, remove checks of *.py files from --rst checkmattip2019-11-011-9/+10
* MAINT: fixes from reviewmattip2019-10-311-12/+27
* TST: changes from reviewmattip2019-10-171-27/+21
* TST: run refguide-check on rst files in doc/*mattip2019-10-176-89/+165
* 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-15756-27950/+84114
| |\ \
| * | | 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
* | | | | | Merge pull request #14705 from effigies/patch-1Matti Picus2019-10-151-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | DOC: Switch Markdown link to RST in NEP 29Chris Markiewicz2019-10-151-1/+1
* | | | | | DOC: Add to doc that interp cannot contain NaN (#14598)Zijie (ZJ) Poh2019-10-151-3/+7
* | | | | | DOC: Removing mentions of appveyor (#14711)Brigitta Sipocz2019-10-153-154/+0
* | | | | | Merge pull request #14709 from hameerabbasi/azure-stagesMatti Picus2019-10-152-208/+225
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Divide Azure Pipelines into stages.Hameer Abbasi2019-10-152-208/+225
| |/ / / /
* | | | | 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
* | | | | | TST: Adding CI stages, with one initial job to the Travis CI (gh-14703)Brigitta Sipocz2019-10-151-5/+14
| |/ / / / |/| | | |
* | | | | Merge pull request #14368 from jdufresne/byteswarningSebastian Berg2019-10-156-11/+21
|\ \ \ \ \
| * | | | | MAINT: Avoid all BytesWarningJon Dufresne2019-09-256-8/+17
| * | | | | 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-156-60/+702
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | BENCH: adding benchmarks for avx based ufuncsRaghuveer Devulapalli2019-10-081-0/+34
| * | | | | 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