Skip to content

Commit

Permalink
Merge pull request #95 from umcu/prepare-release
Browse files Browse the repository at this point in the history
Prepare release and minor fixes
  • Loading branch information
vmenger authored Jun 3, 2024
2 parents 62d6a67 + eb02990 commit 852f345
Show file tree
Hide file tree
Showing 5 changed files with 476 additions and 466 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

:exclamation: = Breaking change

## (unreleased)
## 0.8.0 (2024-06-03)

### Changed
* :exclamation: Renamed the `clinlp_entity_matcher` to `clinlp_rule_based_entity_matcher`
* :exclamation: `clinlp` now stores entities in `doc.spans['ents']` rather than `doc.ents`, allowing for overlap
* :exclamation: Overlap in entities found by the entity matcher is no longer resolved by default (replacing old behaviour). To remove overlap, pass `resolve_overlap=True`.
* Refactored tests to use `pytest` best practices
* Changed `clinlp_autocomponent` to `clinlp_component`, which automatically registers your component with spaCy
* Codebase and linting improvements
* Renamed the `other_threshold` config to `family_threshold` in the `clinlp_experiencer_transformer` component

### Fixed
* The `clinlp_rule_based_entity_matcher` no longer overwrites entities detected by other components (but appends them)
Expand Down
Loading

0 comments on commit 852f345

Please sign in to comment.