File tree 4 files changed +17
-2
lines changed
4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ library:
93
93
| ` xtensor ` | ` xtl ` | ` xsimd ` (optional) |
94
94
| -----------| ---------| -------------------|
95
95
| master | ^0.7.0 | ^7.4.8 |
96
+ | 0.23.1 | ^0.7.0 | ^7.4.8 |
96
97
| 0.23.0 | ^0.7.0 | ^7.4.8 |
97
98
| 0.22.0 | ^0.6.23 | ^7.4.8 |
98
99
| 0.21.10 | ^0.6.21 | ^7.4.8 |
Original file line number Diff line number Diff line change 7
7
Changelog
8
8
=========
9
9
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
+
10
24
0.23.0
11
25
------
12
26
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: xtensor
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
- - xtensor=0.23.0
5
+ - xtensor=0.23.1
6
6
- xtensor-blas=0.19.0
7
7
- xeus-cling=0.12.0
8
8
- blas * *openblas"
Original file line number Diff line number Diff line change 12
12
13
13
#define XTENSOR_VERSION_MAJOR 0
14
14
#define XTENSOR_VERSION_MINOR 23
15
- #define XTENSOR_VERSION_PATCH 0
15
+ #define XTENSOR_VERSION_PATCH 1
16
16
17
17
18
18
// Define if the library is going to be using exceptions.
You can’t perform that action at this time.
0 commit comments