Skip to content

Commit

Permalink
bump version to 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
percevalw committed Dec 15, 2023
1 parent 1faf768 commit 092f511
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## v0.10.1

### Changed

Expand All @@ -12,7 +12,7 @@
- We now isolate some of edsnlp components (trainable pipes that require ml dependencies)
in a new `edsnlp_factories` entry points to prevent spacy from auto-importing them.
- TNM scores followed by a space are now correctly detected
- Removed various short TNM false positives (e.g., "PT" or "a T")
- Removed various short TNM false positives (e.g., "PT" or "a T") and false negatives
- The Span value extension is not more forcibly overwritten, and user assigned values are returned by `Span._.value` in priority, before the aggregated `span._.get(span.label_)` getter result (#220)
- Enable mmap during multiprocessing model transfers
- `RegexMatcher` now supports all alignment modes (`strict`, `expand`, `contract`) and better handles partial doc matching (#201).
Expand Down
2 changes: 1 addition & 1 deletion edsnlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import edsnlp.data # noqa: F401
import edsnlp.pipes

__version__ = "0.10.0"
__version__ = "0.10.1"

BASE_DIR = Path(__file__).parent

Expand Down

0 comments on commit 092f511

Please sign in to comment.