From 6f11dcc5c76ed697a4839a741b2565bc2bc6310a Mon Sep 17 00:00:00 2001 From: Maxence Naud <maxence.naud@cea.fr> Date: Tue, 14 May 2024 15:59:56 +0000 Subject: [PATCH] update version and CHANGELOG files --- CHANGELOG | 5 +++++ version.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index d6594bc..40caa5a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +# Version 0.1.1 (May 14, 2024) + +* Fix loss function to return Tensor with gradient +* Add Python binding for the loss function + # Version 0.1.0 (April 4, 2024) Initial release diff --git a/version.txt b/version.txt index 6e8bf73..17e51c3 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0 +0.1.1 -- GitLab