Skip to content

Releases: UDC-GAC/fiuncho

v2: Vectorization improvements

01 Nov 15:12
Compare
Choose a tag to compare

Notable changes:

  • Improve AVX implementations.
  • Improve base implementations to allow for autovectorization.
  • Improve CMake project organisation.
  • Add support for RAW files.
  • Improve documentation.
  • Move automated tests from Travis to Github Actions.
  • Improve tests.
  • Add single-threaded benchmarks.
  • Move from C++14 to C++17.

Full Changelog: v1...v2

v1: First release

15 Jul 15:21
Compare
Choose a tag to compare
  • Implement any-order epistasis search.
  • Implement new distribution strategy.
  • Implement basic operations using explicit vectorization by including Intel AVX Intrinsics.
  • Implement automatic testing using Travis.
  • Implement benchmarking mini-programs.
  • Add documentation using RTD.