@@ -4,18 +4,25 @@ Version 0.14.0 (2020-11-28)
4
4
New features
5
5
------------
6
6
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
9
10
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
11
15
12
16
Enhancements
13
17
------------
14
18
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
16
20
to prefer c- or f-order for the inner loop by [ @bluss ]
17
21
https://github.com/rust-ndarray/ndarray/pull/809
18
22
23
+ - Improve code sharing in some commonly used code by [ @bluss ]
24
+ https://github.com/rust-ndarray/ndarray/pull/819
25
+
19
26
API changes
20
27
-----------
21
28
@@ -28,6 +35,9 @@ API changes
28
35
29
36
This change was unfortunately done without a deprecation period, due to the long period between releases.
30
37
38
+ https://github.com/rust-ndarray/ndarray/pull/844
39
+ https://github.com/rust-ndarray/ndarray/pull/850
40
+
31
41
- Enum ErrorKind is now properly non-exhaustive and has lost its old placeholder invalid variant. By [ @Zuse64 ]
32
42
https://github.com/rust-ndarray/ndarray/pull/848
33
43
@@ -39,7 +49,8 @@ API changes
39
49
- Removed ` into_subview ` use ` index_axis_move `
40
50
- Removed ` subview ` use ` index_axis `
41
51
- 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.
43
54
44
55
- Update public external dependencies to new versions by [ @Eijebong ] and [ @bluss ]
45
56
@@ -62,6 +73,8 @@ Other changes
62
73
63
74
- The minimum required rust version is Rust 1.42.
64
75
76
+ - Release management by [ @bluss ]
77
+
65
78
Version 0.13.1 (2020-04-21)
66
79
===========================
67
80
@@ -1020,3 +1033,4 @@ Earlier releases
1020
1033
[ @Eijebong ] : https://github.com/Eijebong
1021
1034
[ @andrei-papou ] : https://github.com/andrei-papou
1022
1035
[ @xd009642 ] : https://github.com/xd009642
1036
+ [ @Zuse64 ] : https://github.com/Zuse64
0 commit comments