Skip to content

Commit 5b4c04e

Browse files
committed
0.10.5
1 parent 69275e8 commit 5b4c04e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-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.10.4"
4+
version = "0.10.5"
55
authors = ["bluss"]
66
license = "MIT/Apache-2.0"
77

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@ provider::
8585
Recent Changes (ndarray)
8686
------------------------
8787

88+
- 0.10.5
89+
90+
- Add method ``.into_dimensionality::<D>()`` for dimensionality conversion
91+
(From ``IxDyn`` to fixed size and back).
92+
- New names ``.sum_axis`` and ``.mean_axis`` for sum and mean functions.
93+
Old names deprecated to make room for scalar-returning methods, making
94+
a proper convention.
95+
- Fix deserialization using ron (#345) by @Libbum
96+
8897
- 0.10.4
8998

9099
- Fix unused mut warnings in ``azip!()`` macro

0 commit comments

Comments
 (0)