Skip to content

Commit

Permalink
chore: bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Jun 17, 2024
1 parent 65017ed commit 55ced27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>", "Alice Calliger <[email protected]>", "Basile Dura <[email protected]>"]
readme = "README.md"
Expand All @@ -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]
Expand Down

0 comments on commit 55ced27

Please sign in to comment.