Skip to content

Commit ca10200

Browse files
committed
DOC: Add to 0.13.1 changelog
1 parent 684b9c4 commit ca10200

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

RELEASES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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

1922
Enhancements
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

2934
API 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

Comments
 (0)