Skip to content

0.3.1-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@dancooke dancooke released this 29 Nov 20:02
· 2788 commits to develop since this release

This release contains some runtime performance improvements, particularly for the tumour calling model. It also updates the requirements for GCC, CMake, and Boost.

Requirement changes

  • Updates CMake requirement to 3.9 so can use IPO checks.
  • Updates Boost requirement to 1.65 for bug fixes and better program option formatting.
  • Updates GCC requirement to 6.3 to avoid bug in 6.2.

Performance Improvements

  • Significantly improves runtime performance of tumour calling model.
  • Improves masking of noisy regions which can slow down calling.
  • Slightly improves CSR runtime performance.

Other changes

  • Fixes various warnings from new Clang and GCC compilers.
  • Can now build with compiler sanitizer flags.
  • Adds a Dockerfile.