Skip to content

Commit

Permalink
Release 0.24.7
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Sep 18, 2023
1 parent 4c1c290 commit 44b56bb
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,15 @@ library:

| `xtensor` | `xtl` |`xsimd` (optional) |
|-----------|---------|-------------------|
| master | ^0.7.5 | ^10.0.0 |
| 0.24.x | ^0.7.0 | ^8.0.3 |
| master | ^0.7.5 | ^10.0.0 |
| 0.24.7 | ^0.7.0 | ^10.0.0 |
| 0.24.6 | ^0.7.0 | ^10.0.0 |
| 0.24.5 | ^0.7.0 | ^10.0.0 |
| 0.24.4 | ^0.7.0 | ^10.0.0 |
| 0.24.3 | ^0.7.0 | ^8.0.3 |
| 0.24.2 | ^0.7.0 | ^8.0.3 |
| 0.24.1 | ^0.7.0 | ^8.0.3 |
| 0.24.0 | ^0.7.0 | ^8.0.3 |
| 0.23.x | ^0.7.0 | ^7.4.8 |
| 0.22.0 | ^0.6.23 | ^7.4.8 |

Expand Down
22 changes: 22 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@
Changelog
=========

0.24.7
------

- Adjust version of required xsimd in README
`# 2670 https://github.com/xtensor-stack/xtensor/pull/2670`
- Add CI through github actions.
`# 2692 https://github.com/xtensor-stack/xtensor/pull/2692`
- Added unwrap
`# 2710 https://github.com/xtensor-stack/xtensor/pull/2710`
- Removed repeated work from ci-extra build
`# 2711 https://github.com/xtensor-stack/xtensor/pull/2711`
- Removed bad macro definitions
`# 2712 https://github.com/xtensor-stack/xtensor/pull/2712`
- Fixing some iterator issues
`# 2564 https://github.com/xtensor-stack/xtensor/pull/2564`
- Fixed static analysis build
`# 2720 https://github.com/xtensor-stack/xtensor/pull/2720`
- Support external linkage for "recurser_run"
`# 2714 https://github.com/xtensor-stack/xtensor/pull/2714`
- add possibility to use std::stable_sort with xt::argsort
`# 2681 https://github.com/xtensor-stack/xtensor/pull/2681`

0.24.6
------

Expand Down
2 changes: 1 addition & 1 deletion include/xtensor/xtensor_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define XTENSOR_VERSION_MAJOR 0
#define XTENSOR_VERSION_MINOR 24
#define XTENSOR_VERSION_PATCH 6
#define XTENSOR_VERSION_PATCH 7


// Define if the library is going to be using exceptions.
Expand Down

0 comments on commit 44b56bb

Please sign in to comment.