Skip to content

Commit 6c00274

Browse files
committed
Bump up to 0.11.0
1 parent 14b3262 commit 6c00274

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndarray-linalg"
3-
version = "0.10.1-alpha.0"
3+
version = "0.11.0"
44
authors = ["Toshiki Teramura <[email protected]>"]
55
edition = "2018"
66

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ There are three features corresponding to the backend implementations (`openblas
3939
```toml
4040
[dependencies]
4141
ndarray = "0.12"
42-
ndarray-linalg = { version = "0.10", features = ["openblas"] }
42+
ndarray-linalg = { version = "0.11", features = ["openblas"] }
4343
```
4444

4545
### For librarian
@@ -48,7 +48,7 @@ If you creating a library depending on this crate, we encourage you not to link
4848
```toml
4949
[dependencies]
5050
ndarray = "0.12"
51-
ndarray-linalg = "0.10"
51+
ndarray-linalg = "0.11"
5252
```
5353

5454
### Link backend crate manually
@@ -58,7 +58,7 @@ You should link a LAPACKE implementation to a final crate (like binary executabl
5858
```toml
5959
[dependencies]
6060
ndarray = "0.12"
61-
ndarray-linalg = "0.10"
61+
ndarray-linalg = "0.11"
6262
openblas-src = "0.7" # or another backend of your choice
6363

6464
```

0 commit comments

Comments
 (0)