summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_umath.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Make signed/unsigned integer comparisons exactSebastian Berg2023-05-041-0/+58
* xfail underflowing scalar sinChris Sidebottom2023-05-021-0/+4
* Add test case for underflow exceptionChris Sidebottom2023-05-021-0/+10
* ENH: float64 sin/cos using Numpy intrinsics (#23399)Christopher Sidebottom2023-04-251-12/+25
* Merge pull request #23240 from byrdie/bugfix/ufunc_where_propagationSebastian Berg2023-03-221-0/+73
|\
| * ENH: Modified `PyUFunc_CheckOverride` to allow the `where` argument to overri...Roy Smart2023-02-241-0/+73
* | ENH: add support for fujitsu C/C++ compiler and SSL2 to numpy.yamadafuyuka2023-03-021-0/+4
|/
* Fix typos found by copdespellDimitri Papadopoulos2023-02-111-1/+1
* Merge pull request #23069 from andyfaff/wheelMatti Picus2023-02-011-4/+15
|\
| * WHL: musllinux wheels [wheel build]Andrew Nelson2023-02-011-4/+15
* | Merge pull request #22165 from Developer-Ecosystem-Engineering/simd_isnan_isi...Matti Picus2023-01-291-1/+48
|\ \ | |/ |/|
| * fix commentDeveloper-Ecosystem-Engineering2023-01-041-1/+1
| * move split test to test_fp_noncontiguous, remove use of as_strided as it was ...Developer-Ecosystem-Engineering2023-01-041-53/+10
| * fix lint & add test_fp_noncontiguousDeveloper-Ecosystem-Engineering2023-01-041-9/+48
| * see if stride_tricks can give us more coverageDeveloper-Ecosystem-Engineering2023-01-041-1/+37
| * add some tests with different shape arraysDeveloper-Ecosystem-Engineering2023-01-041-1/+16
* | CI: musllinux_x86_64 (#22864)Andrew Nelson2023-01-201-1/+6
* | BUG: Ensure correct loop order in sin, cos, and arctan2Sebastian Berg2023-01-101-0/+8
|/
* BUG, SIMD: Fix memory overlap on comparison accumulateSayed Adel2022-12-211-0/+40
* BUG, SIMD: Fix the bitmask of the boolean comparisonSayed Adel2022-12-211-6/+6
* ENH, TST: Test all FP unary ufunc against any unexpected fp exceptionsSayed Adel2022-12-141-10/+78
* Merge pull request #22166 from Developer-Ecosystem-Engineering/add_simd_negativeMatti Picus2022-12-051-0/+29
|\
| * test big arrays tooDeveloper-Ecosystem-Engineering2022-11-281-1/+5
| * fix long linesDeveloper-Ecosystem-Engineering2022-11-281-6/+8
| * add testsDeveloper-Ecosystem-Engineering2022-11-281-0/+23
* | TST: skip floating-point error test on wasmMatti Picus2022-12-051-1/+2
* | Merge pull request #18535 from prithvitewatia/Issue18378Matti Picus2022-12-021-0/+26
|\ \ | |/ |/|
| * Apply suggestions from code reviewprithvitewatia2022-06-171-3/+3
| * Fixed spacing and check num of warnings in testsPrithvi2022-06-171-1/+2
| * Fixed 0 sign and added new testsPrithvi2022-06-171-3/+10
| * Fixed whitespace after comma in test_umath.pyPrithvi2022-06-171-5/+5
| * Fixed style and warning capturePrithvi2022-06-171-20/+6
| * Fixed Tests with pytest.warnsPrithvi2022-06-171-1/+14
| * Fixed 0^non-zero as discussed in issue 18378Prithvi2022-06-171-0/+19
* | TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+28
* | DEP: Expire deprecation to ignore bad dtype= in logical ufuncs (#22541)Sebastian Berg2022-11-071-2/+17
* | TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-2/+2
* | Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversionMatti Picus2022-10-111-13/+13
|\ \
| * | TST: Fixup tests for strict Python integer conversionsSebastian Berg2022-10-051-13/+13
* | | MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-3/+3
|/ /
* | Fixed linter errorsMatthew Sterrett2022-09-091-4/+5
* | TST: Adds some tests for power involving infinitiesMatthew Sterrett2022-09-091-0/+7
* | Merge pull request #21507 from ganesh-k13/bug_div_overflowSebastian Berg2022-09-081-0/+192
|\ \
| * | TST: Add unsigned integers to integer divide-by-zero testSebastian Berg2022-07-061-1/+1
| * | TST: Add additional tests for division-by-zero and integer overflowSebastian Berg2022-07-061-4/+104
| * | TST: Changed `raise` to `warns`ganesh-k132022-07-011-7/+16
| * | TST: Removed eval | Fixed raises casesganesh-k132022-07-011-22/+26
| * | TST: New tests for overflow in division operationsganesh-k132022-07-011-0/+79
| |/
* | Merge pull request #21981 from Saransh-cpp/test-for-TypeErrorMatti Picus2022-09-071-0/+8
|\ \
| * | TST: ensure `np.equal.reduce` raises a `TypeError`Saransh2022-08-051-0/+8
| |/