File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 Changelog
88=========
99
10- 0.25.5
10+ 0.24.6
11+ ------
12+
13+ - Improving documentation xstrides
14+ `# 2664 https://github.com/xtensor-stack/xtensor/pull/2664 `
15+ - Parallel and more aggressive strided assigner
16+ `# 2660 https://github.com/xtensor-stack/xtensor/pull/2660 `
17+ - Removing duplicates from documentation
18+ `# 2669 https://github.com/xtensor-stack/xtensor/pull/2669 `
19+ - Adding aliases xt::xtensor_pointer and xt: :xarray_pointer
20+ `# 2665 https://github.com/xtensor-stack/xtensor/pull/2665 `
21+ - Fix and refactor partition
22+ `# 2652 https://github.com/xtensor-stack/xtensor/pull/2652 `
23+ - Fix and update pre-commit
24+ `# 2657 https://github.com/xtensor-stack/xtensor/pull/2657 `
25+
26+ 0.24.5
1127------
1228
1329- Add space before pragma diagnostic
14- `# 2654 https://github.com/xtensor-stack/xtensor/pull/2654 ` - Update xtl requirement in cmake
30+ `# 2654 https://github.com/xtensor-stack/xtensor/pull/2654 `
31+ - Update xtl requirement in cmake
1532 `# 2649 https://github.com/xtensor-stack/xtensor/pull/2649 `
1633- Fix a bug where .fill doesn't work for a xcontainer that is non-contiguous
1734 `# 2650 https://github.com/xtensor-stack/xtensor/pull/2650 `
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ name: xtensor
22channels :
33- conda-forge
44dependencies :
5- - xtensor=0.24.5
5+ - xtensor=0.24.6
66- xtensor-blas=0.20.0
77- xeus-cling=0.15.0
Original file line number Diff line number Diff line change 1212
1313#define XTENSOR_VERSION_MAJOR 0
1414#define XTENSOR_VERSION_MINOR 24
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