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.
- Julia LTS Support
- Benchmarks
- Documentation.
- Updated CI for General Repository.
2.0.2 - 2020-05-21
- Correct behaviour of
eachoverlap
iterator for non-overlapping queries.
2.0.1 - 2020-05-21
- Documentation.
- Updated CI.
2.0.0 - 2020-02-16
- BioJulia registry.
- Migrated from BioCore to BioGenerics.
- Updated CI.
- ❗ Moved BED submodule to BED.jl.
- ❗ Moved BigBed submodule to BigBed.jl.
- ❗ Moved BigWig submodule to BigWig.jl.
- ❗ Moved GFF3 submodule to GFF3.jl.
- ❗ Moved Indexes submodule to Indexes.jl.
- ❗ Moved BBI submodule to BBI.jl.
- ❗ Support for julia v0.7 and v1.0 was dropped.
1.0.4 - 2020-01-15
- General housekeeping (code).
1.0.3 - 2020-01-07
- Add ColorTypes "0.9" to compat.
- Add FixedPointNumbers "0.7" to compat.
- CompatHelper configuration.
1.0.2 - 2020-01-07
- Corrected typo in Strand constructor.
1.0.1 - 2020-01-04 (yanked)
- General housekeeping.
1.0.0 - 2018-09-10
- Issue and PR templates.
- Code of Conduct and Contributing files.
- Support for julia v0.7 and v1.0.
- ❗ Support for julia prior to v0.7.
0.2.1 - 2017-06-27
- Read and write methods for Strand type (#4).
0.2.0 - 2017-06-25
- Optional filter functions to
eachoverlap
, and afindfirst
function (#3).
0.1.0 - 2017-06-17
- Code from Bio.jl.
- Support for GFF3 and BigWig.