Skip to content

Commit

Permalink
Release 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Feb 9, 2021
1 parent 3843a2d commit ed3cab1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ library:
| `xtensor` | `xtl` |`xsimd` (optional) |
|-----------|---------|-------------------|
| master | ^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.22.0 | ^0.6.23 | ^7.4.8 |
| 0.21.10 | ^0.6.21 | ^7.4.8 |
Expand Down
14 changes: 14 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@
Changelog
=========

0.23.1
------

- Fix compilation warnings on unused local typedefs
`#2295 https://github.com/xtensor-stack/xtensor/pull/2295`
- Disable a failing shuffle test for clang
`#2294 https://github.com/xtensor-stack/xtensor/pull/2294`
- Fix simd assign_data
`#2292 https://github.com/xtensor-stack/xtensor/pull/2292`
- Fix -Wshadow and -Wunused-local-typedef warning
`#2293 https://github.com/xtensor-stack/xtensor/pull/2293`
- Documentation improvement Part #B
`#2287 https://github.com/xtensor-stack/xtensor/pull/2287`

0.23.0
------

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: xtensor
channels:
- conda-forge
dependencies:
- xtensor=0.23.0
- xtensor=0.23.1
- xtensor-blas=0.19.0
- xeus-cling=0.12.0
- blas * *openblas"
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 23
#define XTENSOR_VERSION_PATCH 0
#define XTENSOR_VERSION_PATCH 1


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

0 comments on commit ed3cab1

Please sign in to comment.