From 12216fb284bad593773437c9ac18e3d537296ca5 Mon Sep 17 00:00:00 2001 From: Lucas Ondel Date: Mon, 11 Oct 2021 11:47:38 +0200 Subject: [PATCH] Updated version number and changelog. --- CHANGELOG.md | 7 +++++++ Project.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5db0ca8..30bb636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/Project.toml b/Project.toml index 6f9ce5b..1dc8849 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MarkovModels" uuid = "c2ae6250-d0a1-11ea-0991-234599ce5244" authors = ["Lucas Ondel "] -version = "0.7.0" +version = "0.8.0" [deps] CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"