1- Version 0.15.2 (2021-xx-xx Not released yet )
2- ===========================
1+ Version 0.15.2 (2021-05-17 🇳🇴 )
2+ ================================
33
44New features
55------------
@@ -10,12 +10,15 @@ New features
1010 - ` .push_row() ` , ` .push_column() `
1111 - ` .push(axis, array) ` , ` .append(axis, array) `
1212
13+ ` stack ` , ` concatenate ` and ` .select() ` now support all ` Clone ` -able elements
14+ as a result.
15+
1316 https://github.com/rust-ndarray/ndarray/pull/932 <br >
1417 https://github.com/rust-ndarray/ndarray/pull/990
1518
1619- New reshaping method ` .to_shape(...) ` , called with new shape and optional
1720 ordering parameter, this is the first improvement for reshaping in terms of
18- added features and increased consistency. By [ @bluss ] .
21+ added features and increased consistency, with more to come . By [ @bluss ] .
1922
2023 https://github.com/rust-ndarray/ndarray/pull/982
2124
@@ -24,7 +27,7 @@ New features
2427 https://github.com/rust-ndarray/ndarray/pull/986
2528
2629- New methods ` .move_into() ` and ` .move_into_uninit() ` which allow assigning
27- into an array by moving values into them , by [ @bluss ] .
30+ into an array by moving values from an array into another , by [ @bluss ] .
2831
2932 https://github.com/rust-ndarray/ndarray/pull/932 <br >
3033 https://github.com/rust-ndarray/ndarray/pull/997
@@ -81,6 +84,10 @@ Other changes
8184 https://github.com/rust-ndarray/ndarray/pull/971 <br >
8285 https://github.com/rust-ndarray/ndarray/pull/974
8386
87+ - A little refactoring to reduce generics bloat in a few places by [ @bluss ] .
88+
89+ https://github.com/rust-ndarray/ndarray/pull/1004
90+
8491
8592Version 0.15.1 (2021-03-29)
8693===========================
0 commit comments