Skip to content

Latest commit

 

History

History
100 lines (77 loc) · 3.22 KB

CHANGELOG.md

File metadata and controls

100 lines (77 loc) · 3.22 KB

Changelog

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.

[2.0.3] - 2020-06-13

Added

  • Julia LTS Support
  • Benchmarks

Changed

  • Documentation.
  • Updated CI for General Repository.

2.0.2 - 2020-05-21

Fixed

  • Correct behaviour of eachoverlap iterator for non-overlapping queries.

2.0.1 - 2020-05-21

Changed

  • Documentation.
  • Updated CI.

2.0.0 - 2020-02-16

Added

  • BioJulia registry.

Changed

Removed

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

Changed

  • General housekeeping (code).

1.0.3 - 2020-01-07

Changed

  • Add ColorTypes "0.9" to compat.
  • Add FixedPointNumbers "0.7" to compat.

Fixed

  • CompatHelper configuration.

1.0.2 - 2020-01-07

Fixed

  • Corrected typo in Strand constructor.

1.0.1 - 2020-01-04 (yanked)

Changed

  • General housekeeping.

1.0.0 - 2018-09-10

Added

  • Issue and PR templates.
  • Code of Conduct and Contributing files.
  • Support for julia v0.7 and v1.0.

Removed

  • ❗ Support for julia prior to v0.7.

0.2.1 - 2017-06-27

Added

  • Read and write methods for Strand type (#4).

0.2.0 - 2017-06-25

Added

  • Optional filter functions to eachoverlap, and a findfirst function (#3).

0.1.0 - 2017-06-17

Added

  • Code from Bio.jl.
  • Support for GFF3 and BigWig.