|
| 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 | + |
1 | 20 | Version 0.15.4 (2021-11-23)
|
2 | 21 | ===========================
|
3 | 22 |
|
@@ -1562,14 +1581,17 @@ Earlier releases
|
1562 | 1581 | [@LeSeulArtichaut]: https://github.com/LeSeulArtichaut
|
1563 | 1582 | [@lifuyang]: https://github.com/liufuyang
|
1564 | 1583 | [@kdubovikov]: https://github.com/kdubovikov
|
| 1584 | +[@makotokato]: https://github.com/makotokato |
1565 | 1585 | [@max-sixty]: https://github.com/max-sixty
|
1566 | 1586 | [@mneumann]: https://github.com/mneumann
|
1567 | 1587 | [@mockersf]: https://github.com/mockersf
|
1568 | 1588 | [@nilgoyette]: https://github.com/nilgoyette
|
1569 | 1589 | [@nitsky]: https://github.com/nitsky
|
| 1590 | +[@Rikorose]: https://github.com/Rikorose |
1570 | 1591 | [@rth]: https://github.com/rth
|
1571 | 1592 | [@sebasv]: https://github.com/sebasv
|
1572 | 1593 | [@SparrowLii]: https://github.com/SparrowLii
|
| 1594 | +[@steffahn]: https://github.com/steffahn |
1573 | 1595 | [@stokhos]: https://github.com/stokhos
|
1574 | 1596 | [@termoshtt]: https://github.com/termoshtt
|
1575 | 1597 | [@TheLortex]: https://github.com/TheLortex
|
|
0 commit comments