File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed
Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ library:
8484| ` xtensor ` | ` xtl ` | ` xsimd ` (optional) |
8585| -----------| ---------| -------------------|
8686| master | ^0.7.0 | ^7.4.8 |
87+ | 0.23.6 | ^0.7.0 | ^7.4.8 |
8788| 0.23.5 | ^0.7.0 | ^7.4.8 |
8889| 0.23.4 | ^0.7.0 | ^7.4.8 |
8990| 0.23.3 | ^0.7.0 | ^7.4.8 |
Original file line number Diff line number Diff line change 77 Changelog
88=========
99
10+ 0.23.6
11+ ------
12+
13+ - Update installation instructions to mention mamba
14+ `#2357 https://github.com/xtensor-stack/xtensor/pull/2357 `
15+ - Fixed grid_shape return type
16+ `#2360 https://github.com/xtensor-stack/xtensor/pull/2360 `
17+ - Added assertion in resize method
18+ `#2361 https://github.com/xtensor-stack/xtensor/pull/2361 `
19+ - Added const chunk iterators
20+ `#2362 https://github.com/xtensor-stack/xtensor/pull/2362 `
21+ - Fixed chunk assignment
22+ `#2363 https://github.com/xtensor-stack/xtensor/pull/2363 `
23+
10240.23.5
1125------
1226
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: xtensor
22channels :
33 - conda-forge
44dependencies :
5- - xtensor=0.23.5
5+ - xtensor=0.23.6
66 - xtensor-blas=0.19.1
77 - xeus-cling=0.12.0
Original file line number Diff line number Diff line change 1212
1313#define XTENSOR_VERSION_MAJOR 0
1414#define XTENSOR_VERSION_MINOR 23
15- #define XTENSOR_VERSION_PATCH 5
15+ #define XTENSOR_VERSION_PATCH 6
1616
1717
1818// Define if the library is going to be using exceptions.
You can’t perform that action at this time.
0 commit comments