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 bd00994 commit 6a31c1eCopy full SHA for 6a31c1e
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "ndarray"
4
-version = "0.10.3"
+version = "0.10.4"
5
authors = ["bluss"]
6
license = "MIT/Apache-2.0"
7
README.rst
@@ -94,6 +94,12 @@ provider::
94
Recent Changes (ndarray)
95
------------------------
96
97
+- 0.10.4
98
+
99
+ - Fix unused mut warnings in ``azip!()`` macro
100
+ - Fix bug #340 by @lloydmeta; uses blas gemm for more memory layouts
101
+ of column matrices. Only relevant if using blas.
102
103
- 0.10.3
104
105
- Fix docs.rs doc build
0 commit comments