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 b97a4b1 commit 7e132bcCopy full SHA for 7e132bc
README.md
@@ -31,6 +31,7 @@ conda install -c conda-forge xtensor-python
31
| `xtensor-python` | `xtensor` | `pybind11` |
32
|-------------------|------------|-------------|
33
| master | ^0.8.1 | ^2.1.0 |
34
+| 0.9.4 | ^0.8.1 | ^2.1.0 |
35
| 0.9.3 | ^0.8.1 | ^2.1.0 |
36
| 0.9.2 | ^0.8.1 | ^2.1.0 |
37
| 0.9.1 | ^0.8.1 | ^2.1.0 |
include/xtensor-python/xtensor_python_config.hpp
@@ -11,6 +11,6 @@
11
12
#define XTENSOR_PYTHON_VERSION_MAJOR 0
13
#define XTENSOR_PYTHON_VERSION_MINOR 9
14
-#define XTENSOR_PYTHON_VERSION_PATCH 3
+#define XTENSOR_PYTHON_VERSION_PATCH 4
15
16
#endif
0 commit comments