Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@Yaoyx Yaoyx released this 22 Apr 18:41
9765137

New features

  • Add pool decorator to functions for supporting multiprocess
  • expected_cis now accepts unbalanced cool file too

API changes

  • expected_cis
    • output cvd table now also includes "dist_bp", "contact_frequency", and "n_valid" columns
    • now returns "count.avg.smoothed" and "count.avg.smoothed.agg", when clr_weight_name=None, smooth=True, aggregate_smoothed=True

Maintenance

  • Replaced np.int with int in adaptive_coarsegrain
  • OE update in sandbox
  • Cross score sandbox fixes
  • Support for pandas 2