The main motivation behind this release is to ensure that the up-to-date documentation is properly published on ReadTheDocs.
More details
hictk is relying on the linkcheck plugin to ensure that the documentation does not contain broken or invalid links.
However, when the documentation is being built by the ReadTheDocs CI, some of the links in the docs are not yet valid (but they will be once the up-to-date documentation is published).
linkcheck detected this issue and cancelled the CI job, which is why there is no documentation for hictk v2.0.0 on ReadTheDocs.
PR #299 updates linkcheck's ignore list such that the temporarily invalid links are not checked by linkcheck.
The up-to-date documentation for hictk v2.0.1 is available at: https://hictk.readthedocs.io/en/v2.0.1/
What's Changed
- Update linkcheck ignore list by @robomics in #299
- Remove unused workflow by @robomics in #300
- Implement bins_ptr() accessor for cooler::SingleCellFile() by @robomics in #298
- Prepare for release by @robomics in #301
- Fix typo in the README by @robomics in #303
Full Changelog: v2.0.0...v2.0.1