Skip to content

Releases: BioJulia/BioSequences.jl

v3.1.6

19 Oct 07:13
Compare
Choose a tag to compare

BioSequences v3.1.6

Diff since v3.1.5

Merged pull requests:

Closed issues:

  • Translate subsequence (#263)

v3.1.5

22 Jun 14:23
1ccb602
Compare
Choose a tag to compare

BioSequences v3.1.5

Diff since v3.1.4

Closed issues:

  • Use lowercase in DNA sequences (#275)
  • domain name of this repo should be updated (#276)
  • Translation Issue arising from isambiguous(DNA_Gap) == false (#277)

Merged pull requests:

v3.1.4

15 May 11:58
c43fd6e
Compare
Choose a tag to compare

BioSequences v3.1.4

Diff since v3.1.3

Merged pull requests:

v3.1.3

09 Mar 19:02
ce088ce
Compare
Choose a tag to compare

BioSequences v3.1.3

Diff since v3.1.2

Closed issues:

  • Improve error message on encoding error (#266)

Merged pull requests:

v3.1.2

28 Nov 10:33
1cfea08
Compare
Choose a tag to compare

BioSequences v3.1.2

Diff since v3.1.1

Closed issues:

  • Converting a LongSubSeq to LongSequence can give weird results (#260)

Merged pull requests:

  • Fix bug in zero_offset! called when materializing seqview (#261) (@jakobnissen)

v3.1.1

12 Nov 14:07
db8a692
Compare
Choose a tag to compare

BioSequences v3.1.1

Diff since v3.1.0

Closed issues:

  • Base.eltype(::Type{<:Alphabet}) violates eltype docstring (#231)
  • Add doctests to CI (#252)
  • Indexing with bool or integer vector does not work with seqview (#256)

Merged pull requests:

v2.0.6

23 Sep 12:00
Compare
Choose a tag to compare

BioSequences v2.0.6

Diff since v2.0.5

Closed issues:

  • getindex not defined for arrays (#61)
  • Problems installing BioSequences package (#71)
  • Performance review before release (#86)
  • julia 1.5: Time for views of a sequence? (#102)
  • Erroneous reverse_complement behaviour? (#110)
  • Slicing ReferenceSequences (#114)
  • Failed push! adds empty bases (#115)
  • Future of subsequences (#118)
  • Demultiplexer fails for Levenshtein distance > 1 (#124)
  • One-hot encoding of sequences (#130)
  • Spring cleanup for v3 (#138)
  • Fixup tests before v3 (#139)
  • Check interfaces, remove NotImplemented errors (#140)
  • Streamline find functions to behave like Base's (#141)
  • [speculative] Remove BioSequence(::Integer)? (#142)
  • Disallow construction of k-mers from integers (#145)
  • Move to upcoming release of BioSymbols (#148)
  • Add trait "iscomplete" to Alphabet (#151)
  • ERROR: UndefVarError: FASTA not defined (#152)
  • Export RE.Regex, and make constructors easier. (#167)
  • Implement reverse translation (AminoAcid -> Codon) (#168)
  • approxsearch and approxrsearch should return Union{Nothing, T} (#175)
  • Default to dynamic allocation for string literals (#180)
  • No version for Julia 1.6.1 (#185)
  • No version for Julia 1.6.1 (#186)
  • errors in docs: random kmers (#195)
  • Don't recommend users engage in type piracy with stringbyte (#198)
  • Include comparison example (#199)
  • TagBot trigger issue (#209)
  • findnext, findprev broken ... possible to add findall? (#215)
  • LongDNA, LongRNA "not defined" (#216)
  • Implement findall (#217)
  • What happened to DNAMer? (#222)
  • 🐛 in iscanonical / canonical (#225)
  • join(LongRNA{2}, (RNA_A,)) should work (#230)
  • Base.eltype(::Type{<:Alphabet}) violates eltype docstring (#231)
  • Implement rand! (#249)
  • FASTA module not defined (#251)
  • Add doctests to CI (#252)
  • Indexing with bool or integer vector does not work with seqview (#256)

Merged pull requests:

v3.1.0

29 Jul 09:33
Compare
Choose a tag to compare

BioSequences v3.1.0

Diff since v3.0.2

Closed issues:

  • Implement rand! (#249)
  • FASTA module not defined (#251)

Merged pull requests:

v3.0.2

07 Jul 07:55
f7ccb6b
Compare
Choose a tag to compare

BioSequences v3.0.2

Diff since v3.0.0

Closed issues:

  • Implement reverse translation (AminoAcid -> Codon) (#168)
  • findnext, findprev broken ... possible to add findall? (#215)
  • LongDNA, LongRNA "not defined" (#216)
  • Implement findall (#217)
  • What happened to DNAMer? (#222)
  • 🐛 in iscanonical / canonical (#225)
  • join(LongRNA{2}, (RNA_A,)) should work (#230)

Merged pull requests:

v3.0.0

07 Jan 01:49
Compare
Choose a tag to compare

BioSequences v3.0.0

Diff since v2.0.5

Closed issues:

  • getindex not defined for arrays (#61)
  • Problems installing BioSequences package (#71)
  • Performance review before release (#86)
  • julia 1.5: Time for views of a sequence? (#102)
  • Erroneous reverse_complement behaviour? (#110)
  • Slicing ReferenceSequences (#114)
  • Failed push! adds empty bases (#115)
  • Future of subsequences (#118)
  • Demultiplexer fails for Levenshtein distance > 1 (#124)
  • One-hot encoding of sequences (#130)
  • Spring cleanup for v3 (#138)
  • Fixup tests before v3 (#139)
  • Check interfaces, remove NotImplemented errors (#140)
  • Streamline find functions to behave like Base's (#141)
  • [speculative] Remove BioSequence(::Integer)? (#142)
  • Disallow construction of k-mers from integers (#145)
  • Move to upcoming release of BioSymbols (#148)
  • Add trait "iscomplete" to Alphabet (#151)
  • ERROR: UndefVarError: FASTA not defined (#152)
  • Export RE.Regex, and make constructors easier. (#167)
  • approxsearch and approxrsearch should return Union{Nothing, T} (#175)
  • Default to dynamic allocation for string literals (#180)
  • No version for Julia 1.6.1 (#185)
  • No version for Julia 1.6.1 (#186)
  • errors in docs: random kmers (#195)
  • Don't recommend users engage in type piracy with stringbyte (#198)
  • Include comparison example (#199)

Merged pull requests: