File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,7 @@ library:
9494| ` xtensor ` | ` xtl ` | ` xsimd ` (optional) |
9595| -----------| ---------| -------------------|
9696| master | ^0.6.21 | ^7.4.8 |
97+ | 0.21.10 | ^0.6.21 | ^7.4.8 |
9798| 0.21.9 | ^0.6.21 | ^7.4.8 |
9899| 0.21.8 | ^0.6.20 | ^7.4.8 |
99100| 0.21.7 | ^0.6.18 | ^7.4.8 |
Original file line number Diff line number Diff line change 77 Changelog
88=========
99
10+ 0.21.10
11+ -------
12+
13+ - Document chunked arrays
14+ `#2102 <https://github.com/xtensor-stack/xtensor/pull/2102 >`_
15+ - Removed ``zarray `` files
16+ `#2221 <https://github.com/xtensor-stack/xtensor/pull/2221 >`_
17+ - Improved ``xeval ``
18+ `#2223 <https://github.com/xtensor-stack/xtensor/pull/2223 >`_
19+ - Fixed various warnings
20+ `#2224 <https://github.com/xtensor-stack/xtensor/pull/2224 >`_
21+
10220.21.9
1123------
1224
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: xtensor
22channels :
33 - conda-forge
44dependencies :
5- - xtensor=0.21.9
5+ - xtensor=0.21.10
66 - xtensor-blas=0.17.2
77 - xeus-cling=0.8.1
88 - blas * *openblas"
Original file line number Diff line number Diff line change 1212
1313#define XTENSOR_VERSION_MAJOR 0
1414#define XTENSOR_VERSION_MINOR 21
15- #define XTENSOR_VERSION_PATCH 9
15+ #define XTENSOR_VERSION_PATCH 10
1616
1717// DETECT 3.6 <= clang < 3.8 for compiler bug workaround.
1818#ifdef __clang__
You can’t perform that action at this time.
0 commit comments