|
7 | 7 | Changelog |
8 | 8 | ========= |
9 | 9 |
|
| 10 | +0.22.0 |
| 11 | +------ |
| 12 | + |
| 13 | +Breaking changes |
| 14 | +~~~~~~~~~~~~~~~~ |
| 15 | + |
| 16 | +- Drop support of 3.* Clang versions |
| 17 | + `#2251 <https://github.com/xtensor-stack/xtensor/pull/2251>`_ |
| 18 | +- Fix reducers assignment |
| 19 | + `#2254 <https://github.com/xtensor-stack/xtensor/pull/2254>`_ |
| 20 | +- Removed reducer ``big_promote_type`` |
| 21 | + `#2277 <https://github.com/xtensor-stack/xtensor/pull/2277>`_ |
| 22 | + |
| 23 | +Other changes |
| 24 | +~~~~~~~~~~~~~ |
| 25 | + |
| 26 | +- Improve histogram performance with equal bin sizes |
| 27 | + `#2088 <https://github.com/xtensor-stack/xtensor/pull/2088>`_ |
| 28 | +- Added missing header in xfixed |
| 29 | + `#2225 <https://github.com/xtensor-stack/xtensor/pull/2225>`_ |
| 30 | +- Implement xt::random::choice with weights vector |
| 31 | + `#2241 <https://github.com/xtensor-stack/xtensor/pull/2241>`_ |
| 32 | +- Testing alignment |
| 33 | + `#2246 <https://github.com/xtensor-stack/xtensor/pull/2246>`_ |
| 34 | +- Add reducers tests |
| 35 | + `#2252 <https://github.com/xtensor-stack/xtensor/pull/2252>`_ |
| 36 | +- Fix binary operators on complex |
| 37 | + `#2253 <https://github.com/xtensor-stack/xtensor/pull/2253>`_ |
| 38 | +- Removed not implemented assign method from xchunked_array |
| 39 | + `#2256 <https://github.com/xtensor-stack/xtensor/pull/2256>`_ |
| 40 | +- Support initialized list for chunked_array shapes |
| 41 | + `#2258 <https://github.com/xtensor-stack/xtensor/pull/2258>`_ |
| 42 | +- Add as_strided free function |
| 43 | + `#2261 <https://github.com/xtensor-stack/xtensor/pull/2261>`_ |
| 44 | +- Fix histogram compatibility with containers beyond xtensor |
| 45 | + `#2263 <https://github.com/xtensor-stack/xtensor/pull/2263>`_ |
| 46 | +- Fixed broadcasting with keep_slice that holds a single element |
| 47 | + `#2270 <https://github.com/xtensor-stack/xtensor/pull/2270>`_ |
| 48 | +- Make xt::cast and xtl::optional compatible |
| 49 | + `#2271 <https://github.com/xtensor-stack/xtensor/pull/2271>`_ |
| 50 | +- Fix minor warnings detected by clang |
| 51 | + `#2272 <https://github.com/xtensor-stack/xtensor/pull/2272>`_ |
| 52 | +- Extra assert in mean computation wrt. ddof |
| 53 | + `#2273 <https://github.com/xtensor-stack/xtensor/pull/2273>`_ |
| 54 | +- Provide a -Werror mode and ensure xtensor passes with it |
| 55 | + `#2274 <https://github.com/xtensor-stack/xtensor/pull/2274>`_ |
| 56 | +- Moved layout_remove_any to xlayout.hpp |
| 57 | + `#2275 <https://github.com/xtensor-stack/xtensor/pull/2275>`_ |
| 58 | +- Provide a -Werror mode and ensure xtensor passes with it |
| 59 | + `#2274 <https://github.com/xtensor-stack/xtensor/pull/2274>`_ |
| 60 | +- Slight reorganization of the documentation |
| 61 | + `#2276 <https://github.com/xtensor-stack/xtensor/pull/2276>`_ |
| 62 | +- Updated reducer docs according to recent changes |
| 63 | + `#2278 <https://github.com/xtensor-stack/xtensor/pull/2278>`_ |
| 64 | +- Added template parameter for initial value type in accumulators |
| 65 | + `#2279 <https://github.com/xtensor-stack/xtensor/pull/2279>`_ |
| 66 | + |
10 | 67 | 0.21.10 |
11 | 68 | ------- |
12 | 69 |
|
|
0 commit comments