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
+
1
30
Version 0.15.5 (2022-07-30)
2
31
===========================
3
32
@@ -1561,6 +1590,8 @@ Earlier releases
1561
1590
- Starting point for evolution to come
1562
1591
1563
1592
1593
+ [ @adamreichold ] : https://github.com/adamreichold
1594
+ [ @aganders3 ] : https://github.com/aganders3
1564
1595
[ @bluss ] : https://github.com/bluss
1565
1596
[ @jturner314 ] : https://github.com/jturner314
1566
1597
[ @LukeMathWalker ] : https://github.com/LukeMathWalker
@@ -1575,6 +1606,7 @@ Earlier releases
1575
1606
[ @ethanhs ] : https://github.com/ethanhs
1576
1607
[ @d-dorazio ] : https://github.com/d-dorazio
1577
1608
[ @Eijebong ] : https://github.com/Eijebong
1609
+ [ @HyeokSuLee ] : https://github.com/HyeokSuLee
1578
1610
[ @insideoutclub ] : https://github.com/insideoutclub
1579
1611
[ @JP-Ellis ] : https://github.com/JP-Ellis
1580
1612
[ @jimblandy ] : https://github.com/jimblandy
0 commit comments