Skip to content

Commit

Permalink
Merge pull request #27 from lucasondel/memoptim
Browse files Browse the repository at this point in the history
Updated version number and changelog.
  • Loading branch information
lucasondel authored Oct 11, 2021
2 parents 78a70b9 + 12216fb commit 641fea8
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 641fea8

Please sign in to comment.