@@ -4,18 +4,25 @@ Version 0.14.0 (2020-11-28)
44New features
55------------
66
7- - ` Zip::apply_collect ` and ` Zip::par_apply_collect ` now supports general
8- elements (not just ` Copy ` )
7+ - ` Zip::apply_collect ` and ` Zip::par_apply_collect ` now support all
8+ elements (not just ` Copy ` elements) by [ @bluss ]
9+ https://github.com/rust-ndarray/ndarray/pull/814
910 https://github.com/rust-ndarray/ndarray/pull/817
10- - New function ` stack ` (new behaviour!) by [ @andrei-papou ]
11+
12+ - New function ` stack ` by [ @andrei-papou ]
13+ https://github.com/rust-ndarray/ndarray/pull/844
14+ https://github.com/rust-ndarray/ndarray/pull/850
1115
1216Enhancements
1317------------
1418
15- - Handle inhomogenous shape inputs better in Zip, in practice, guess better whether
19+ - Handle inhomogenous shape inputs better in Zip, in practice: guess better whether
1620 to prefer c- or f-order for the inner loop by [ @bluss ]
1721 https://github.com/rust-ndarray/ndarray/pull/809
1822
23+ - Improve code sharing in some commonly used code by [ @bluss ]
24+ https://github.com/rust-ndarray/ndarray/pull/819
25+
1926API changes
2027-----------
2128
@@ -28,6 +35,9 @@ API changes
2835
2936 This change was unfortunately done without a deprecation period, due to the long period between releases.
3037
38+ https://github.com/rust-ndarray/ndarray/pull/844
39+ https://github.com/rust-ndarray/ndarray/pull/850
40+
3141- Enum ErrorKind is now properly non-exhaustive and has lost its old placeholder invalid variant. By [ @Zuse64 ]
3242 https://github.com/rust-ndarray/ndarray/pull/848
3343
@@ -39,7 +49,8 @@ API changes
3949 - Removed ` into_subview ` use ` index_axis_move `
4050 - Removed ` subview ` use ` index_axis `
4151 - Removed ` slice_inplace ` use ` slice_collapse `
42- - Undeprecate ` remove_axis ` because its replacement is hard to find out on your own.
52+
53+ - Undeprecated ` remove_axis ` because its replacement is hard to find out on your own.
4354
4455- Update public external dependencies to new versions by [ @Eijebong ] and [ @bluss ]
4556
@@ -62,6 +73,8 @@ Other changes
6273
6374- The minimum required rust version is Rust 1.42.
6475
76+ - Release management by [ @bluss ]
77+
6578Version 0.13.1 (2020-04-21)
6679===========================
6780
@@ -1020,3 +1033,4 @@ Earlier releases
10201033[ @Eijebong ] : https://github.com/Eijebong
10211034[ @andrei-papou ] : https://github.com/andrei-papou
10221035[ @xd009642 ] : https://github.com/xd009642
1036+ [ @Zuse64 ] : https://github.com/Zuse64
0 commit comments