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
9
9
## [ Unreleased]
10
10
...
11
11
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
+
12
25
## [ v0.1.5]
13
26
### Added
14
27
- 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
47
60
### Added
48
61
- release to pypi
49
62
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
51
65
[ v0.1.5 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.4...v0.1.5
52
66
[ v0.1.4 ] : https://github.com/pfizer-opensource/bigwig-loader/compare/v0.1.3...v0.1.4
53
67
[ 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