@@ -11,19 +11,22 @@ Thanks to Luke Shaw for these contributions.
11
11
12
12
Project documentation is available at:
13
13
14
- http ://numexpr.readthedocs.io/
14
+ https ://numexpr.readthedocs.io/
15
15
16
- Changes from 2.12.0 to 2.12.1
16
+ Changes from 2.12.1 to 2.13.0
17
17
-----------------------------
18
18
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 `.
21
26
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.
24
28
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.
27
30
28
31
What's Numexpr?
29
32
---------------
0 commit comments