Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@robomics robomics released this 23 Oct 17:58
· 60 commits to main since this release

What's Changed

New features and improvements

  • Implement accessors for balancing weights by @robomics in #49
  • Automatically infer the resolution when file is in .cool format by @robomics in #51
  • Make the public API more Pythonic by @robomics in #85
  • Support interfacing spdlog with Python's logging stdlib by @robomics in #88
  • Expose the hictk::BinTable class by @robomics in #50

Bugfix

  • Fix query mirroring when fetching pixels as dfs by @robomics in #54
  • Fix bug when fetching whole-genome interactions as dense matrix by @robomics in #64
  • Fix bug when fetching interactions as sparse matrix by @robomics in #65

Updates to CI

Updates to testing

  • Implement fuzzer by @robomics in #74
  • Test hictkpy against Python 3.13 by @robomics in #99
  • Skip test_bin_table.py::TestClass::test_to_df when test deps are missing by @robomics in #102

Packaging and tooling

Various

Full Changelog: v0.0.5...v1.0.0