File tree Expand file tree Collapse file tree 4 files changed +24
-3
lines changed
Expand file tree Collapse file tree 4 files changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,8 @@ library:
9393
9494| ` xtensor ` | ` xtl ` | ` xsimd ` (optional) |
9595| -----------| ---------| -------------------|
96- | master | ^0.6.20 | ^7.4.8 |
96+ | master | ^0.6.21 | ^7.4.8 |
97+ | 0.21.9 | ^0.6.21 | ^7.4.8 |
9798| 0.21.8 | ^0.6.20 | ^7.4.8 |
9899| 0.21.7 | ^0.6.18 | ^7.4.8 |
99100| 0.21.6 | ^0.6.18 | ^7.4.8 |
Original file line number Diff line number Diff line change 77 Changelog
88=========
99
10+ 0.21.9
11+ ------
12+
13+ - Adding macro ``XTENSOR_SELECT_ALIGN ``
14+ `#2152 <https://github.com/xtensor-stack/xtensor/pull/2152 >`_
15+ - xcontainer.hpp: Renamed a shadowing type name inside a function
16+ `#2208 <https://github.com/xtensor-stack/xtensor/pull/2208 >`_
17+ - Add chunk_memory_layout to chunked_array factory
18+ `#2211 <https://github.com/xtensor-stack/xtensor/pull/2211 >`_
19+ - CMake: Modernized GTest-integration
20+ `#2212 <https://github.com/xtensor-stack/xtensor/pull/2212 >`_
21+ - ``xnpy.hpp ``: fix multiple definition of 'host_endian_char' variable when included in different linked objects
22+ `#2214 <https://github.com/xtensor-stack/xtensor/pull/2214 >`_
23+ - Made global variable const to force internal linkage
24+ `#2216 <https://github.com/xtensor-stack/xtensor/pull/2216 >`_
25+ - Use xtl::endianness instead of bundling it
26+ `#2218 <https://github.com/xtensor-stack/xtensor/pull/2218 >`_
27+ - Fix call to resize of chunk container
28+ `#2219 <https://github.com/xtensor-stack/xtensor/pull/2219 >`_
29+
10300.21.8
1131------
1232
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.8
5+ - xtensor=0.21.9
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 8
15+ #define XTENSOR_VERSION_PATCH 9
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