summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: NumPy 1.17.0 release.v1.17.0Charles Harris2019-07-261-1/+1
* Merge pull request #14133 from charris/prepare-1.17.0-releaseCharles Harris2019-07-262-5/+21
|\
| * MAINT: Update mailmap and changelog for 1.17.0Charles Harris2019-07-262-5/+21
|/
* Merge pull request #14129 from charris/backport-14124Charles Harris2019-07-261-1/+1
|\
| * MAINT: Use equality instead of identity check with literalHarmon2019-07-251-1/+1
* | Merge pull request #14128 from charris/backport-14091Charles Harris2019-07-261-1/+14
|\ \
| * | MAINT: Remove unused import.Charles Harris2019-07-251-1/+1
| * | Addressed PR feedbackOleksandr Pavlyk2019-07-251-11/+15
| * | MAINT: adjustments to test_ufunc_noncontigousOleksandr Pavlyk2019-07-251-1/+10
| |/
* | Merge pull request #14127 from charris/backport-14085Charles Harris2019-07-261-0/+1
|\ \
| * | Add blank line above doctest for intersect1dJackie Leng2019-07-251-0/+1
| |/
* | Merge pull request #14126 from charris/backport-14048-14122Charles Harris2019-07-267-8/+1787
|\ \ | |/ |/|
| * MAINT: Mark umath accuracy test xfail.Charles Harris2019-07-251-1/+1
| * MAINT: Correct spelling.Charles Harris2019-07-251-1/+1
| * TEST: xfail if not x86_64 and linuxRaghuveer Devulapalli2019-07-251-5/+5
| * TEST: disable float32 exp/log/sin/cos validation in ARM and 32-bit windowsRaghuveer Devulapalli2019-07-253-3/+30
| * TEST: adding validation test suite for float32 log, sin and cosRaghuveer Devulapalli2019-07-256-4/+1550
| * BUG: fixing bug where AVX expf does not output denormalsRaghuveer Devulapalli2019-07-251-6/+48
| * TEST: Adding tests to verify accuracy of math functionsRaghuveer Devulapalli2019-07-252-0/+164
|/
* Merge pull request #14109 from seberg/revert-arraylike-coerce-speedupCharles Harris2019-07-253-165/+62
|\
| * REV: "ENH: Improved performance of PyArray_FromAny for sequences of array-like"Sebastian Berg2019-07-243-165/+62
|/
* Merge pull request #14082 from charris/backport-14063Charles Harris2019-07-222-2/+40
|\
| * TST Test file-like object detection in save/loadLuis Pedro Coelho2019-07-221-0/+38
| * BUG: Fix file-like object check when saving arraysLuis Pedro Coelho2019-07-221-2/+2
* | Merge pull request #14081 from charris/backport-14074Charles Harris2019-07-222-3/+5
|\ \
| * | BUG: fix build issue on icc 2016Raghuveer Devulapalli2019-07-222-3/+5
| |/
* | Merge pull request #14080 from charris/backport-13964Charles Harris2019-07-222-44/+44
|\ \ | |/ |/|
| * fixed unstructured_to_structured in recfunctionsColin Snyder2019-07-222-7/+13
| * Removed unnecessary decorators and dispatcher functionsColin Snyder2019-07-221-15/+0
| * exported correct functions and made private the restColin Snyder2019-07-222-30/+34
| * add new recfunctions to __all__Colin Snyder2019-07-221-11/+16
|/
* Merge pull request #14041 from charris/backport-14002Charles Harris2019-07-177-10/+41
|\
| * TST, MAINT: expand OpenBLAS version checkingTyler Reddy2019-07-177-10/+41
* | Merge pull request #14040 from charris/backport-14028Charles Harris2019-07-171-2/+3
|\ \ | |/ |/|
| * DOC: Improve quickstart documentation of new random Generator.Oleksandr Pavlyk2019-07-171-2/+3
|/
* REL: prepare 1.17.x for further developmentCharles Harris2019-07-161-2/+2
* REL: NumPy 1.17.0rc2 release.v1.17.0rc2Charles Harris2019-07-151-2/+2
* Merge pull request #14021 from charris/prepare-1.17.0rc2Charles Harris2019-07-152-3/+24
|\
| * DOC: Prepare 1.17.0rc2 release.Charles Harris2019-07-152-3/+24
|/
* Merge pull request #13993 from seberg/issue-13929-2Matti Picus2019-07-153-15/+43
|\
| * DEP: Speed up WarnOnWrite deprecation in buffer interfaceSebastian Berg2019-07-143-15/+43
* | Merge pull request #14001 from charris/backport-13985Charles Harris2019-07-141-0/+12
|\ \
| * | DOC: show workaround for backward compatibilitymattip2019-07-141-0/+12
* | | Merge pull request #13999 from charris/backport-13979Charles Harris2019-07-144-2/+404
|\ \ \ | |/ / |/| |
| * | Improve illustartion of unsupported args.Dan Allan2019-07-141-6/+10
| * | Copy editingDan Allan2019-07-142-6/+5
| * | Restore old intro, add note at top.Dan Allan2019-07-141-4/+18
| * | Add new section of custom array containers.Dan Allan2019-07-144-15/+281
| * | rephraseDan Allan2019-07-141-2/+6
| * | Add __array_function__ to user reference.Dan Allan2019-07-141-0/+115
|/ /