Skip to content

Commit

Permalink
Updated version number and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasondel committed Oct 11, 2021
1 parent 44a87e5 commit 12216fb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Releases

## 0.8.0
* Added the `remove_label` function which replace the old `remove_eps`.
* Memory optimization of the forward-backward: the backward operates
in-place avoiding to use an extra 3D tensor.
* This version is the one that was use for the 1st submission
of the ICASSP 2022 conference.

## 0.7.0
* `pdfposteriors` supports for batch of sequence with varying lengths.
* refactorized the code in 3 sub-modules: `Semirings`, `FSMs` and `Inference`.
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.7.0"
version = "0.8.0"

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

0 comments on commit 12216fb

Please sign in to comment.