From 8c7214ce976b7d000bc374fe6fcf6b10dea748fa Mon Sep 17 00:00:00 2001 From: Ruairi Moran Date: Fri, 4 Oct 2024 21:13:09 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba5842..f6bf59a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## v1.2.0 - 04-10-2024 + +### Added + +- Implementation and test of QR factorisation for tall or square matrices. +- Solve least-square problems with QR factorisation. +- Improve documentation. +