summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ / / | |/| | |
* | | | | Merge pull request #14036 from kritisingh1/dep1Sebastian Berg2019-07-211-27/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DEP: Raise warnings for deprecated C functions - PyArray_As1D, PyArray_As2Dkritisingh12019-07-211-27/+6
* | | | | BUG: Fix incorrect GIL release in array.nonzero (#13930)Gary Gurlaskie2019-07-172-2/+58
* | | | | DEP: Speed up WarnOnWrite deprecation in buffer interfaceSebastian Berg2019-07-162-15/+37
* | | | | MAINT: Remove unreachable `break` from `get_cblas_libs` (#14022)Disconnect3d2019-07-151-2/+0
* | | | | Merge pull request #13913 from mattip/improve-errorSebastian Berg2019-07-152-1/+11
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | ENH: improve error message for ragged-array creation failuremattip2019-07-042-1/+11
* | | | | Merge pull request #14011 from kritisingh1/udepMatti Picus2019-07-151-12/+0
|\ \ \ \ \
| * | | | | [DOC] Remove unused/deprecated functionskritisingh12019-07-151-12/+0
| | |/ / / | |/| | |