@@ -11,19 +11,22 @@ Thanks to Luke Shaw for these contributions.
1111
1212Project documentation is available at:
1313
14- http ://numexpr.readthedocs.io/
14+ https ://numexpr.readthedocs.io/
1515
16- Changes from 2.12.0 to 2.12.1
16+ Changes from 2.12.1 to 2.13.0
1717-----------------------------
1818
19- * Added complex counterparts for isnan/isfinite/isinf functions.
20- Thanks to Luke Shaw.
19+ * New functionality has been added:
20+ * Bitwise operators (and, or, not, xor): `&, |, ~, ^ `
21+ * New binary arithmetic operator for floor division: `// `
22+ * New functions: `signbit `, `hypot `, `copysign `, `nextafter `, `maximum `,
23+ `minimum `, `log2 `, `trunc `, `round ` and `sign `.
24+ * Also enables integer outputs for integer inputs for
25+ `abs `, `fmod `, `copy `, `ones_like `, `sign ` and `round `.
2126
22- * Updated documentation for the new functions and instructions
23- for adding new functions to the virtual machine. Thanks to Luke Shaw.
27+ Thanks to Luke Shaw for the contributions.
2428
25- * Fixed MKL support; it was broken in 2.12.0. Thanks to
26- Christoph Gohlke for reporting the issue.
29+ * New wheels for Python 3.14 and 3.14t are provided.
2730
2831What's Numexpr?
2932---------------
0 commit comments