We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7f6e81 commit 8dd6ab3Copy full SHA for 8dd6ab3
README.rst
@@ -106,7 +106,7 @@ See `requirements.txt` for the required version of NumPy.
106
107
NumExpr is built in the standard Python way::
108
109
- python setup.py build install
+ pip install [-e] .
110
111
You can test `numexpr` with::
112
RELEASE_NOTES.rst
@@ -2,6 +2,11 @@
2
Release notes for NumExpr 2.12 series
3
=====================================
4
5
+Changes from 2.12.0 to 2.12.1
6
+-----------------------------
7
+
8
+* **Under development.**
9
10
Changes from 2.11.0 to 2.12.0
11
-----------------------------
12
VERSION
@@ -1 +1 @@
1
-2.12.0
+2.12.1.dev0
0 commit comments