File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ library:
84
84
| ` xtensor ` | ` xtl ` | ` xsimd ` (optional) |
85
85
| -----------| ---------| -------------------|
86
86
| master | ^0.7.0 | ^7.4.8 |
87
+ | 0.23.9 | ^0.7.0 | ^7.4.8 |
87
88
| 0.23.8 | ^0.7.0 | ^7.4.8 |
88
89
| 0.23.7 | ^0.7.0 | ^7.4.8 |
89
90
| 0.23.6 | ^0.7.0 | ^7.4.8 |
Original file line number Diff line number Diff line change 7
7
Changelog
8
8
=========
9
9
10
+ 0.23.9
11
+ ------
12
+
13
+ - Fix data_offset method in xview to compute the strides only once
14
+ `#2371 https://github.com/xtensor-stack/xtensor/pull/2371 `
15
+
10
16
0.23.8
11
17
------
12
18
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: xtensor
2
2
channels :
3
3
- conda-forge
4
4
dependencies :
5
- - xtensor=0.23.8
5
+ - xtensor=0.23.9
6
6
- xtensor-blas=0.19.1
7
- - xeus-cling=0.12.0
7
+ - xeus-cling=0.12.1
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 8
15
+ #define XTENSOR_VERSION_PATCH 9
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