Skip to content

Commit ed3cab1

Browse files
committed
Release 0.23.1
1 parent 3843a2d commit ed3cab1

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ library:
9393
| `xtensor` | `xtl` |`xsimd` (optional) |
9494
|-----------|---------|-------------------|
9595
| master | ^0.7.0 | ^7.4.8 |
96+
| 0.23.1 | ^0.7.0 | ^7.4.8 |
9697
| 0.23.0 | ^0.7.0 | ^7.4.8 |
9798
| 0.22.0 | ^0.6.23 | ^7.4.8 |
9899
| 0.21.10 | ^0.6.21 | ^7.4.8 |

docs/source/changelog.rst

+14
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
Changelog
88
=========
99

10+
0.23.1
11+
------
12+
13+
- Fix compilation warnings on unused local typedefs
14+
`#2295 https://github.com/xtensor-stack/xtensor/pull/2295`
15+
- Disable a failing shuffle test for clang
16+
`#2294 https://github.com/xtensor-stack/xtensor/pull/2294`
17+
- Fix simd assign_data
18+
`#2292 https://github.com/xtensor-stack/xtensor/pull/2292`
19+
- Fix -Wshadow and -Wunused-local-typedef warning
20+
`#2293 https://github.com/xtensor-stack/xtensor/pull/2293`
21+
- Documentation improvement Part #B
22+
`#2287 https://github.com/xtensor-stack/xtensor/pull/2287`
23+
1024
0.23.0
1125
------
1226

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: xtensor
22
channels:
33
- conda-forge
44
dependencies:
5-
- xtensor=0.23.0
5+
- xtensor=0.23.1
66
- xtensor-blas=0.19.0
77
- xeus-cling=0.12.0
88
- blas * *openblas"

include/xtensor/xtensor_config.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
#define XTENSOR_VERSION_MAJOR 0
1414
#define XTENSOR_VERSION_MINOR 23
15-
#define XTENSOR_VERSION_PATCH 0
15+
#define XTENSOR_VERSION_PATCH 1
1616

1717

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

0 commit comments

Comments
 (0)