All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
...
- fixed a bug in the intervals to values cuda kernel that introduced zeros in places where there should be "default_value" (see release v0.1.5).
- custom_position_sampler argument to bigwig_loader.dataset.BigWigDataset and bigwig_loader.pytorch.PytorchBigWigDataset to optionally overwrite the default random sampling of genomic coordinates from "regions of interest."
- custom_track_sampler argument to bigwig_loader.dataset.BigWigDataset and bigwig_loader.pytorch.PytorchBigWigDataset to optionally use a different track sampling strategy.
- set a default value different from 0.0
- Updated README.md with better install instructions. Making release so that the README.md is updated on pypi.
- MANIFEST.in was still not excluding things correctly.
- exclude .egg-info from source dist
- fixed urls field in pyproject.toml
- c files were accidentally pushed to source dist. Now they are excluded.
- remove --no-deps in build process on CI
- fixed bug in the CI
v0.0.1 - 2024-09-20
- release to pypi