Skip to content

Commit bc81c51

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

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

RELEASES.md

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,47 @@
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+
https://github.com/rust-ndarray/ndarray/pull/734
11+
- New aliases `ArcArray1`, `ArcArray2` by [@d-dorazio]
12+
https://github.com/rust-ndarray/ndarray/pull/741
13+
- New array constructor `from_shape_simple_fn` by [@bluss]
14+
https://github.com/rust-ndarray/ndarray/pull/728
15+
- `Dimension::Larger` now requires `RemoveAxis` by [@TheLortex]
16+
https://github.com/rust-ndarray/ndarray/pull/792
17+
18+
19+
Enhancements
20+
------------
21+
22+
- Remove itertools as dependency by [@bluss]
23+
https://github.com/rust-ndarray/ndarray/pull/730
24+
- Improve `zip_mut_with` (and thus arithmetic ops) for f-order arrays by [@nilgoyette]
25+
https://github.com/rust-ndarray/ndarray/pull/754
26+
- Implement `fold` for `IndicesIter` by [@jturner314]
27+
https://github.com/rust-ndarray/ndarray/pull/733
28+
29+
API changes
30+
-----------
31+
32+
- Remove alignment restriction on raw views by [@jturner314]
33+
https://github.com/rust-ndarray/ndarray/pull/738
34+
35+
Other changes
36+
-------------
37+
38+
- Fix documentation in ndarray for numpy users by [@jturner314]
39+
- Improve blas version documentation by [@jturner314]
40+
- Doc improvements by [@mockersf] https://github.com/rust-ndarray/ndarray/pull/751
41+
- Doc and lint related improvements by [@viniciusd] https://github.com/rust-ndarray/ndarray/pull/750
42+
- Release management by [@bluss]
43+
44+
145
Version 0.13.0 (2019-09-23)
246
===========================
347

@@ -895,3 +939,8 @@ Earlier releases
895939
[@termoshtt]: https://github.com/termoshtt
896940
[@rth]: https://github.com/rth
897941
[@nitsky]: https://github.com/nitsky
942+
[@d-dorazio]: https://github.com/d-dorazio
943+
[@nilgoyette]: https://github.com/nilgoyette
944+
[@TheLortex]: https://github.com/TheLortex
945+
[@mockersf]: https://github.com/mockersf
946+
[@viniciusd]: https://github.com/viniciusd

0 commit comments

Comments
 (0)