summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Add test case of strides input & more commentsGengxin Xie2020-04-082-2/+13
* MAINT: Add test cases about +/- INF +/- NAN and overflowGengxin Xie2020-04-072-0/+7
* MAINT: Update more accuracy expected result of exp(x)Gengxin Xie2020-04-031-1/+1
* MAINT: Skip compiling AVX512_exp_DOUBLE when clang <= 10.0.0Gengxin Xie2020-04-031-0/+4
* MAINT: Add more accuracy test casesGengxin Xie2020-03-241-107/+271
* MANIT: Change some variables in AVX512F_exp_DOUBLEGengxin Xie2020-03-191-8/+8
* MANIT: Move lookup table and constants to new header fileGengxin Xie2020-03-183-132/+138
* MAINT: fix unicode errorGengxin Xie2020-03-161-1/+1
* MAINT: avx512 implementation with intrinsic for float64 np.exp()Gengxin Xie2020-03-047-6/+412
* TST: mask DeprecationWarning in xfailed testsmattip2020-02-231-2/+3
* Merge pull request #15612 from r-devulap/maximum-bug-avxMatti Picus2020-02-232-9/+52
|\
| * MAINT: Improve formatting and update commentsRaghuveer Devulapalli2020-02-231-6/+9
| * BUG: Update IS_OUTPUT_BLOCKABLE_UNARY to use the nomemoverlap checkRaghuveer Devulapalli2020-02-231-2/+1
| * BUG: Check for memory overlap in AVX-512F implementation of np.maximim and np...Raghuveer Devulapalli2020-02-231-4/+37
| * TST: Adding test to validate np.maximum.accumulate and np.minimum.accumulateRaghuveer Devulapalli2020-02-231-0/+8
* | Merge pull request #15579 from rsokl/clip_docs_fixCharles Harris2020-02-231-2/+2
|\ \
| * | DOC: numpy.clip is equivalent to minimum(..., maximum(...))Ryan Soklaski2020-02-161-2/+2
* | | MAINT: Pull identical line out of conditional.Ross Barnowski2020-02-221-2/+1
| |/ |/|
* | Merge pull request #15615 from r-devulap/reciprocal-avx-CI-failMatti Picus2020-02-211-1/+0
|\ \
| * | BUG: Remove check requiring float/double natural alignment for AVX codeRaghuveer Devulapalli2020-02-201-1/+0
* | | DOC: fix documentation for apply_along_axis (#15619)Heshy Roskes2020-02-201-2/+2
|/ /
* | DOC: Reword docstring for assert_equal (gh-15614)Harshal Prakash Patankar2020-02-191-1/+1
* | TST: Add test to ensure assert_array_max_ulp ignores ULP differences betwen N...Raghuveer Devulapalli2020-02-181-0/+6
* | TST: remove large numbers from sin/cos validation test suiteRaghuveer Devulapalli2020-02-182-89/+0
* | BUG: Ignore differences in NAN representation for computing ULP differencesRaghuveer Devulapalli2020-02-181-2/+17
|/
* Merge pull request #15549 from r-devulap/transcendental-avxMatti Picus2020-02-161-22/+22
|\
| * TEST: Enable accuracy tests for float32 sin/cos/exp/log for AVX platformsRaghuveer Devulapalli2020-02-121-22/+22
* | DOC: Document caveat in random.uniformmattip2020-02-151-2/+9
* | Merge pull request #15385 from eric-wieser/fix-unicode-ucs2Sebastian Berg2020-02-1311-268/+175
|\ \
| * | ENH: Implement the buffer protocol on numpy str_ scalarsEric Wieser2020-02-082-25/+23
| * | MAINT,TST: Tidy test_datetime_memoryview a littleEric Wieser2020-02-081-9/+8
| * | BUG, MAINT: Stop using the error-prone deprecated Py_UNICODE apisEric Wieser2020-02-0810-255/+165
* | | BUG: Added missing error check in `ndarray.__contains__` (gh-15553)Ganesh Kathiresan2020-02-131-0/+5
* | | Merge pull request #15560 from mattip/issue_15465Matti Picus2020-02-132-1/+7
|\ \ \
| * | | BUG, DOC: restore missing importmattip2020-02-132-1/+7
* | | | Merge pull request #15189 from Zac-HD/property-testsMatti Picus2020-02-133-0/+86
|\ \ \ \ | |/ / / |/| | |
| * | | Install and configure HypothesisZac-HD2020-02-051-0/+7
| * | | Add property test for clippingZac-HD2020-02-051-0/+65
| * | | Property test for Unicode array printingZac-HD2020-02-051-0/+14
* | | | DOC: Improve the `numpy.linalg.eig` doctring. (#15550)Charles Harris2020-02-131-9/+16
| |_|/ |/| |
* | | Merge pull request #15538 from eric-wieser/dedupe-PyArray_DTypeFromObjectHelperSebastian Berg2020-02-081-58/+58
|\ \ \ | | |/ | |/|
| * | MAINT: Extract repeated code to a helper functionEric Wieser2020-02-081-58/+58
* | | Merge pull request #15465 from mwtoews/importsSebastian Berg2020-02-0732-51/+24
|\ \ \
| * | | MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-0632-51/+24
* | | | Merge pull request #15526 from seiko2plus/issue15525Matti Picus2020-02-071-7/+13
|\ \ \ \
| * | | | BUG: Fix inline assembly that detects cpu features on x86(32bit)Sayed Adel2020-02-061-7/+13
* | | | | Merge pull request #15511 from przemb/random_speedup_15460Matti Picus2020-02-063-92/+72
|\ \ \ \ \
| * | | | | Documentation updated.przemb2020-02-062-31/+22
| * | | | | Changes suggested in reviewprzemb2020-02-053-16/+11
| * | | | | MAINT: Large overhead in some random functions #15460przemb2020-02-053-59/+53