Skip to content

Releases: libsusa/susa

v1.8.0

13 Mar 01:24
Compare
Choose a tag to compare
  • Following std::allocator pattern for memory management (refactoring memory manager)
  • Update the minimum C++ standard to 17
  • Add rank() function
  • Add to_complex() function
  • Refactor susa::fft
  • Add reshape() method to susa::matrix
  • Add Kronecker product function
  • Add output stream helper functions
  • Several bug fixes and documentation improvement
  • New unit tests

v1.4.0

25 Jun 01:36
Compare
Choose a tag to compare
  • LUP/LU matrix decomposition and linear equation solver
  • Convolutional Codes Encoder/Decoder refactoring
  • Convolutional Codes Encoder/Decoder unit tests
  • Documentation improvements
  • Improvements and new methods in matrix class

v1.3.0

25 Aug 17:42
Compare
Choose a tag to compare
  • Several bug fixes
  • Documentation improvements
  • Additional unit and functional tests

v1.2.0

24 Jul 10:40
Compare
Choose a tag to compare
  • Several bug fixes
  • Interface improvements
  • Documentation improvements
  • New test cases

v1.1.0

23 May 18:58
Compare
Choose a tag to compare
  • Performance improvements
  • Several bug fixes
  • New helper methods in matrix

v1.0.0

17 Oct 19:53
Compare
Choose a tag to compare
  • CMake build and Install
  • Bug fixes
  • Doxygen configuration files
  • Examples
  • New data type (multi dimensional array)
  • Unit tests