File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Both containers enable the numpy-style APIs of xtensor (see [the numpy to xtenso
51
51
``` cpp
52
52
#include < numeric> // Standard library import for std::accumulate
53
53
#include < pybind11/pybind11.h> // Pybind11 import to define Python bindings
54
- #include < xtensor/xmath.hpp> // xtensor import for the C++ universal functions
54
+ #include < xtensor/core/ xmath.hpp> // xtensor import for the C++ universal functions
55
55
#define FORCE_IMPORT_ARRAY
56
56
#include < xtensor-python/pyarray.hpp> // Numpy bindings
57
57
@@ -205,6 +205,7 @@ from the `docs` subdirectory.
205
205
| ` xtensor-python ` | ` xtensor ` | ` pybind11 ` |
206
206
| ------------------| -----------| ------------------|
207
207
| master | ^0.26.0 | >=2.6.1,<3 |
208
+ | 0.28.0 | ^0.26.0 | >=2.6.1,<3 |
208
209
| 0.27.0 | ^0.25.0 | >=2.6.1,<3 |
209
210
| 0.26.1 | ^0.24.0 | ~ 2.4.3 |
210
211
| 0.26.0 | ^0.24.0 | ~ 2.4.3 |
Original file line number Diff line number Diff line change 11
11
#define XTENSOR_PYTHON_CONFIG_HPP
12
12
13
13
#define XTENSOR_PYTHON_VERSION_MAJOR 0
14
- #define XTENSOR_PYTHON_VERSION_MINOR 27
14
+ #define XTENSOR_PYTHON_VERSION_MINOR 28
15
15
#define XTENSOR_PYTHON_VERSION_PATCH 0
16
16
17
17
#endif
You can’t perform that action at this time.
0 commit comments