File tree Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Expand file tree Collapse file tree 4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ library:
9393| ` xtensor ` | ` xtl ` | ` xsimd ` (optional) |
9494| -----------| ---------| -------------------|
9595| master | ^0.7.0 | ^7.4.8 |
96+ | 0.23.0 | ^0.7.0 | ^7.4.8 |
9697| 0.22.0 | ^0.6.23 | ^7.4.8 |
9798| 0.21.10 | ^0.6.21 | ^7.4.8 |
9899| 0.21.9 | ^0.6.21 | ^7.4.8 |
Original file line number Diff line number Diff line change 77 Changelog
88=========
99
10+ 0.23.0
11+ ------
12+
13+ Breaking changes
14+ ~~~~~~~~~~~~~~~~
15+
16+ - Remove chunked array extension mechanism
17+ `#2283 <https://github.com/xtensor-stack/xtensor/pull/2283 >`_
18+ - Upgraded to xtl 0.7.0
19+ `#2284 <https://github.com/xtensor-stack/xtensor/pull/2284 >`_
20+
21+ Other changes
22+ ~~~~~~~~~~~~~
23+
24+ - Harmonize #include statements in doc
25+ `#2280 <https://github.com/xtensor-stack/xtensor/pull/2280 >`_
26+ - Added missing shape_type in xfunctor_stepper
27+ `#2285 <https://github.com/xtensor-stack/xtensor/pull/2285 >`_
28+
10290.22.0
1130------
1231
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: xtensor
22channels :
33 - conda-forge
44dependencies :
5- - xtensor=0.22 .0
6- - xtensor-blas=0.18 .0
7- - xeus-cling=0.8.1
5+ - xtensor=0.23 .0
6+ - xtensor-blas=0.19 .0
7+ - xeus-cling=0.12.0
88 - blas * *openblas"
Original file line number Diff line number Diff line change 1111#define XTENSOR_CONFIG_HPP
1212
1313#define XTENSOR_VERSION_MAJOR 0
14- #define XTENSOR_VERSION_MINOR 22
14+ #define XTENSOR_VERSION_MINOR 23
1515#define XTENSOR_VERSION_PATCH 0
1616
1717
You can’t perform that action at this time.
0 commit comments