Skip to content

Commit f360f12

Browse files
Update RELEASE_NOTES to reflect changes in functionality
Removed 'fmod' from the list of functions enabling integer outputs for integer inputs.
1 parent 6892ed6 commit f360f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASE_NOTES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Changes from 2.12.1 to 2.13.0
1515
* Bitwise operators (and, or, not, xor): `&, |, ~, ^`
1616
* New binary arithmetic operator for floor division: `//`
1717
* 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`.
18+
* Also enables integer outputs for integer inputs for `abs`, `copy`, `ones_like`, `sign` and `round`.
1919

2020
Thanks to Luke Shaw for the contributions.
2121

0 commit comments

Comments
 (0)