Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Jan 17, 2024
1 parent 72aee51 commit 76a4457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver
## [0.2.0]

- Amino acid sequences are now encoded as well method.
- The `BinarySequenceMatrix` methods are now way faster by exploiting internals this is an implementation suggested by @jakani. For a more safe implementation see the [recipe](https://biojulia.dev/BioSequences.jl/dev/recipes/) in the [BioSequence.jl](https://biojulia.dev/BioSequences.jl/dev/recipes/) package.
- The `BinarySequenceMatrix` methods are now way faster by exploiting internals this is an implementation suggested by @jakobnissen. For a more safe implementation see the [recipe](https://biojulia.dev/BioSequences.jl/dev/recipes/) in the [BioSequence.jl](https://biojulia.dev/BioSequences.jl/dev/recipes/) package.
- The `BinarySequenceMatrix` is now beautifully displayed in the REPL.
- A new convinient method `binaryseq(seq::BioSeq, molecule::BioSymbol)` is now exported to create one-hot vecotor of a sequence and a given `BioSymbol` molecule.

Expand Down

0 comments on commit 76a4457

Please sign in to comment.