File tree Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Expand file tree Collapse file tree 3 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,10 @@ Truth value testing
12
12
13
13
dpnp.all
14
14
dpnp.any
15
- dpnp.in1d
16
- dpnp.isin
17
15
18
16
19
- Infinities and NaNs
20
- -------------------
17
+ Array contents
18
+ --------------
21
19
22
20
.. autosummary ::
23
21
:toctree: generated/
@@ -45,7 +43,7 @@ Array type testing
45
43
dpnp.isscalar
46
44
47
45
48
- Logic operations
46
+ Logical operations
49
47
----------------
50
48
51
49
.. autosummary ::
Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ Floating functions
161
161
dpnp.isfinite
162
162
dpnp.isinf
163
163
dpnp.isnan
164
- dpnp.isnat
165
164
dpnp.fabs
166
165
dpnp.signbit
167
166
dpnp.copysign
Original file line number Diff line number Diff line change @@ -1168,8 +1168,6 @@ def isfortran(a):
1168
1168
:obj:`dpnp.isposinf` : Test element-wise for positive infinity,
1169
1169
return result as bool array.
1170
1170
:obj:`dpnp.isfinite` : Test element-wise for finiteness.
1171
- :obj:`dpnp.isnat` : Test element-wise for NaT (not a time)
1172
- and return result as a boolean array.
1173
1171
1174
1172
Examples
1175
1173
--------
You can’t perform that action at this time.
0 commit comments