From f3585eed31b5e62bd9428e618fa976c9b1879a37 Mon Sep 17 00:00:00 2001 From: Donny Date: Tue, 23 Apr 2024 13:37:17 -0700 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4f53cb1..4ff45325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# [Unreleased] +- Add `full` and `zeros` constructors to owned Col, Row, and Matrix ([issue-125](https://github.com/sarah-ek/faer-rs/issues/125)). + # 0.18 - Refactored the project so that `faer` contains all the core and decomposition implementations. `faer-{core,cholesky,lu,qr,svd,evd,sparse}` are now deprecated and will no longer be updated. - Improved the multithreaded performance of the Eigenvalue decomposition for large matrices.