Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@karasikov karasikov released this 10 Apr 18:38
· 195 commits to master since this release
  • Streamlined and simplified annotation conversions
    • simplifications and improvements in CLI
    • always save linkage matrix generated for Multi-BRWT
  • RowDiff 2.0
    • better anchor assignment (nodes with negative size reduction are anchored first, then additional anchors are assigned to satisfy the constraints)
    • support optimized routing at forks
    • changed the construction flow and improved CLI
  • Adaptive subsampling with 64-bit indexes for managing larger ranges in very sparse columns
  • Support for column intersection (build a new column as AND/OR/%-threshold from input columns)
  • Other fixes and optimizations