Skip to content

Commit 3a7bd37

Browse files
authored
Merge pull request #553 from jturner314/prepare-0.12.1
Prepare 0.12.1
2 parents dd1aab1 + 427f716 commit 3a7bd37

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,7 +1,7 @@
11
[package]
22

33
name = "ndarray"
4-
version = "0.12.0"
4+
version = "0.12.1"
55
authors = [
66
"bluss",
77
"Jim Turner"

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ How to use with cargo
7070
::
7171

7272
[dependencies]
73-
ndarray = "0.12.0"
73+
ndarray = "0.12.1"
7474

7575
How to enable blas integration. Depend on ``blas-src`` directly to pick a blas
7676
provider. Depend on the same ``blas-src`` version as ``ndarray`` does, for the
@@ -80,15 +80,15 @@ provider::
8080

8181

8282
[dependencies]
83-
ndarray = { version = "0.12.0", features = ["blas"] }
83+
ndarray = { version = "0.12.1", features = ["blas"] }
8484
blas-src = { version = "0.2.0", default-features = false, features = ["openblas"] }
8585
openblas-src = { version = "0.6.0", default-features = false, features = ["cblas", "system"] }
8686

8787

8888
Recent Changes (ndarray)
8989
------------------------
9090

91-
- 0.12.1 (not yet released)
91+
- 0.12.1
9292

9393
- Add ``std_axis`` method for computing standard deviation by @LukeMathWalker.
9494
- Add ``product`` method for computing product of elements in an array by @sebasv.

0 commit comments

Comments
 (0)