Skip to content

Version 2.0.0

Choose a tag to compare

@TsingYang1112 TsingYang1112 released this 01 Jul 13:02
· 31 commits to main since this release

Highlights

  • Performance optimization for core tree-building pipeline.
  • Speed improvements in data loading and mutation integration.
  • Improved reproducibility with updated run scripts.

What's New

Performance Improvements

  • Core tree-building pipeline performance optimization.
  • Data loading and mutation integration speed improvements.
  • Extensive caching implementation for tree/matrix lookups.
  • Numpy-vectorized operations replacing pandas loops for penalty scoring.

Code Quality

  • Updated run scripts for better reproducibility.
  • Fixed non-determinism in scaffold tree building.
  • Debug improvements for comprehensive FP metrics calculation.
  • Various logging and documentation updates.

Notes