Skip to content

Commit a828db6

Browse files
committed
Update readme for 0.16
1 parent a7fbf38 commit a828db6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ How to use with cargo
107107
::
108108

109109
[dependencies]
110-
ndarray = "0.15.0"
110+
ndarray = "0.16.0"
111111

112112
How to enable BLAS integration
113113
------------------------------
@@ -127,8 +127,8 @@ An example configuration using system openblas is shown below. Note that only
127127
end-user projects (not libraries) should select provider::
128128

129129
[dependencies]
130-
ndarray = { version = "0.15.0", features = ["blas"] }
131-
blas-src = { version = "0.8", features = ["openblas"] }
130+
ndarray = { version = "0.16.0", features = ["blas"] }
131+
blas-src = { version = "0.10", features = ["openblas"] }
132132
openblas-src = { version = "0.10", features = ["cblas", "system"] }
133133

134134
Using system-installed dependencies can save a long time building dependencies.
@@ -149,6 +149,7 @@ there is no tight coupling to the ``blas-src`` version, so version selection is
149149
=========== ============ ================ ==============
150150
``ndarray`` ``blas-src`` ``openblas-src`` ``netlib-src``
151151
=========== ============ ================ ==============
152+
0.16 0.10 0.10 0.8
152153
0.15 0.8 0.10 0.8
153154
0.15 0.7 0.9 0.8
154155
0.14 0.6.1 0.9.0

0 commit comments

Comments
 (0)