Skip to content

Latest commit

 

History

History
88 lines (68 loc) · 2.72 KB

CHANGELOG.md

File metadata and controls

88 lines (68 loc) · 2.72 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.5]

Changes

  • Fix the random_seq method. It used to use a convert method to convert char arrays to strings. Now it uses a String constructor.

Changes

  • Fix another bug in the bio_fmt_specimens method.

Changes

  • Fix the bio_fmt_specimens method to work with julia 1.0 syntax.

Changes

  • Move some methods out of the largely unused Ragel module.

Changes

  • Comment out some lines of Ragel.jl, with a view to completely removing them later.

2.0.0 - 2018-08-11

Changed

  • Compatibility for julia versions 0.7 and 1.0.

1.4.0 - 2018-04-25

Added

  • A HUMANS.md file listing the people responsible for the package.

Changed

  • Changelog is now manually curated.
  • 📝 Documentation generation now uses Documenter.jl native html generator.

Dependencies

  • ⬆️ Added support for julia v0.7.

1.3.0 - 2018-02-15

Added

  • Automatically generated changelog.

Changed

  • 📝 Documentation and CI updates.
  • 🐛 Dead link fixed. Thanks @kescobo!

Dependencies

  • ❗ Dropped support for julia 0.5.

1.2.1 - 2017-07-20

Changed

  • Updated the default commit of the get_bio_fmt_specimens function.

1.2.0 - 2017-07-16

Dependencies

  • ⬆️ Upgrade Automa.jl dependency to v0.3. Thanks @bicycle1885!

1.1.0 - 2017-06-19

Added

  • A BioCore.Testing module useful for unit testing other BioJulia packages.

1.0.1 - 2017-06-14

Dependencies

  • ⬆️ Added support for julia v0.6.

1.0.0 - 2017-05-23

Added

  • Basic project setup.