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 60a4aa8 commit e33ad39Copy full SHA for e33ad39
README.md
@@ -195,7 +195,8 @@ from the `docs` subdirectory.
195
196
| `xtensor-python` | `xtensor` | `pybind11` |
197
|------------------|-----------|------------------|
198
-| master | ^0.20.6 | ~2.2.1 |
+| master | ^0.20.10 | ~2.4.2 |
199
+| 0.23.2 | ^0.20.10 | ~2.4.4 |
200
| 0.23.1 | ^0.20.6 | ~2.2.1 |
201
| 0.23.0 | ^0.20.4 | ~2.2.1 |
202
| 0.22.x | ^0.19.0 | ~2.2.1 |
include/xtensor-python/xtensor_python_config.hpp
@@ -12,6 +12,6 @@
12
13
#define XTENSOR_PYTHON_VERSION_MAJOR 0
14
#define XTENSOR_PYTHON_VERSION_MINOR 23
15
-#define XTENSOR_PYTHON_VERSION_PATCH 1
+#define XTENSOR_PYTHON_VERSION_PATCH 2
16
17
#endif
0 commit comments