v1.0.0
What's Changed
- Fix incorrect overload being called when fetching pixels from cooler files by @robomics in #158
- Properly deal with .hic files with missing normalization vectors by @robomics in #162
- Fix fuzzy tests by @robomics in #165
- hictk balance: add --no-create-weight-link option by @robomics in #167
- hictk balance: honor --in-memory by @robomics in #166
- Add more benchmarks by @robomics in #164
- Throw an error when a non-existing folder is passed to --tmpdir by @robomics in #168
- Switch from conanfile.txt to conanfile.py by @robomics in #169
- Update Docker images used by CI by @robomics in #173
- Refactor code to return interactions as sparse/dense Eigen matrices by @robomics in #176
- Fix typo by @Phlya in #177
- Support fetching interactions as arrow::Table by @robomics in #170
- For the time being, refuse to build on big-endian architectures by @robomics in #181
- Support for fetching interactions from the lower triangle when it makes sense by @robomics in #179
- Drop unnecessary dependency from conanfile.py by @robomics in #184
- Ensure pixel transformers are well-behaved when given an empty range of pixels by @robomics in #182
- Support opening .hic files with only 1 bin per chromosome by @robomics in #180
- Fix typo in conanfile.py by @robomics in #186
- Update docs by @robomics in #183
- Various fixes to the build system by @robomics in #187
- Prepare for release by @robomics in #189
New Contributors
Full Changelog: v0.0.12...v1.0.0