Skip to content

Commit

Permalink
Updated Changelog and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tellicious committed Jun 8, 2024
1 parent 72c1811 commit d7baede
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/releaseBody.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## Added band-pass and band-stop filter coefficients calculation to IIRFilters.c
## Added discrete-time algebraic Riccati equation solver

**Improvements:**
- Added band-pass and band-stop filter coefficients calculation to `IIRFilters.c` to simplify initialization
**New features:**
- Added `DARE` and `DAREStatic` functions to `numMethods` to solve discrete-time algebraic Riccati equation

**Bugfix:**
- Fixed minor bug in `IIRFilters.c`
- Minor formatting fix

See [Changelog](Changelog.md)
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v1.13.0

**New features:**
- Added `DARE` and `DAREStatic` functions to `numMethods` to solve discrete-time algebraic Riccati equation

**Bugfix:**
- Minor formatting fix

## v1.12.0

**Improvements:**
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## Libraries included:
- ***basicMath:*** math constants, conversion factors, bitwise operators, `fastSqrt`, `fastInvSqrt`, `fastSin` and `fastCos`
- ***matrix:*** handling of matrix objects and matrix operations
- ***numMethods:*** common numerical methods (to solve linear systems and perform Gauss-Newton sphere approximation)
- ***numMethods:*** common numerical methods to solve linear systems, perform Gauss-Newton sphere approximation and solve discrete-time algebraic Riccati equation
- ***timer:*** user-configurable timers
- ***queue:*** queue structure
- ***list:*** linked list
Expand Down

0 comments on commit d7baede

Please sign in to comment.