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.
- Update dependencies
- Changed lookup tables to Tuple for performance improvements
- Fixed missing iterate and length methods
- An abstract type
BioSymbol
has been added.
tryparse
now returnsnothing
instead of aNullable
.- 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.
- Conversion between the DNA and RNA symbol types.
- Some additional compatiblity changes for julia v0.7 / v1.0
- Support for julia v0.7 / v1.0.
- ❗ Dropped support for julia v0.6.
- Support for julia v0.7 / v1.0.
- ❗ Dropped support for julia v0.6.
2.0.1 - 2018-07-02
- Read and write methods to fix errors when using
pmap
. - Contributing files and GitHub templates.
2.0.0 - 2018-03-13
- Support for julia v0.7.
- ❗ Dropped support for julia v0.5.
1.2.0 - 2017-07-26
- Automa based amino acid parser.
- Documentation structure.
- Test coverage increases.
1.1.1 - 2017-07-04
- Documentation changes.
- Generalised the
show
method forNucleicAcid
types.