Skip to content

Commit f9f67d5

Browse files
committed
DOC: changelog for 0.13.1
1 parent ab249de commit f9f67d5

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

RELEASES.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
Version 0.13.1 (2020-04)
2+
===========================
3+
4+
New features
5+
------------
6+
7+
- New *amazing* slicing methods `multi_slice_*` by [@jturner314]
8+
https://github.com/rust-ndarray/ndarray/pull/717
9+
- New method `.cast()` for raw views by [@bluss]
10+
- New aliases `ArcArray1`, `ArcArray2` by [@d-dorazio]
11+
- New array constructor `from_shape_simple_fn` by [@bluss]
12+
- `Dimension::Larger` now requires `RemoveAxis` by [@TheLortex]
13+
14+
15+
Enhancements
16+
------------
17+
18+
- Remove itertools as dependency https://github.com/rust-ndarray/ndarray/pull/730
19+
- Improve `zip_mut_with` (and thus arithmetic ops) for f-order arrays by [@nilgoyette]
20+
https://github.com/rust-ndarray/ndarray/pull/754
21+
- Implement `fold` for `IndicesIter` by [@jturner314]
22+
23+
API changes
24+
-----------
25+
26+
- Remove alignment restriction on raw views by [@jturner314]
27+
https://github.com/rust-ndarray/ndarray/pull/738
28+
29+
Other changes
30+
-------------
31+
32+
- Fix documentation in ndarray for numpy users by [@jturner314]
33+
- Improve blas version documentation by [@jturner314]
34+
- Doc improvements by [@mockersf] https://github.com/rust-ndarray/ndarray/pull/751
35+
- Doc and lint related improvements by [@viniciusd] https://github.com/rust-ndarray/ndarray/pull/750
36+
- Release management by [@bluss]
37+
38+
139
Version 0.13.0 (2019-09-23)
240
===========================
341

@@ -895,3 +933,8 @@ Earlier releases
895933
[@termoshtt]: https://github.com/termoshtt
896934
[@rth]: https://github.com/rth
897935
[@nitsky]: https://github.com/nitsky
936+
[@d-dorazio]: https://github.com/d-dorazio
937+
[@nilgoyette]: https://github.com/nilgoyette
938+
[@TheLortex]: https://github.com/TheLortex
939+
[@mockersf]: https://github.com/mockersf
940+
[@viniciusd]: https://github.com/viniciusd

0 commit comments

Comments
 (0)