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 70b159b commit 2d74318Copy full SHA for 2d74318
README.md
@@ -192,6 +192,7 @@ from the `docs` subdirectory.
192
| `xtensor-python` | `xtensor` | `pybind11` |
193
|------------------|-----------|------------------|
194
| master | ^0.14.0 | ~2.1.0 or ~2.2.1 |
195
+| 0.16.x | ^0.14.0 | ~2.1.0 or ~2.2.1 |
196
| 0.15.x | ^0.13.1 | ~2.1.0 or ~2.2.1 |
197
| 0.14.x | ^0.12.0 | ~2.1.0 or ~2.2.1 |
198
| 0.13.x | ^0.11.0 | ~2.1.0 or ~2.2.1 |
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 15
+#define XTENSOR_PYTHON_VERSION_MINOR 16
14
#define XTENSOR_PYTHON_VERSION_PATCH 0
15
16
#endif
0 commit comments