summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #14145 from eric-wieser/fix-14140Sebastian Berg2019-07-302-1/+7
|\ \ \ \ \ \
| * | | | | | BUG: Remove the broken clip wrapperEric Wieser2019-07-282-1/+7
* | | | | | | Merge pull request #14076 from charris/test-python-3.8Charles Harris2019-07-301-1/+1
|\ \ \ \ \ \ \
| * | | | | | | MAINT: Print more informative message when test fails.Charles Harris2019-07-281-1/+1
* | | | | | | | Merge pull request #14153 from IntelPython/expf-strided-testCharles Harris2019-07-291-3/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Allow fuss in testing strided/non-strided exp/log loopsOleksandr Pavlyk2019-07-291-3/+3
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | BUG: avx2_scalef_ps must be staticOleksandr Pavlyk2019-07-291-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #14144 from eric-wieser/fix-14142-spinoffCharles Harris2019-07-281-3/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | BUG: Remove stray print that causes a SystemError on python 3.7 due to an exc...Eric Wieser2019-07-281-3/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #14143 from eric-wieser/fix-14077Charles Harris2019-07-281-1/+4
|\ \ \ \ \ \
| * | | | | | BUG: Fix DeprecationWarning in python 3.8 due to implicit conversion to intEric Wieser2019-07-281-1/+4
| |/ / / / /
* | | | | | BLD: Added missing gcd/lcm definitions to npy_math (#14121)Seth Troisi2019-07-281-26/+43
|/ / / / /
* | | | | Merge pull request #14089 from Carreau/no-setuppyRalf Gommers2019-07-251-1/+1
|\ \ \ \ \
| * | | | | Doc: Use `pip install .` where possible instead of calling setup.pyMatthias Bussonnier2019-07-231-1/+1
* | | | | | MAINT: import time: avoid repeated textwrap function dispatch instantiationMark Harfouche2019-07-251-7/+13
* | | | | | Merge pull request #14124 from Harmon758/equality-check-fixSebastian Berg2019-07-251-1/+1
|\ \ \ \ \ \
| * | | | | | MAINT: Use equality instead of identity check with literalHarmon2019-07-251-1/+1
* | | | | | | Merge pull request #14122 from charris/mark-validation-tests-xfailCharles Harris2019-07-251-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | MAINT: Mark umath accuracy test xfail.Charles Harris2019-07-251-1/+1
| | |_|/ / / | |/| | | |
* | | | | | MAINT: Change the type of error raised in set_printoptions (gh-13899)Kexuan Sun2019-07-252-5/+7
* | | | | | BUG: initialize variable that is passed by pointerChristoph Gohlke2019-07-241-1/+2
|/ / / / /
* | | | | Merge pull request #14106 from cgohlke/patch-1Sebastian Berg2019-07-241-2/+0
|\ \ \ \ \
| * | | | | MAINT: remove duplicate variable assignmentsChristoph Gohlke2019-07-241-2/+0
* | | | | | Merge pull request #14091 from IntelPython/update-test-ufunc-noncontiguousCharles Harris2019-07-241-1/+14
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | MAINT: Remove unused import.Charles Harris2019-07-241-1/+1
| * | | | | Addressed PR feedbackOleksandr Pavlyk2019-07-241-11/+15
| * | | | | MAINT: adjustments to test_ufunc_noncontigousOleksandr Pavlyk2019-07-231-1/+10
| |/ / / /
* | | | | Merge pull request #14048 from r-devulap/transcendental-accuracy-testsCharles Harris2019-07-247-8/+1787
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | MAINT: Correct spelling.Charles Harris2019-07-241-1/+1
| * | | | TEST: xfail if not x86_64 and linuxRaghuveer Devulapalli2019-07-231-5/+5
| * | | | TEST: disable float32 exp/log/sin/cos validation in ARM and 32-bit windowsRaghuveer Devulapalli2019-07-223-3/+30
| * | | | TEST: adding validation test suite for float32 log, sin and cosRaghuveer Devulapalli2019-07-206-4/+1550
| * | | | BUG: fixing bug where AVX expf does not output denormalsRaghuveer Devulapalli2019-07-181-6/+48
| * | | | TEST: Adding tests to verify accuracy of math functionsRaghuveer Devulapalli2019-07-172-0/+164
* | | | | DOC: fix documentation of i and j for tri.hvy2019-07-241-1/+1
| |/ / / |/| | |
* | | | Merge pull request #14072 from kritisingh1/dep2Sebastian Berg2019-07-231-7/+1
|\ \ \ \
| * | | | DEP: Deprecate full and economic modes for linalg.qrkritisingh12019-07-221-7/+1
* | | | | Merge pull request #14060 from sethtroisi/cversion_pyCharles Harris2019-07-231-6/+5
|\ \ \ \ \
| * | | | | DOC: Update cversions.py links and wordingSeth Troisi2019-07-181-6/+5
* | | | | | Add blank line above doctest for intersect1dJackie Leng2019-07-231-0/+1
* | | | | | Merge pull request #14063 from luispedro/fix_save_duck_checkCharles Harris2019-07-222-2/+40
|\ \ \ \ \ \
| * | | | | | TST Test file-like object detection in save/loadLuis Pedro Coelho2019-07-201-0/+38
| * | | | | | BUG: Fix file-like object check when saving arraysLuis Pedro Coelho2019-07-201-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #13964 from colinsnyder/add-recfunctionsCharles Harris2019-07-222-44/+44
|\ \ \ \ \ \
| * | | | | | fixed unstructured_to_structured in recfunctionsColin Snyder2019-07-202-7/+13
| * | | | | | Removed unnecessary decorators and dispatcher functionsColin Snyder2019-07-151-15/+0
| * | | | | | exported correct functions and made private the restColin Snyder2019-07-142-30/+34
| * | | | | | add new recfunctions to __all__Colin Snyder2019-07-101-11/+16
* | | | | | | Merge pull request #14074 from r-devulap/builtin-avx512-fixCharles Harris2019-07-222-3/+5
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | BUG: fix build issue on icc 2016Raghuveer Devulapalli2019-07-222-3/+5
| | |/ / / / | |/| | | |