From 869b9aa3e0b6e676e40b6593a5f4da973dbee945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Camilo=20Garc=C3=ADa?= Date: Sun, 12 Nov 2023 15:42:06 -0500 Subject: [PATCH] Update BioMarkovChains to version 0.8.0 with new features and improvements --- CHANGELOG.md | 8 ++++++++ Project.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 623d7e8..bb961c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver ## [UNRELEASED](https://github.com/camilogarciabotero/GeneFinder.jl/compare/v0.0.10...main) +## [0.8.0] + +- `BioMarkoChain` checks whether its row-stochastic. +- New extended functions from the `DiscreteMarkovChains` packages are now available. +- `dnaseqprobability` is much faster. +- New methods to calculate the `logg-odds-ratio-matrix` and `logg-odds-ratio-score` of a `BioSequences`. +- Improvementes on the docs. + ## [0.7.0] - Improve `BioMarkoChain` struct to be more flexible and distinguish DNA, RNA, AminoAcid #17 diff --git a/Project.toml b/Project.toml index 182b56a..715233b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "BioMarkovChains" uuid = "f861b655-cb5f-42ce-b66a-341b542d4f2c" authors = ["Camilo GarcĂ­a-Botero"] -version = "0.7.0" +version = "0.8.0" [deps] BioSequences = "7e6ae17a-c86d-528c-b3b9-7f778a29fe59"