Skip to content

Latest commit

 

History

History
73 lines (58 loc) · 2.4 KB

File metadata and controls

73 lines (58 loc) · 2.4 KB

BigWig Loader

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.

...

[v0.2.0]

Fixed

  • 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).

Added

  • 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.

Added

  • set a default value different from 0.0

Fixed

  • Updated README.md with better install instructions. Making release so that the README.md is updated on pypi.

Fixed

  • MANIFEST.in was still not excluding things correctly.

Fixed

  • exclude .egg-info from source dist

Fixed

  • fixed urls field in pyproject.toml

Fixed

  • c files were accidentally pushed to source dist. Now they are excluded.

Fixed

  • remove --no-deps in build process on CI

Fixed

  • fixed bug in the CI

v0.0.1 - 2024-09-20

Added

  • release to pypi