Skip to content

Commit 3af8136

Browse files
committed
Update Changelog for release v0.2.0
1 parent 6bf417f commit 3af8136

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)