Skip to content

Commit 1063148

Browse files
committed
Release version 0.15.5
1 parent f41ed03 commit 1063148

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "ndarray"
4-
version = "0.15.4"
4+
version = "0.15.5"
55
edition = "2018"
66
authors = [
77
"Ulrik Sverdrup \"bluss\"",

RELEASES.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
Version 0.15.5 (2022-07-30)
2+
===========================
3+
4+
Enhancements
5+
------------
6+
7+
- The `s!` macro now works in `no_std` environments, by [@makotokato].
8+
9+
https://github.com/rust-ndarray/ndarray/pull/1154
10+
11+
Other changes
12+
-------------
13+
14+
- Improve docs and fix typos, by [@steffahn] and [@Rikorose].
15+
16+
https://github.com/rust-ndarray/ndarray/pull/1134
17+
https://github.com/rust-ndarray/ndarray/pull/1164
18+
19+
120
Version 0.15.4 (2021-11-23)
221
===========================
322

@@ -1562,14 +1581,17 @@ Earlier releases
15621581
[@LeSeulArtichaut]: https://github.com/LeSeulArtichaut
15631582
[@lifuyang]: https://github.com/liufuyang
15641583
[@kdubovikov]: https://github.com/kdubovikov
1584+
[@makotokato]: https://github.com/makotokato
15651585
[@max-sixty]: https://github.com/max-sixty
15661586
[@mneumann]: https://github.com/mneumann
15671587
[@mockersf]: https://github.com/mockersf
15681588
[@nilgoyette]: https://github.com/nilgoyette
15691589
[@nitsky]: https://github.com/nitsky
1590+
[@Rikorose]: https://github.com/Rikorose
15701591
[@rth]: https://github.com/rth
15711592
[@sebasv]: https://github.com/sebasv
15721593
[@SparrowLii]: https://github.com/SparrowLii
1594+
[@steffahn]: https://github.com/steffahn
15731595
[@stokhos]: https://github.com/stokhos
15741596
[@termoshtt]: https://github.com/termoshtt
15751597
[@TheLortex]: https://github.com/TheLortex

0 commit comments

Comments
 (0)