Skip to content

Commit 6892ed6

Browse files
Update RELEASE_NOTES for version 2.13.0
1 parent 06c00df commit 6892ed6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

RELEASE_NOTES.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ Changes from 2.12.1 to 2.13.0
1212
-----------------------------
1313

1414
* New functionality has been added:
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`.
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`.
1919

20-
Thanks to Luke Shaw for the contributions.
20+
Thanks to Luke Shaw for the contributions.
2121

2222
* New wheels for Python 3.14 and 3.14t are provided.
2323

0 commit comments

Comments
 (0)