From 97bd40753a15ba5f2458ab2c4b52a4b67bfef9a8 Mon Sep 17 00:00:00 2001 From: Ghislain Vaillant Date: Mon, 5 Feb 2024 18:10:59 +0100 Subject: [PATCH] REL: Release version 0.13.0 --- CHANGELOG.md | 17 +++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf3bd2ce..d0bbea59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 0.13.0 (2024-02-05) + +### Added + +- Add nlstruct-based entity matcher + +### Changed + +- Improve robustness of PASpeakerDetector +- Allow to specify model output language with HFTranscriber + +### Fixed + +- Use link to new repository +- When parsing BRAT, preserve leading space in entities +- Replace unidecode by anyascii + ## 0.12.0 (2023-11-28) ### Added diff --git a/pyproject.toml b/pyproject.toml index b28c345a..f7d9c796 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "medkit-lib" -version = "0.12.0" +version = "0.13.0" description = "A Python library for a learning health system" readme = "README.md" requires-python = ">=3.8"