Releases: BioJulia/BioCore.jl
Releases · BioJulia/BioCore.jl
Bugfix for random_seq
v2.0.5 Update CHANGELOG.md
Another bio_fmt_specimens bugfix
v2.0.4 Update changelog
Bugfix release
This fixes the bio_fmt_specimens method to work with julia 1.0.
read method fix for Julia v0.7 / v1.0 release
This moves several methods out of the now largely unused Ragel module.
Additional fixes for Julia v0.7 / v1.0
Comment out some lines of Ragel.jl With a view to completely removing them later, I don't think they are used in BioJulia codebases anymore.
The julia v0.7 / v1.0.0 Release
v2.0.0 Merge branch 'master' of github.com:BioJulia/BioCore.jl
BioCore 1.4.0 - julia 0.7 compatibility
v1.4.0 Changelog release edits
bio_fmt_specimens method
This release adds conveinience for getting a list of file format specimens that satisfy some filtering function.
See CHANGELOG.md for more detailed information.
Revision of the get_fmt_specimens method.
This release aims to fix the get_fmt_specimens method in BioCore.Testing for the other BioJulia packages.
It fixes how specific commit hashes are checked out.
BioCore.jl 1.2
- Support new interfaces of Automa.jl 0.3 (
generate_index_function
andgenerate_read_function
now accept keyword arguments) (#4).