1+ Version 0.15.6 (2022-07-30)
2+ ===========================
3+
4+ New features
5+ ------------
6+
7+ - Add ` get_ptr ` and ` get_mut_ptr ` methods for getting an element's pointer from
8+ an index, by [ @adamreichold ] .
9+
10+ https://github.com/rust-ndarray/ndarray/pull/1151
11+
12+ Other changes
13+ -------------
14+
15+ - Various fixes to resolve compiler and Clippy warnings/errors, by [ @aganders3 ]
16+ and [ @jturner314 ] .
17+
18+ https://github.com/rust-ndarray/ndarray/pull/1171
19+
20+ - Fix description of ` stack! ` in quick start docs, by [ @jturner314 ] . Thanks to
21+ [ @HyeokSuLee ] for pointing out the issue.
22+
23+ https://github.com/rust-ndarray/ndarray/pull/1156
24+
25+ - Add MSRV to ` Cargo.toml ` .
26+
27+ https://github.com/rust-ndarray/ndarray/pull/1191
28+
29+
130Version 0.15.5 (2022-07-30)
231===========================
332
@@ -1561,6 +1590,8 @@ Earlier releases
15611590 - Starting point for evolution to come
15621591
15631592
1593+ [ @adamreichold ] : https://github.com/adamreichold
1594+ [ @aganders3 ] : https://github.com/aganders3
15641595[ @bluss ] : https://github.com/bluss
15651596[ @jturner314 ] : https://github.com/jturner314
15661597[ @LukeMathWalker ] : https://github.com/LukeMathWalker
@@ -1575,6 +1606,7 @@ Earlier releases
15751606[ @ethanhs ] : https://github.com/ethanhs
15761607[ @d-dorazio ] : https://github.com/d-dorazio
15771608[ @Eijebong ] : https://github.com/Eijebong
1609+ [ @HyeokSuLee ] : https://github.com/HyeokSuLee
15781610[ @insideoutclub ] : https://github.com/insideoutclub
15791611[ @JP-Ellis ] : https://github.com/JP-Ellis
15801612[ @jimblandy ] : https://github.com/jimblandy
0 commit comments