File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -96,8 +96,15 @@ library:
9696
9797| ` xtensor ` | ` xtl ` | ` xsimd ` (optional) |
9898| -----------| ---------| -------------------|
99- | master | ^0.7.5 | ^10.0.0 |
100- | 0.24.x | ^0.7.0 | ^8.0.3 |
99+ | master | ^0.7.5 | ^10.0.0 |
100+ | 0.24.7 | ^0.7.0 | ^10.0.0 |
101+ | 0.24.6 | ^0.7.0 | ^10.0.0 |
102+ | 0.24.5 | ^0.7.0 | ^10.0.0 |
103+ | 0.24.4 | ^0.7.0 | ^10.0.0 |
104+ | 0.24.3 | ^0.7.0 | ^8.0.3 |
105+ | 0.24.2 | ^0.7.0 | ^8.0.3 |
106+ | 0.24.1 | ^0.7.0 | ^8.0.3 |
107+ | 0.24.0 | ^0.7.0 | ^8.0.3 |
101108| 0.23.x | ^0.7.0 | ^7.4.8 |
102109| 0.22.0 | ^0.6.23 | ^7.4.8 |
103110
Original file line number Diff line number Diff line change 77 Changelog
88=========
99
10+ 0.24.7
11+ ------
12+
13+ - Adjust version of required xsimd in README
14+ `# 2670 https://github.com/xtensor-stack/xtensor/pull/2670 `
15+ - Add CI through github actions.
16+ `# 2692 https://github.com/xtensor-stack/xtensor/pull/2692 `
17+ - Added unwrap
18+ `# 2710 https://github.com/xtensor-stack/xtensor/pull/2710 `
19+ - Removed repeated work from ci-extra build
20+ `# 2711 https://github.com/xtensor-stack/xtensor/pull/2711 `
21+ - Removed bad macro definitions
22+ `# 2712 https://github.com/xtensor-stack/xtensor/pull/2712 `
23+ - Fixing some iterator issues
24+ `# 2564 https://github.com/xtensor-stack/xtensor/pull/2564 `
25+ - Fixed static analysis build
26+ `# 2720 https://github.com/xtensor-stack/xtensor/pull/2720 `
27+ - Support external linkage for "recurser_run"
28+ `# 2714 https://github.com/xtensor-stack/xtensor/pull/2714 `
29+ - add possibility to use std::stable_sort with xt: :argsort
30+ `# 2681 https://github.com/xtensor-stack/xtensor/pull/2681 `
31+
10320.24.6
1133------
1234
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 6
15+ #define XTENSOR_VERSION_PATCH 7
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