This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
Releases: JustWhit3/SAFD-algorithm
Releases · JustWhit3/SAFD-algorithm
1.2.0
1.1.3
1.1.2
1.1.1
Updates
- Removed some of the utils code and substituted with a new library called
arsenalgear
. - Added an installer script to automatically install all the repository dependencies.
- Removed all the
using namespace
directives in tests and main codes. - Removed const keywords from functions definition.
- Added const references, whenever possible, to all the functions arguments.
- Added
clang-format
information and files. - General code reorganization.
- Documentation update.
- Minor bugs fixing.
1.1.0
Updates
- Aliases header has been removed.
- Dependencies include path have been updated.
- Code readability has been updated.
- All the constants have been declared as
inline constexpr
. - Compilation has been improved.
- Integral algorithm computation has been improved.
- Documentation has been updated.
- Small minor bugs have been fixed.