summaryrefslogtreecommitdiff
path: root/numpy/_array_api/_elementwise_functions.py
Commit message (Expand)AuthorAgeFilesLines
* Ignore warnings in array API functions that can raise themAaron Meurer2021-05-171-0/+25
* Fix type promotion consistency for the array API elementwise functions and op...Aaron Meurer2021-04-151-1/+25
* Move function name change notes to before the def lineAaron Meurer2021-04-141-11/+11
* Fix ceil() and floor() in the array API to always return the same dtypeAaron Meurer2021-04-131-0/+6
* bitwise_left_shift and bitwise_right_shift are only defined for x2 >= 0Aaron Meurer2021-03-181-0/+6
* bitwise_left_shift and bitwise_right_shift should return the dtype of the fir...Aaron Meurer2021-03-181-4/+10
* Fix circular imports from typesAaron Meurer2021-03-171-1/+4
* Remove _implementation from the array API functionsAaron Meurer2021-03-021-1/+1
* Don't check if a dtype is in all_dtypesAaron Meurer2021-02-261-5/+1
* Only allow the spec guaranteed dtypes in the array API elementwise functionsAaron Meurer2021-02-261-0/+114
* Return ndarray in the array_api namespace elementwise functionsAaron Meurer2021-02-261-56/+57
* Update array_api namespace with latest changes from the specAaron Meurer2021-02-231-0/+8
* Use _implementation on all functions that have it in the array API submoduleAaron Meurer2021-01-201-1/+1
* Add type annotations to the array api submodule function definitionsAaron Meurer2021-01-201-55/+59
* Add basic docstrings to the array API wrapper functionsAaron Meurer2021-01-121-0/+275
* Use "import numpy as np" in the array_api submoduleAaron Meurer2021-01-121-110/+57
* Make the array_api submodules private, and remove __all__ from individual filesAaron Meurer2021-01-121-0/+230