File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Expand file tree Collapse file tree 4 files changed +17
-2
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.1 | ^0.7.0 | ^7.4.8 |
9697| 0.23.0 | ^0.7.0 | ^7.4.8 |
9798| 0.22.0 | ^0.6.23 | ^7.4.8 |
9899| 0.21.10 | ^0.6.21 | ^7.4.8 |
Original file line number Diff line number Diff line change 77 Changelog
88=========
99
10+ 0.23.1
11+ ------
12+
13+ - Fix compilation warnings on unused local typedefs
14+ `#2295 https://github.com/xtensor-stack/xtensor/pull/2295 `
15+ - Disable a failing shuffle test for clang
16+ `#2294 https://github.com/xtensor-stack/xtensor/pull/2294 `
17+ - Fix simd assign_data
18+ `#2292 https://github.com/xtensor-stack/xtensor/pull/2292 `
19+ - Fix -Wshadow and -Wunused-local-typedef warning
20+ `#2293 https://github.com/xtensor-stack/xtensor/pull/2293 `
21+ - Documentation improvement Part #B
22+ `#2287 https://github.com/xtensor-stack/xtensor/pull/2287 `
23+
10240.23.0
1125------
1226
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: xtensor
22channels :
33 - conda-forge
44dependencies :
5- - xtensor=0.23.0
5+ - xtensor=0.23.1
66 - xtensor-blas=0.19.0
77 - xeus-cling=0.12.0
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 23
15- #define XTENSOR_VERSION_PATCH 0
15+ #define XTENSOR_VERSION_PATCH 1
1616
1717
1818// Define if the library is going to be using exceptions.
You can’t perform that action at this time.
0 commit comments