From 86e30c06f98c53b053fac84cbba2f7d7e6f32f59 Mon Sep 17 00:00:00 2001 From: alemart Date: Mon, 5 Apr 2021 01:37:48 -0300 Subject: [PATCH] Update CHANGES --- CHANGES.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index c524b8be..9368dce0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,18 @@ # Release notes -## 0.5.0 - February 14th, 2020 +## 0.5.1 - April 5th, 2021 + +* Matrix expressions are now compiled for better performance +* Linear Algebra routines are now split into different files +* Introduced `SpeedyMatrixExpr.map()` and `SpeedyMatrixExpr.reduce()` +* Introduced `SpeedyMatrixExpr.inverse()` +* Improved & optimized the LK feature tracker +* ORB: using a larger patch when computing the orientation of a keypoint +* Harris/FAST: using 16-bit half-floats to store the scores of keypoints +* Improved the keypoint encoder +* General improvements & fixes + +## 0.5.0 - February 14th, 2021 * Created Speedy's own Matrix / Linear Algebra system * Improved the feature detection & description API