We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9daf03a commit 3482e4aCopy full SHA for 3482e4a
1 file changed
CHANGELOG.md
@@ -8,6 +8,18 @@ Added
8
- Split out `ndarray_linalg::lapack` as "lax" crate https://github.com/rust-ndarray/ndarray-linalg/pull/207
9
- cargo-workspace https://github.com/rust-ndarray/ndarray-linalg/pull/209
10
11
+Updated dependencies
12
+---------------------
13
+- ndarray 0.14 https://github.com/rust-ndarray/ndarray-linalg/pull/258
14
+- cauchy 0.3.0 https://github.com/rust-ndarray/ndarray-linalg/pull/260
15
+ - num-complex 0.3.1
16
+ - rand 0.7.3
17
+
18
+### optional dependencies
19
20
+- openblas-src 0.10.2 https://github.com/rust-ndarray/ndarray-linalg/pull/253
21
+- intel-mkl-src 0.6.0 https://github.com/rust-ndarray/ndarray-linalg/pull/204
22
23
Changed
24
--------
25
- Revise tests for least-square problem https://github.com/rust-ndarray/ndarray-linalg/pull/227
0 commit comments