File tree 2 files changed +2
-5
lines changed
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.
204
204
| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
205
205
| ------------------| -----------| ------------------|
206
206
| master | ^0.23.0 | ~ 2.4.3 |
207
+ | 0.25.3 | ^0.23.0 | ~ 2.4.3 |
207
208
| 0.25.2 | ^0.23.0 | ~ 2.4.3 |
208
209
| 0.25.1 | ^0.23.0 | ~ 2.4.3 |
209
210
| 0.25.0 | ^0.23.0 | ~ 2.4.3 |
@@ -216,10 +217,6 @@ from the `docs` subdirectory.
216
217
| 0.21.x | ^0.18.0 | ~ 2.2.1 |
217
218
| 0.20.x | ^0.17.0 | ~ 2.2.1 |
218
219
| 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 |
223
220
224
221
These dependencies are automatically resolved when using the conda package manager.
225
222
Original file line number Diff line number Diff line change 12
12
13
13
#define XTENSOR_PYTHON_VERSION_MAJOR 0
14
14
#define XTENSOR_PYTHON_VERSION_MINOR 25
15
- #define XTENSOR_PYTHON_VERSION_PATCH 2
15
+ #define XTENSOR_PYTHON_VERSION_PATCH 3
16
16
17
17
#endif
You can’t perform that action at this time.
0 commit comments