Skip to content

Commit 06c00df

Browse files
Revise RELEASE_NOTES.rst for new features
Updated release notes to reflect new functionality and contributions.
1 parent fbb4e14 commit 06c00df

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

RELEASE_NOTES.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,8 @@ Changes from 2.12.1 to 2.13.0
1414
* New functionality has been added:
1515
* Bitwise operators (and, or, not, xor): `&, |, ~, ^`
1616
* New binary arithmetic operator for floor division: `//`
17-
* New functions: `signbit`, `hypot`, `copysign`, `nextafter`, `maximum`,
18-
`minimum`, `log2`, `trunc`, `round` and `sign`.
19-
* Also enables integer outputs for integer inputs for
20-
`abs`, `fmod`, `copy`, `ones_like`, `sign` and `round`.
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`.
2119

2220
Thanks to Luke Shaw for the contributions.
2321

0 commit comments

Comments
 (0)