@@ -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