Skip to content

Commit

Permalink
Release 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Oct 18, 2021
1 parent bcf9e7b commit 825c0fd
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 16 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,17 +84,8 @@ library:
| `xtensor` | `xtl` |`xsimd` (optional) |
|-----------|---------|-------------------|
| master | ^0.7.0 | ^7.4.8 |
| 0.23.10 | ^0.7.0 | ^7.4.8 |
| 0.23.9 | ^0.7.0 | ^7.4.8 |
| 0.23.8 | ^0.7.0 | ^7.4.8 |
| 0.23.7 | ^0.7.0 | ^7.4.8 |
| 0.23.6 | ^0.7.0 | ^7.4.8 |
| 0.23.5 | ^0.7.0 | ^7.4.8 |
| 0.23.4 | ^0.7.0 | ^7.4.8 |
| 0.23.3 | ^0.7.0 | ^7.4.8 |
| 0.23.2 | ^0.7.0 | ^7.4.8 |
| 0.23.1 | ^0.7.0 | ^7.4.8 |
| 0.23.0 | ^0.7.0 | ^7.4.8 |
| 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 |

The dependency on `xsimd` is required if you want to enable SIMD acceleration
Expand Down
16 changes: 16 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@
Changelog
=========

0.24.0
------

- Comparison of shapes with differnt types is now supported
`#2393 https://github.com/xtensor-stack/xtensor/pull/2393`
- Ported tests to doctest
`#2405 https://github.com/xtensor-stack/xtensor/pull/2405`
- Updated docs of argmin and argmax
`#2425 https://github.com/xtensor-stack/xtensor/pull/2425`
- blockwise reducers intital implementation
`#2415 https://github.com/xtensor-stack/xtensor/pull/2415`
- Fixed comparison of double in some tests
`#2436 https://github.com/xtensor-stack/xtensor/pull/2436`
- Upgraded to xsimd 8
`#2438 https://github.com/xtensor-stack/xtensor/pull/2438`

0.23.10
-------

Expand Down
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: xtensor
channels:
- conda-forge
dependencies:
- xtensor=0.23.10
- xtensor-blas=0.19.1
- xeus-cling=0.12.1
- xtensor=0.24.0
- xtensor-blas=0.20.0
- xeus-cling=0.13.0
4 changes: 2 additions & 2 deletions include/xtensor/xtensor_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#define XTENSOR_CONFIG_HPP

#define XTENSOR_VERSION_MAJOR 0
#define XTENSOR_VERSION_MINOR 23
#define XTENSOR_VERSION_PATCH 10
#define XTENSOR_VERSION_MINOR 24
#define XTENSOR_VERSION_PATCH 0


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

0 comments on commit 825c0fd

Please sign in to comment.