|
7 | 7 | Changelog |
8 | 8 | ========= |
9 | 9 |
|
| 10 | +0.25.0 |
| 11 | +------ |
| 12 | + |
| 13 | +- Fix conversion warning in xrepeat |
| 14 | + `# 2732 https://github.com/xtensor-stack/xtensor/pull/2732` |
| 15 | +- Upraded to xsimd 11 |
| 16 | + `# 2735 https://github.com/xtensor-stack/xtensor/pull/2735` |
| 17 | +- Update to use XTENSOR_DEFAULT_ALIGNMENT when using XSIMD |
| 18 | + `# 2739 https://github.com/xtensor-stack/xtensor/pull/2739` |
| 19 | +- Removed failing test xinfo on clang 16 |
| 20 | + `# 2740 https://github.com/xtensor-stack/xtensor/pull/2740` |
| 21 | +- [CI] Switching to mamba-org/setup-micromamba |
| 22 | + `# 2742 https://github.com/xtensor-stack/xtensor/pull/2742` |
| 23 | +- Bump cmake version and resolve build issues |
| 24 | + `# 2744 https://github.com/xtensor-stack/xtensor/pull/2744` |
| 25 | +- Make reshape_view accept -1 as a wildcard dimension |
| 26 | + `# 2746 https://github.com/xtensor-stack/xtensor/pull/2746` |
| 27 | +- Fixing bug in argmin/argmax called with axis on rank-1 container |
| 28 | + `# 2753 https://github.com/xtensor-stack/xtensor/pull/2753` |
| 29 | +- pre-commit autoupdate |
| 30 | + `# 2754 https://github.com/xtensor-stack/xtensor/pull/2754` |
| 31 | +- Use L suffix for long double constants |
| 32 | + `# 2762 https://github.com/xtensor-stack/xtensor/pull/2762` |
| 33 | +- Use 1/4 step for testing arange |
| 34 | + `# 2763 https://github.com/xtensor-stack/xtensor/pull/2763` |
| 35 | +- [Optimization] Updated concatenate_access and stack_access to remove allocations |
| 36 | + `# 2759 https://github.com/xtensor-stack/xtensor/pull/2759` |
| 37 | +- [CI] Added more compilers |
| 38 | + `# 2767 https://github.com/xtensor-stack/xtensor/pull/2767` |
| 39 | +- Minor xindex_view to_array cleanup |
| 40 | + `# 2765 https://github.com/xtensor-stack/xtensor/pull/2765` |
| 41 | + |
10 | 42 | 0.24.7 |
11 | 43 | ------ |
12 | 44 |
|
|
0 commit comments