-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: elementwise functions (mappers) (#5)
* feat: elementwise functions (mappers) * abs * acos, acosh * Give up on versioned submodules; it makes typing difficult. * Give up on versioned submodules; it makes typing difficult. * Give up on versioned submodules; it makes typing difficult. * Also checking function values. * atan, atan2, atanh, bitwise_and, bitwise_invert * bitwise_shift_left, bitwise_or, bitwise_shift_right, bitwise_xor, ceil * Use 'numpy.array_api' to test these functions. * conj, cos, cosh, divide, equal * exp, expm1, floor, floor_divide * greater, greater_equal, imag * isfinite, isinf, isnan, less, less_equal, log, log1p, log2, log10, logaddexp, logical_and, logical_not, logical_or, logical_xor * multiply, negative, not_equal, positive, pow, real, remainder, round * sign, sin, sinh, square, sqrt, subtract, tan, tanh, trunc; finished all of the free elementwise functions * Implemented all elementwise dunder methods on 'array', too. * pylint in CI is tripping up on pylint-dev/pylint#850. * Also test all of the in-place dunder methods.
- Loading branch information
Showing
35 changed files
with
1,804 additions
and
1,208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
Oops, something went wrong.