Skip to content

Commit

Permalink
Changed version number + updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasondel committed Sep 3, 2021
1 parent b95603e commit f9dc500
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Releases

## 0.7.0
* `pdfposteriors` supports for batch of sequence with varying lengths.
* refactorized the code in 3 sub-modules: `Semirings`, `FSMs` and `Inference`.
* the FSM API has several FSM implementation (`VectorFSM`,
`HierarchicalFSM` and `MatrixFSM`)
* the FSM operations can be used are agnostic to the FSM-implementation
* added tests for the FSM API
* FSM states don't carry the pdf-id anymore and there is no notion
of "epsilon-state"

## 0.6.1
* fixed typo `arc!` instead of `addarc!`

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MarkovModels"
uuid = "c2ae6250-d0a1-11ea-0991-234599ce5244"
authors = ["Lucas Ondel <lucas.ondel@gmail.com>"]
version = "0.6.1"
version = "0.7.0"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand Down

0 comments on commit f9dc500

Please sign in to comment.