Skip to content

Releases: BioJulia/BioSequences.jl

v2.0.5

25 Jun 00:11
93d9462
Compare
Choose a tag to compare

BioSequences v2.0.5

Diff since v2.0.4

Merged pull requests:

  • hotfix for reverse_complementing a slice of a longseq (#111) (@cjprybol)

v2.0.4

06 Jun 00:10
01fbc26
Compare
Choose a tag to compare

BioSequences v2.0.4

Diff since v2.0.3

v2.0.3

06 Jun 00:10
f084834
Compare
Choose a tag to compare

BioSequences v2.0.3

Diff since v2.0.2

Merged pull requests:

v2.0.2

05 Jun 00:11
f8274b0
Compare
Choose a tag to compare

BioSequences v2.0.2

Diff since v2.0.1

Closed issues:

  • Faster random LongSequence{NucleicAcidAlphabet{4}} generation (#77)

Merged pull requests:

v2.0.1

24 May 15:06
Compare
Choose a tag to compare

BioSequences v2.0.1

Diff since v2.0.0

v2.0.0

24 May 14:06
Compare
Choose a tag to compare

BioSequences v2.0.0

Diff since v1.1.0

Closed issues:

  • Change Varargs to vectors or array (#24)
  • Further generalise the bitparallel counting code (#27)
  • map(f, seq) raises an exception (#58)
  • Test Issue (#60)
  • FASTA.Reader doesn't recognize the correct alphabet with ambiguous sites (#64)

Merged pull requests:

More performance, more methods!

21 Oct 16:46
Compare
Choose a tag to compare

This release improves the performance of iterating over kmers in sequences, and adds methods for the translate function for more sequence types. Indexing ABIF files has also been fixed.

The Julia v0.7 / v1.0 release

25 Aug 00:49
Compare
Choose a tag to compare
v1.0.0

Fixup documentation

Bug fix for `sequence` method of FASTA Records

28 Feb 15:53
Compare
Choose a tag to compare

Previously if the user did not specify that the version of sequence they wanted came from the FASTA namespace (which is not always possible if writing generic code to work with any record reader type we offer), then a version of sequence which does type prediction would always be used, resulting in highly type unstable code, puzzling to some first time BioJulia users. This fixes that so as the sequence type can be specified, allowing type-stable efficient code generation.

Bugfix release for FASTA.Writer

19 Feb 15:03
Compare
Choose a tag to compare

This release fixes a bug present in FASTA.Record writing where the width parameter of a FASTA.Writer is less than or equal to zero.