Skip to content

Commit

Permalink
Update CHANGELOG.md with version 1.0.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
camilogarciabotero committed Oct 13, 2024
1 parent 63da56e commit fd050d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ The format is based on Keep a Changelog and this project adheres to Semantic Ver

## [UNRELEASED](https://github.com/camilogarciabotero/GeneFinder.jl/compare/v0.10.1...main)

## [1.0.0]

- Alphabet types is now inherited in the `BioMarkovChain` struct.
- Operations with `BMC` (`log_odds_ratio_score`, `log_odds_ratio_matrix`...) have been updated for correctnes.
- `BioMarkovChain` now has a `logscale` kwarg to calculate the `log_odds_ratio_score` using base 2.
- Tests have been updated to reflect the changes.

## [0.10.1]

- Apply a more simple way to calculate the lors and more correct.
Expand Down

0 comments on commit fd050d8

Please sign in to comment.