diff --git a/changelog.md b/changelog.md index bf96cdd..8040183 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,6 @@ # Changelog -## Pending +## v0.4.0 - 2024-24-05 - Added `eds_pseudo.dates_normalizer` to parse ML detected dates and extract their value and format. - Support empty `doc._.context` field diff --git a/pyproject.toml b/pyproject.toml index f74fa1d..e2b1f18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "eds-pseudo" -version = "0.3.0" +version = "0.4.0" description = "EDS-Pseudo is a hybrid model for detecting personally identifying entities in clinical reports" authors = ["Perceval Wajsburt ", "Alice Calliger ", "Basile Dura "] readme = "README.md" @@ -25,7 +25,7 @@ exclude = ["**/*.pyc", "**/__pycache__/*", "**/.ipynb_checkpoints/"] [tool.poetry.dependencies] # /!\ Do not hesitate to adjust python's version to fit your training and deployment environments python = ">=3.8,<4.0" -edsnlp = { version = ">=0.10.7", extras = ["ml"] } +edsnlp = { version = ">=0.12.0", extras = ["ml"] } sentencepiece = ">=0.1.96" [tool.poetry.group.dev.dependencies]