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 bf756f7 commit 40f2d76Copy full SHA for 40f2d76
README.md
@@ -30,8 +30,10 @@ conda install -c conda-forge xtensor-python
30
31
| `xtensor-python` | `xtensor` | `pybind11` |
32
|-------------------|------------|-------------|
33
-| master | 0.8.1 | ^2.1.0 |
34
-| 0.8.0 | 0.8.1 | ^2.1.0 |
+| master | ^0.8.1 | ^2.1.0 |
+| 0.8.2 | ^0.8.1 | ^2.1.0 |
35
+| 0.8.1 | ^0.8.1 | ^2.1.0 |
36
+| 0.8.0 | ^0.8.1 | ^2.1.0 |
37
| 0.7.1 | 0.7.3 | ^2.0.0 |
38
| 0.7.0 | 0.7.2 | ^2.0.0 |
39
| 0.6.1 | 0.7.1 | ^2.0.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 8
14
-#define XTENSOR_PYTHON_VERSION_PATCH 1
+#define XTENSOR_PYTHON_VERSION_PATCH 2
15
16
#endif
0 commit comments