Skip to content

Commit e080d62

Browse files
committed
Release version 0.15.6
1 parent 853384a commit e080d62

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "ndarray"
4-
version = "0.15.5"
4+
version = "0.15.6"
55
edition = "2018"
66
rust-version = "1.49"
77
authors = [

RELEASES.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
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+
130
Version 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

Comments
 (0)