File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -204,6 +204,7 @@ from the `docs` subdirectory.
204204| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
205205| ------------------| -----------| ------------------|
206206| master | ^0.23.0 | ~ 2.4.3 |
207+ | 0.25.3 | ^0.23.0 | ~ 2.4.3 |
207208| 0.25.2 | ^0.23.0 | ~ 2.4.3 |
208209| 0.25.1 | ^0.23.0 | ~ 2.4.3 |
209210| 0.25.0 | ^0.23.0 | ~ 2.4.3 |
@@ -216,10 +217,6 @@ from the `docs` subdirectory.
216217| 0.21.x | ^0.18.0 | ~ 2.2.1 |
217218| 0.20.x | ^0.17.0 | ~ 2.2.1 |
218219| 0.19.x | ^0.16.0 | ~ 2.2.1 |
219- | 0.18.x | ^0.16.0 | ~ 2.1.0 or ~ 2.2.1 |
220- | 0.17.x | ^0.15.1 | ~ 2.1.0 or ~ 2.2.1 |
221- | 0.16.x | ^0.14.0 | ~ 2.1.0 or ~ 2.2.1 |
222- | 0.15.x | ^0.13.1 | ~ 2.1.0 or ~ 2.2.1 |
223220
224221These dependencies are automatically resolved when using the conda package manager.
225222
Original file line number Diff line number Diff line change 1212
1313#define XTENSOR_PYTHON_VERSION_MAJOR 0
1414#define XTENSOR_PYTHON_VERSION_MINOR 25
15- #define XTENSOR_PYTHON_VERSION_PATCH 2
15+ #define XTENSOR_PYTHON_VERSION_PATCH 3
1616
1717#endif
You can’t perform that action at this time.
0 commit comments