|
7 | 7 | Changelog |
8 | 8 | ========= |
9 | 9 |
|
| 10 | +0.24.4 |
| 11 | +------ |
| 12 | + |
| 13 | +- Align qualifiers using clang-format |
| 14 | + `# 2647 https://github.com/xtensor-stack/xtensor/pull/2647` |
| 15 | +- Add xt::quantile |
| 16 | + `# 2614 https://github.com/xtensor-stack/xtensor/pull/2614` |
| 17 | +- Add swapaxes and moveaxis |
| 18 | + `# 2638 https://github.com/xtensor-stack/xtensor/pull/2638` |
| 19 | +- Enforce { ... } |
| 20 | + `# 2641 https://github.com/xtensor-stack/xtensor/pull/2641` |
| 21 | +- Manual style fixes |
| 22 | + `# 2642 https://github.com/xtensor-stack/xtensor/pull/2642` |
| 23 | +- Do not step further than last element in xreducer_stepper aggregation |
| 24 | + `# 2636 https://github.com/xtensor-stack/xtensor/pull/2636` |
| 25 | +- Upgraded to xsimd 10.0.0 |
| 26 | + `# 2635 https://github.com/xtensor-stack/xtensor/pull/2635` |
| 27 | +- Explicitly declare test_xtensor_core_lib as STATIC |
| 28 | + `# 2586 https://github.com/xtensor-stack/xtensor/pull/2586` |
| 29 | +- fix npy_file move assignment |
| 30 | + `# 2585 https://github.com/xtensor-stack/xtensor/pull/2585` |
| 31 | +- Install as arch-independent |
| 32 | + `# 2588 https://github.com/xtensor-stack/xtensor/pull/2588` |
| 33 | +- Change extended tests test header |
| 34 | + `# 2630 https://github.com/xtensor-stack/xtensor/pull/2630` |
| 35 | +- argmax crashes when compiled using Visual Studio compiler with O1/O2 optimizations |
| 36 | + `# 2568 https://github.com/xtensor-stack/xtensor/pull/2568` |
| 37 | +- Fix xindexed_view::to_end |
| 38 | + `# 2627 https://github.com/xtensor-stack/xtensor/pull/2627` |
| 39 | +- Change xindex_view reference type to handle const data |
| 40 | + `# 2622 https://github.com/xtensor-stack/xtensor/pull/2622` |
| 41 | +- Fix TBB target in CMake exported interface |
| 42 | + `# 2617 https://github.com/xtensor-stack/xtensor/pull/2617` |
| 43 | +- Document missing xsort functions |
| 44 | + `# 2608 https://github.com/xtensor-stack/xtensor/pull/2608` |
| 45 | +- Specialize get_strides_type for xbuffer_adaptor |
| 46 | + `# 2606 https://github.com/xtensor-stack/xtensor/pull/2606` |
| 47 | +- find external packages (threads) after defining project |
| 48 | + `# 2575 https://github.com/xtensor-stack/xtensor/pull/2575` |
| 49 | + |
10 | 50 | 0.24.3 |
11 | 51 | ------ |
12 | 52 |
|
|
0 commit comments