File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 Changelog
88=========
99
10+ 0.25.5
11+ ------
12+
13+ - Add space before pragma diagnostic
14+ `# 2654 https://github.com/xtensor-stack/xtensor/pull/2654 ` - Update xtl requirement in cmake
15+ `# 2649 https://github.com/xtensor-stack/xtensor/pull/2649 `
16+ - Fix a bug where .fill doesn't work for a xcontainer that is non-contiguous
17+ `# 2650 https://github.com/xtensor-stack/xtensor/pull/2650 `
18+
19+
10200.24.4
1121------
1222
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ channels:
44dependencies :
55- xtensor=0.24.5
66- xtensor-blas=0.20.0
7- - xeus-cling=0.13 .0
7+ - xeus-cling=0.15 .0
Original file line number Diff line number Diff line change 1212
1313#define XTENSOR_VERSION_MAJOR 0
1414#define XTENSOR_VERSION_MINOR 24
15- #define XTENSOR_VERSION_PATCH 4
15+ #define XTENSOR_VERSION_PATCH 5
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