Skip to content

Commit 44b56bb

Browse files
committed
Release 0.24.7
1 parent 4c1c290 commit 44b56bb

3 files changed

Lines changed: 32 additions & 3 deletions

File tree

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff 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

docs/source/changelog.rst

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,28 @@
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+
1032
0.24.6
1133
------
1234

include/xtensor/xtensor_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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.

0 commit comments

Comments
 (0)