summaryrefslogtreecommitdiff
path: root/numpy/core/tests/data
Commit message (Collapse)AuthorAgeFilesLines
* Use C++ version of C headers for C++ sourcesserge-sans-paille2022-04-021-3/+3
|
* TST: Increase ULP tol to 2 for f64 exp and logRaghuveer Devulapalli2022-02-032-385/+385
|
* STY: Run clang-format on cpp files and headers.Charles Harris2021-10-221-62/+75
| | | | | | | | | | | This reformats the new files that came in with the use of templates together with one already present file. The relevant files are - numpy/core/src/common/numpy_tag.h - numpy/core/src/npysort/radixsort.cpp - numpy/core/src/umath/clip.cpp - numpy/core/src/umath/clip.h - numpy/core/tests/data/generate_umath_validation_data.cpp
* TST: Update csv files to use appropriate ULP error per functionRaghuveer Devulapalli2021-07-2915-20892/+20892
|
* TST: Update data set generator to add ULP error per functionRaghuveer Devulapalli2021-07-291-21/+47
|
* TST: Add the validation data set generator cpp fileRaghuveer Devulapalli2021-07-161-0/+131
|
* TST: Add umath validation datasetsRaghuveer Devulapalli2021-07-1618-0/+24684
|
* MAINT: Add ".csv" to some data file names.Charles Harris2021-05-035-2/+2
| | | | It is useful to encode the data file type in the name.
* MAINT: AVX512 intrinsics implementation for float64 input np.logGengxin Xie2020-06-121-0/+153
|
* MAINT: Add test cases about +/- INF +/- NAN and overflowGengxin Xie2020-04-071-0/+5
|
* MAINT: Update more accuracy expected result of exp(x)Gengxin Xie2020-04-031-1/+1
|
* MAINT: Add more accuracy test casesGengxin Xie2020-03-241-107/+271
|
* MAINT: fix unicode errorGengxin Xie2020-03-161-1/+1
|
* MAINT: avx512 implementation with intrinsic for float64 np.exp()Gengxin Xie2020-03-041-0/+108
|
* TST: remove large numbers from sin/cos validation test suiteRaghuveer Devulapalli2020-02-182-89/+0
| | | | | sine and cosine of large numbers are always computed via the standard C library and the results vary depending on the platform.
* TEST: disable float32 exp/log/sin/cos validation in ARM and 32-bit windowsRaghuveer Devulapalli2019-07-221-0/+15
|
* TEST: adding validation test suite for float32 log, sin and cosRaghuveer Devulapalli2019-07-204-0/+1537
|
* TEST: Adding tests to verify accuracy of math functionsRaghuveer Devulapalli2019-07-171-0/+130
|
* Add test for #788 [patch by Eric Firing].Stefan van der Walt2008-05-152-0/+0