Skip to content

Commit 6a31c1e

Browse files
committed
0.10.4
1 parent bd00994 commit 6a31c1e

File tree

2 files changed

+7
-1
lines changed

2 files changed

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

README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ provider::
9494
Recent Changes (ndarray)
9595
------------------------
9696

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+
97103
- 0.10.3
98104

99105
- Fix docs.rs doc build

0 commit comments

Comments
 (0)