IntelPython / dpnp

Data Parallel Extension for NumPy
BSD 2-Clause "Simplified" License
94 stars 21 forks source link

Implement `dpnp.isneginf` and `dpnp.isposinf` #1888

Closed vlad-perevezentsev closed 3 weeks ago

vlad-perevezentsev commented 1 month ago

This PR suggests adding 2 logical elementt-wise functions dpnp.isposinf() and dpnp.isneginf() by reusing dpnp.inf() and dpnp.signbit() and new tests to cover them

github-actions[bot] commented 1 month ago

View rendered docs @ https://intelpython.github.io/dpnp/index.html