File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99## [ Unreleased]
1010...
1111
12+ ## [ v0.2.0]
13+ ### Fixed
14+ - fixed a bug in the intervals to values cuda kernel that
15+ introduced zeros in places where there should be
16+ "default_value" (see release v0.1.5).
17+ ### Added
18+ - custom_position_sampler argument to bigwig_loader.dataset.BigWigDataset
19+ and bigwig_loader.pytorch.PytorchBigWigDataset to optionally overwrite the
20+ default random sampling of genomic coordinates from "regions of interest."
21+ - custom_track_sampler argument to bigwig_loader.dataset.BigWigDataset
22+ and bigwig_loader.pytorch.PytorchBigWigDataset to optionally use a different
23+ track sampling strategy.
24+
1225## [ v0.1.5]
1326### Added
1427- set a default value different from 0.0
@@ -47,7 +60,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4760### Added
4861- release to pypi
4962
50- [ Unreleased ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.5...HEAD
63+ [ Unreleased ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.2.0...HEAD
64+ [ v0.1.6 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.5...v0.2.0
5165[ v0.1.5 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.4...v0.1.5
5266[ v0.1.4 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.3...v0.1.4
5367[ v0.1.3 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.2...v0.1.3
You can’t perform that action at this time.
0 commit comments