Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Releases: JustWhit3/SAFD-algorithm

1.2.0

30 Jun 15:15
Compare
Choose a tag to compare

Updates

  • Added osmanip graphics.
  • Documentation update.

1.1.3

29 Jun 12:28
Compare
Choose a tag to compare

Updates

  • Added codeql workflow.
  • Minor bugs fixing.
  • Added Doxygen documentation.
  • Documentation update

1.1.2

15 Apr 14:05
Compare
Choose a tag to compare

Updates

  • Remove static from many variables declaration.
  • Code cleaning.
  • Update script added

1.1.1

10 Mar 22:00
Compare
Choose a tag to compare

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

01 Mar 20:05
Compare
Choose a tag to compare

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.

1.0.2

01 Feb 22:14
Compare
Choose a tag to compare

Updates:

  • Function to compute spherical harmonics has been updated.
  • "factorial" function has been removed.
  • Documentation update.

1.0.1

19 Jan 20:59
Compare
Choose a tag to compare

Updates:

  • Derivative algorithm has been slightly improved and its precision too.
  • Bug fixing.
  • Documentation update.

1.0.0

17 Jan 16:35
Compare
Choose a tag to compare

First release of the repository.