Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use C++ version of C headers for C++ sources | serge-sans-paille | 2022-04-02 | 1 | -3/+3 |
| | |||||
* | TST: Increase ULP tol to 2 for f64 exp and log | Raghuveer Devulapalli | 2022-02-03 | 2 | -385/+385 |
| | |||||
* | STY: Run clang-format on cpp files and headers. | Charles Harris | 2021-10-22 | 1 | -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 function | Raghuveer Devulapalli | 2021-07-29 | 15 | -20892/+20892 |
| | |||||
* | TST: Update data set generator to add ULP error per function | Raghuveer Devulapalli | 2021-07-29 | 1 | -21/+47 |
| | |||||
* | TST: Add the validation data set generator cpp file | Raghuveer Devulapalli | 2021-07-16 | 1 | -0/+131 |
| | |||||
* | TST: Add umath validation datasets | Raghuveer Devulapalli | 2021-07-16 | 18 | -0/+24684 |
| | |||||
* | MAINT: Add ".csv" to some data file names. | Charles Harris | 2021-05-03 | 5 | -2/+2 |
| | | | | It is useful to encode the data file type in the name. | ||||
* | MAINT: AVX512 intrinsics implementation for float64 input np.log | Gengxin Xie | 2020-06-12 | 1 | -0/+153 |
| | |||||
* | MAINT: Add test cases about +/- INF +/- NAN and overflow | Gengxin Xie | 2020-04-07 | 1 | -0/+5 |
| | |||||
* | MAINT: Update more accuracy expected result of exp(x) | Gengxin Xie | 2020-04-03 | 1 | -1/+1 |
| | |||||
* | MAINT: Add more accuracy test cases | Gengxin Xie | 2020-03-24 | 1 | -107/+271 |
| | |||||
* | MAINT: fix unicode error | Gengxin Xie | 2020-03-16 | 1 | -1/+1 |
| | |||||
* | MAINT: avx512 implementation with intrinsic for float64 np.exp() | Gengxin Xie | 2020-03-04 | 1 | -0/+108 |
| | |||||
* | TST: remove large numbers from sin/cos validation test suite | Raghuveer Devulapalli | 2020-02-18 | 2 | -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 windows | Raghuveer Devulapalli | 2019-07-22 | 1 | -0/+15 |
| | |||||
* | TEST: adding validation test suite for float32 log, sin and cos | Raghuveer Devulapalli | 2019-07-20 | 4 | -0/+1537 |
| | |||||
* | TEST: Adding tests to verify accuracy of math functions | Raghuveer Devulapalli | 2019-07-17 | 1 | -0/+130 |
| | |||||
* | Add test for #788 [patch by Eric Firing]. | Stefan van der Walt | 2008-05-15 | 2 | -0/+0 |