Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 685fc3c

Browse files
committedJun 12, 2021
Separate Fixed section in CHANGELOG
1 parent d10cc8e commit 685fc3c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ Updated dependencies
66
- ndarray 0.15 https://github.com/rust-ndarray/ndarray-linalg/pull/273
77
- cauchy 0.4 (num-complex 0.4, rand 0.8), lapack 0.18 https://github.com/rust-ndarray/ndarray-linalg/pull/276
88

9+
Fixed
10+
-----
11+
- Fix Solve::solve_h_* for complex inputs with standard layout https://github.com/rust-ndarray/ndarray-linalg/pull/296
12+
- Add checks for matching shapes in Solve, SolveH, and EighInplace https://github.com/rust-ndarray/ndarray-linalg/pull/290
13+
914
Changed
1015
--------
11-
- Add checks for matching shapes in Solve, SolveH, and EighInplace https://github.com/rust-ndarray/ndarray-linalg/pull/290
12-
- Fix Solve::solve_h_* for complex inputs with standard layout https://github.com/rust-ndarray/ndarray-linalg/pull/296
1316
- Avoid unnecessary calculation of eigenvectors in EigVals::eigvals and relax the DataMut bound https://github.com/rust-ndarray/ndarray-linalg/pull/286
1417
- Add basic documentation for eigh module https://github.com/rust-ndarray/ndarray-linalg/pull/283
1518
- Port usage of uninitialized to build_uninit https://github.com/rust-ndarray/ndarray-linalg/pull/287

0 commit comments

Comments
 (0)
Please sign in to comment.