Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
alemart committed Apr 5, 2021
1 parent 7243f25 commit 86e30c0
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 86e30c0

Please sign in to comment.