@@ -14,7 +14,10 @@ New features
1414 https://github.com/rust-ndarray/ndarray/pull/728
1515- ` Dimension::Larger ` now requires ` RemoveAxis ` by [ @TheLortex ]
1616 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
1821
1922Enhancements
2023------------
@@ -25,6 +28,8 @@ Enhancements
2528 https://github.com/rust-ndarray/ndarray/pull/754
2629- Implement ` fold ` for ` IndicesIter ` by [ @jturner314 ]
2730 https://github.com/rust-ndarray/ndarray/pull/733
31+ - New Quick Start readme by [ @lifuyang ]
32+ https://github.com/rust-ndarray/ndarray/pull/785
2833
2934API changes
3035-----------
@@ -39,6 +44,9 @@ Other changes
3944- Improve blas version documentation by [ @jturner314 ]
4045- Doc improvements by [ @mockersf ] https://github.com/rust-ndarray/ndarray/pull/751
4146- 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
4250- Release management by [ @bluss ]
4351
4452
@@ -944,3 +952,4 @@ Earlier releases
944952[ @TheLortex ] : https://github.com/TheLortex
945953[ @mockersf ] : https://github.com/mockersf
946954[ @viniciusd ] : https://github.com/viniciusd
955+ [ @lifuyang ] : https://github.com/liufuyang
0 commit comments