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 ff20ab7 commit a061d2cCopy full SHA for a061d2c
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "ndarray"
4
-version = "0.10.12"
+version = "0.10.13"
5
authors = ["bluss"]
6
license = "MIT/Apache-2.0"
7
readme = "README-crates.io.md"
README.rst
@@ -85,6 +85,14 @@ provider::
85
Recent Changes (ndarray)
86
------------------------
87
88
+- 0.10.13
89
+
90
+ - Add an extension trait for longer-life indexing methods for array views
91
+ (``IndexLonger``) by @termoshtt and @bluss
92
+ - The ``a.dot(b)`` method now supports a vector times matrix multiplication
93
+ by @jturner314
94
+ - More general ``.into_owned()`` method by @jturner314
95
96
- 0.10.12
97
98
- Implement serde serialization for ``IxDyn``, so that arrays and array views
0 commit comments