@@ -14,7 +14,10 @@ New features
14
14
https://github.com/rust-ndarray/ndarray/pull/728
15
15
- ` Dimension::Larger ` now requires ` RemoveAxis ` by [ @TheLortex ]
16
16
https://github.com/rust-ndarray/ndarray/pull/792
17
-
17
+ - New methods for collecting Zip into an array by [ @bluss ]
18
+ https://github.com/rust-ndarray/ndarray/pull/797
19
+ - New ` Array::maybe_uninit ` and ` .assume_init() ` by [ @bluss ]
20
+ https://github.com/rust-ndarray/ndarray/pull/803
18
21
19
22
Enhancements
20
23
------------
@@ -25,6 +28,8 @@ Enhancements
25
28
https://github.com/rust-ndarray/ndarray/pull/754
26
29
- Implement ` fold ` for ` IndicesIter ` by [ @jturner314 ]
27
30
https://github.com/rust-ndarray/ndarray/pull/733
31
+ - New Quick Start readme by [ @lifuyang ]
32
+ https://github.com/rust-ndarray/ndarray/pull/785
28
33
29
34
API changes
30
35
-----------
@@ -39,6 +44,9 @@ Other changes
39
44
- Improve blas version documentation by [ @jturner314 ]
40
45
- Doc improvements by [ @mockersf ] https://github.com/rust-ndarray/ndarray/pull/751
41
46
- Doc and lint related improvements by [ @viniciusd ] https://github.com/rust-ndarray/ndarray/pull/750
47
+ - Minor fixes related to best practices for unsafe code by [ @bluss ]
48
+ https://github.com/rust-ndarray/ndarray/pull/799
49
+ https://github.com/rust-ndarray/ndarray/pull/802
42
50
- Release management by [ @bluss ]
43
51
44
52
@@ -944,3 +952,4 @@ Earlier releases
944
952
[ @TheLortex ] : https://github.com/TheLortex
945
953
[ @mockersf ] : https://github.com/mockersf
946
954
[ @viniciusd ] : https://github.com/viniciusd
955
+ [ @lifuyang ] : https://github.com/liufuyang
0 commit comments