Skip to content

Latest commit

 

History

History
84 lines (63 loc) · 2.32 KB

CHANGELOG.md

File metadata and controls

84 lines (63 loc) · 2.32 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.

[4.0.3]

  • Update dependencies

[4.0.2]

  • Changed lookup tables to Tuple for performance improvements

[4.0.1]

  • Fixed missing iterate and length methods

Added

  • An abstract type BioSymbol has been added.

Changed

  • tryparse now returns nothing instead of a Nullable.
  • The project now uses Project TOML files instead of a REQUIRE file.
  • Documentation has been changed to use Documenter.jl native html generation.
  • Documentation has a new layout with a manual section, and a library section.

Added

  • Conversion between the DNA and RNA symbol types.

Added

  • Some additional compatiblity changes for julia v0.7 / v1.0

Added

  • Support for julia v0.7 / v1.0.

Removed

  • ❗ Dropped support for julia v0.6.

Added

  • Support for julia v0.7 / v1.0.

Removed

  • ❗ Dropped support for julia v0.6.

2.0.1 - 2018-07-02

Added

  • Read and write methods to fix errors when using pmap.
  • Contributing files and GitHub templates.

2.0.0 - 2018-03-13

Added

  • Support for julia v0.7.

Removed

  • ❗ Dropped support for julia v0.5.

1.2.0 - 2017-07-26

Added

  • Automa based amino acid parser.

Changed

  • Documentation structure.
  • Test coverage increases.

1.1.1 - 2017-07-04

Changed

  • Documentation changes.
  • Generalised the show method for NucleicAcid types.