From cd6157bef05085ecd6f98ca1760eb2e2880c550d Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Wed, 13 Dec 2023 10:10:41 -0500 Subject: [PATCH] update changeslogs --- nlp/CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/nlp/CHANGELOG.md b/nlp/CHANGELOG.md index 61a5675..9cfc64b 100644 --- a/nlp/CHANGELOG.md +++ b/nlp/CHANGELOG.md @@ -4,14 +4,21 @@ Changes Unreleased (latest) =================== +- n/a + +0.5.0 (2023-12-13) +=================== + Changes: -------- +- Update NLU demo notebook with latest pipeline improvements and a STAC wrapper to convert NL queries to STAC requests. +- Add `duckling` installation in the Docker to allow running it as child process rather than sibling Docker service. - Update base image version in Dockerfile - Add `mamba` cache cleanup to reduce image size Fixes: ------ -- ... +- Fix dependencies to make them functional across multiple Python versions. 0.4.0 (2022-12-23) =================== @@ -126,4 +133,4 @@ Changes: Fixes: ------ -- na \ No newline at end of file +- na