We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6892ed6 commit f360f12Copy full SHA for f360f12
RELEASE_NOTES.rst
@@ -15,7 +15,7 @@ Changes from 2.12.1 to 2.13.0
15
* Bitwise operators (and, or, not, xor): `&, |, ~, ^`
16
* New binary arithmetic operator for floor division: `//`
17
* New functions: `signbit`, `hypot`, `copysign`, `nextafter`, `maximum`, `minimum`, `log2`, `trunc`, `round` and `sign`.
18
- * Also enables integer outputs for integer inputs for `abs`, `fmod`, `copy`, `ones_like`, `sign` and `round`.
+ * Also enables integer outputs for integer inputs for `abs`, `copy`, `ones_like`, `sign` and `round`.
19
20
Thanks to Luke Shaw for the contributions.
21
0 commit comments