@@ -12,12 +12,12 @@ Changes from 2.12.1 to 2.13.0
12
12
-----------------------------
13
13
14
14
* 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 `.
19
19
20
- Thanks to Luke Shaw for the contributions.
20
+ Thanks to Luke Shaw for the contributions.
21
21
22
22
* New wheels for Python 3.14 and 3.14t are provided.
23
23
0 commit comments