Skip to content

Commit 423b8fd

Browse files
committed
Changelog for lax crate
1 parent c7f22ae commit 423b8fd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

lax/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
0.2.0 - 17 July 2021
2+
=====================
3+
4+
Updated dependencies
5+
---------------------
6+
- cauchy 0.4 (num-complex 0.4, rand 0.8), lapack 0.18 https://github.com/rust-ndarray/ndarray-linalg/pull/276
7+
8+
Fixed
9+
-----
10+
- Fix memory layout of the output of inverse of LUFactorized https://github.com/rust-ndarray/ndarray-linalg/pull/297
11+
- Fix Eig for column-major arrays with real elements https://github.com/rust-ndarray/ndarray-linalg/pull/298
12+
- Fix Solve::solve_h_* for complex inputs with standard layout https://github.com/rust-ndarray/ndarray-linalg/pull/296

0 commit comments

Comments
 (0)