|
7 | 7 | Changelog
|
8 | 8 | =========
|
9 | 9 |
|
| 10 | +0.26.0 |
| 11 | +------ |
| 12 | + |
| 13 | +- Adding the ability to enable memory overlap check in assignment to avoid unneeded temporary memory allocation |
| 14 | + `# 2768 https://github.com/xtensor-stack/xtensor/pull/2768` |
| 15 | +- Pure xtensor FFT implementation |
| 16 | + `# 2782 https://github.com/xtensor-stack/xtensor/pull/2782` |
| 17 | +- Update for C++ 20 compatibility |
| 18 | + `# 2774 https://github.com/xtensor-stack/xtensor/pull/2774` |
| 19 | +- Fixed CI added OSX 13 and GCC 12 |
| 20 | + `# 2796 https://github.com/xtensor-stack/xtensor/pull/2796` |
| 21 | +- Fix compile issue with clang 19.1.1 |
| 22 | + `# 2813 https://github.com/xtensor-stack/xtensor/pull/2813` |
| 23 | +- Avoid warnings in compiler version checks |
| 24 | + `# 2781 https://github.com/xtensor-stack/xtensor/pull/2781` |
| 25 | +- Bump OSX Version 12 -> 13 to avoid deprecated environment |
| 26 | + `# 2818 https://github.com/xtensor-stack/xtensor/pull/2818` |
| 27 | +- Update gh-pages.yml |
| 28 | + `# 2824 https://github.com/xtensor-stack/xtensor/pull/2824` |
| 29 | +- Upgraded to xsimd 13.2.0 |
| 30 | + `# 2825 https://github.com/xtensor-stack/xtensor/pull/2825` |
| 31 | +- Added missing configuration key for RTD |
| 32 | + `# 2826 https://github.com/xtensor-stack/xtensor/pull/2826` |
| 33 | +- Code reorganization |
| 34 | + `# 2829 https://github.com/xtensor-stack/xtensor/pull/2829` |
| 35 | +- Adding fix for incorrect usage of xt::has_assign_conversion in xassig |
| 36 | + `# 2830 https://github.com/xtensor-stack/xtensor/pull/2830` |
| 37 | +- Upgraded to xtl 0.8.0 and C++17 |
| 38 | + `# 2831 https://github.com/xtensor-stack/xtensor/pull/2831` |
| 39 | +- Migrated to more recent compilers |
| 40 | + `# 2832 https://github.com/xtensor-stack/xtensor/pull/2832` |
| 41 | +- Fix for Clang19 |
| 42 | + `# 2833 https://github.com/xtensor-stack/xtensor/pull/2833` |
| 43 | + |
10 | 44 | 0.25.0
|
11 | 45 | ------
|
12 | 46 |
|
|
0 commit comments