We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69275e8 commit 5b4c04eCopy full SHA for 5b4c04e
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "ndarray"
4
-version = "0.10.4"
+version = "0.10.5"
5
authors = ["bluss"]
6
license = "MIT/Apache-2.0"
7
README.rst
@@ -85,6 +85,15 @@ provider::
85
Recent Changes (ndarray)
86
------------------------
87
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
97
- 0.10.4
98
99
- Fix unused mut warnings in ``azip!()`` macro
0 commit comments