From f58196c7233a081b9da292a5be66564aa9878c59 Mon Sep 17 00:00:00 2001 From: Mathieu Guillame-Bert Date: Mon, 20 Mar 2023 03:34:45 -0700 Subject: [PATCH] New release. PiperOrigin-RevId: 517921302 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22299e65..c0def9bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,18 @@ # Changelog -## HEAD +## 1.4.0 - 2023-03-20 ### Features - Speed-up the computation of PDP and CEP in the model analysis tool. +- Add compilation of model into .h file. +- [JS port] Add "prefix" argument to model loading method. +- Rename logging function from LOG to YDF_LOG to limit risk of collision with + TF or Absl. + +### Fix + +- [JS port] Fix memory leak. Release emscripten objects. ## 1.3.0 - 2023-01-24