Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Merge pull request #14145 from eric-wieser/fix-14140 | Sebastian Berg | 2019-07-30 | 2 | -1/+7 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: Remove the broken clip wrapper | Eric Wieser | 2019-07-28 | 2 | -1/+7 | |
* | | | | | | | Merge pull request #14076 from charris/test-python-3.8 | Charles Harris | 2019-07-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | MAINT: Print more informative message when test fails. | Charles Harris | 2019-07-28 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #14153 from IntelPython/expf-strided-test | Charles Harris | 2019-07-29 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Allow fuss in testing strided/non-strided exp/log loops | Oleksandr Pavlyk | 2019-07-29 | 1 | -3/+3 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | BUG: avx2_scalef_ps must be static | Oleksandr Pavlyk | 2019-07-29 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #14144 from eric-wieser/fix-14142-spinoff | Charles Harris | 2019-07-28 | 1 | -3/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | BUG: Remove stray print that causes a SystemError on python 3.7 due to an exc... | Eric Wieser | 2019-07-28 | 1 | -3/+1 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge pull request #14143 from eric-wieser/fix-14077 | Charles Harris | 2019-07-28 | 1 | -1/+4 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | BUG: Fix DeprecationWarning in python 3.8 due to implicit conversion to int | Eric Wieser | 2019-07-28 | 1 | -1/+4 | |
| |/ / / / / | ||||||
* | | | | | | BLD: Added missing gcd/lcm definitions to npy_math (#14121) | Seth Troisi | 2019-07-28 | 1 | -26/+43 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #14089 from Carreau/no-setuppy | Ralf Gommers | 2019-07-25 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Doc: Use `pip install .` where possible instead of calling setup.py | Matthias Bussonnier | 2019-07-23 | 1 | -1/+1 | |
* | | | | | | MAINT: import time: avoid repeated textwrap function dispatch instantiation | Mark Harfouche | 2019-07-25 | 1 | -7/+13 | |
* | | | | | | Merge pull request #14124 from Harmon758/equality-check-fix | Sebastian Berg | 2019-07-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | MAINT: Use equality instead of identity check with literal | Harmon | 2019-07-25 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #14122 from charris/mark-validation-tests-xfail | Charles Harris | 2019-07-25 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | MAINT: Mark umath accuracy test xfail. | Charles Harris | 2019-07-25 | 1 | -1/+1 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | MAINT: Change the type of error raised in set_printoptions (gh-13899) | Kexuan Sun | 2019-07-25 | 2 | -5/+7 | |
* | | | | | | BUG: initialize variable that is passed by pointer | Christoph Gohlke | 2019-07-24 | 1 | -1/+2 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #14106 from cgohlke/patch-1 | Sebastian Berg | 2019-07-24 | 1 | -2/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | MAINT: remove duplicate variable assignments | Christoph Gohlke | 2019-07-24 | 1 | -2/+0 | |
* | | | | | | Merge pull request #14091 from IntelPython/update-test-ufunc-noncontiguous | Charles Harris | 2019-07-24 | 1 | -1/+14 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | MAINT: Remove unused import. | Charles Harris | 2019-07-24 | 1 | -1/+1 | |
| * | | | | | Addressed PR feedback | Oleksandr Pavlyk | 2019-07-24 | 1 | -11/+15 | |
| * | | | | | MAINT: adjustments to test_ufunc_noncontigous | Oleksandr Pavlyk | 2019-07-23 | 1 | -1/+10 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #14048 from r-devulap/transcendental-accuracy-tests | Charles Harris | 2019-07-24 | 7 | -8/+1787 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | MAINT: Correct spelling. | Charles Harris | 2019-07-24 | 1 | -1/+1 | |
| * | | | | TEST: xfail if not x86_64 and linux | Raghuveer Devulapalli | 2019-07-23 | 1 | -5/+5 | |
| * | | | | TEST: disable float32 exp/log/sin/cos validation in ARM and 32-bit windows | Raghuveer Devulapalli | 2019-07-22 | 3 | -3/+30 | |
| * | | | | TEST: adding validation test suite for float32 log, sin and cos | Raghuveer Devulapalli | 2019-07-20 | 6 | -4/+1550 | |
| * | | | | BUG: fixing bug where AVX expf does not output denormals | Raghuveer Devulapalli | 2019-07-18 | 1 | -6/+48 | |
| * | | | | TEST: Adding tests to verify accuracy of math functions | Raghuveer Devulapalli | 2019-07-17 | 2 | -0/+164 | |
* | | | | | DOC: fix documentation of i and j for tri. | hvy | 2019-07-24 | 1 | -1/+1 | |
| |/ / / |/| | | | ||||||
* | | | | Merge pull request #14072 from kritisingh1/dep2 | Sebastian Berg | 2019-07-23 | 1 | -7/+1 | |
|\ \ \ \ | ||||||
| * | | | | DEP: Deprecate full and economic modes for linalg.qr | kritisingh1 | 2019-07-22 | 1 | -7/+1 | |
* | | | | | Merge pull request #14060 from sethtroisi/cversion_py | Charles Harris | 2019-07-23 | 1 | -6/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | DOC: Update cversions.py links and wording | Seth Troisi | 2019-07-18 | 1 | -6/+5 | |
* | | | | | | Add blank line above doctest for intersect1d | Jackie Leng | 2019-07-23 | 1 | -0/+1 | |
* | | | | | | Merge pull request #14063 from luispedro/fix_save_duck_check | Charles Harris | 2019-07-22 | 2 | -2/+40 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | TST Test file-like object detection in save/load | Luis Pedro Coelho | 2019-07-20 | 1 | -0/+38 | |
| * | | | | | | BUG: Fix file-like object check when saving arrays | Luis Pedro Coelho | 2019-07-20 | 1 | -2/+2 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge pull request #13964 from colinsnyder/add-recfunctions | Charles Harris | 2019-07-22 | 2 | -44/+44 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | fixed unstructured_to_structured in recfunctions | Colin Snyder | 2019-07-20 | 2 | -7/+13 | |
| * | | | | | | Removed unnecessary decorators and dispatcher functions | Colin Snyder | 2019-07-15 | 1 | -15/+0 | |
| * | | | | | | exported correct functions and made private the rest | Colin Snyder | 2019-07-14 | 2 | -30/+34 | |
| * | | | | | | add new recfunctions to __all__ | Colin Snyder | 2019-07-10 | 1 | -11/+16 | |
* | | | | | | | Merge pull request #14074 from r-devulap/builtin-avx512-fix | Charles Harris | 2019-07-22 | 2 | -3/+5 | |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | ||||||
| * | | | | | | BUG: fix build issue on icc 2016 | Raghuveer Devulapalli | 2019-07-22 | 2 | -3/+5 | |
| | |/ / / / | |/| | | | |