Skip to content

Commit

Permalink
Release version 0.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner314 committed Jul 30, 2022
1 parent 853384a commit e080d62
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]

name = "ndarray"
version = "0.15.5"
version = "0.15.6"
edition = "2018"
rust-version = "1.49"
authors = [
Expand Down
32 changes: 32 additions & 0 deletions RELEASES.md
@@ -1,3 +1,32 @@
Version 0.15.6 (2022-07-30)
===========================

New features
------------

- Add `get_ptr` and `get_mut_ptr` methods for getting an element's pointer from
an index, by [@adamreichold].

https://github.com/rust-ndarray/ndarray/pull/1151

Other changes
-------------

- Various fixes to resolve compiler and Clippy warnings/errors, by [@aganders3]
and [@jturner314].

https://github.com/rust-ndarray/ndarray/pull/1171

- Fix description of `stack!` in quick start docs, by [@jturner314]. Thanks to
[@HyeokSuLee] for pointing out the issue.

https://github.com/rust-ndarray/ndarray/pull/1156

- Add MSRV to `Cargo.toml`.

https://github.com/rust-ndarray/ndarray/pull/1191


Version 0.15.5 (2022-07-30)
===========================

Expand Down Expand Up @@ -1561,6 +1590,8 @@ Earlier releases
- Starting point for evolution to come


[@adamreichold]: https://github.com/adamreichold
[@aganders3]: https://github.com/aganders3
[@bluss]: https://github.com/bluss
[@jturner314]: https://github.com/jturner314
[@LukeMathWalker]: https://github.com/LukeMathWalker
Expand All @@ -1575,6 +1606,7 @@ Earlier releases
[@ethanhs]: https://github.com/ethanhs
[@d-dorazio]: https://github.com/d-dorazio
[@Eijebong]: https://github.com/Eijebong
[@HyeokSuLee]: https://github.com/HyeokSuLee
[@insideoutclub]: https://github.com/insideoutclub
[@JP-Ellis]: https://github.com/JP-Ellis
[@jimblandy]: https://github.com/jimblandy
Expand Down

0 comments on commit e080d62

Please sign in to comment.