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 2a90335 commit d44ce93Copy full SHA for d44ce93
2 files changed
README.md
@@ -190,10 +190,10 @@ from the `docs` subdirectory.
190
| `xtensor-python` | `xtensor` | `pybind11` |
191
|-------------------|------------|-------------|
192
| master | ^0.10.2 | ^2.1.0 |
193
+| 0.12.x | ^0.10.2 | ^2.1.0 |
194
| 0.11.x | ^0.10.0 | ^2.1.0 |
195
| 0.10.x | ^0.9.0 | ^2.1.0 |
196
| 0.9.x | ^0.8.1 | ^2.1.0 |
-| 0.8.x | ^0.8.1 | ^2.1.0 |
197
198
These dependencies are automatically resolved when using the conda package manager.
199
include/xtensor-python/xtensor_python_config.hpp
@@ -10,7 +10,7 @@
10
#define XTENSOR_PYTHON_CONFIG_HPP
11
12
#define XTENSOR_PYTHON_VERSION_MAJOR 0
13
-#define XTENSOR_PYTHON_VERSION_MINOR 11
+#define XTENSOR_PYTHON_VERSION_MINOR 12
14
#define XTENSOR_PYTHON_VERSION_PATCH 0
15
16
#endif
0 commit comments