summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | 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
|/
* 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
| |/
* | 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 #13993 from seberg/issue-13929-2Matti Picus2019-07-152-15/+37
|\
| * DEP: Speed up WarnOnWrite deprecation in buffer interfaceSebastian Berg2019-07-142-15/+37
* | Improve illustartion of unsupported args.Dan Allan2019-07-141-6/+10
* | Copy editingDan Allan2019-07-141-3/+2
* | Add new section of custom array containers.Dan Allan2019-07-141-0/+268
* | Merge pull request #13998 from charris/backport-13989Matti Picus2019-07-143-2/+16
|\ \
| * | TST: hit the deprecationwarningpatto902019-07-141-1/+3
| * | check also warning messagepatto902019-07-141-2/+3
| * | add missing import warningspatto902019-07-141-0/+1
| * | add test to hit RankWarning in polyutils._fitpatto902019-07-141-2/+12
| |/
* | Merge pull request #13997 from charris/backport-13916Matti Picus2019-07-142-0/+17
|\ \
| * | BUG: i0 Bessel function regression on array-likes supporting ufuncsSebastian Berg2019-07-142-0/+17
| |/
* | Merge pull request #13996 from charris/backport-13907Matti Picus2019-07-143-2/+43
|\ \
| * | STY: standardize creation of bytestrings in dtype testsSteve Stagg2019-07-141-1/+1
| * | STY: Cast away signdness on value rather than pointerSteve Stagg2019-07-141-1/+1
| * | BUG: handle weird bytestrings in dtype() (#13902)Steve Stagg2019-07-143-2/+43
| |/
* | Merge pull request #13992 from charris/backport-13003Matti Picus2019-07-144-26/+103
|\ \ | |/ |/|
| * BUG: Do not crash on recursive `.dtype` attribute lookup.Sebastian Berg2019-07-144-26/+103
* | Merge pull request #13972 from mattip/backport-13812Matti Picus2019-07-132-30/+65
|\ \
| * | test shuffle keywordGuillaume Horel2019-07-131-0/+3
| * | add shuffle keywordGuillaume Horel2019-07-131-4/+11
| * | fix testsGuillaume Horel2019-07-131-2/+2
| * | nogilGuillaume Horel2019-07-131-1/+1
| * | extra shuffle at the end and tweak heuristicGuillaume Horel2019-07-131-1/+2
| * | faster shuffleGuillaume Horel2019-07-131-8/+27