Skip to content

Commit

Permalink
1.4.3
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed May 22, 2023
1 parent 8fa954a commit a5ac598
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v1.4.3 (2023-05-22)
### Fix
* Ensure no Nones in iob tokens ([`8fa954a`](https://github.com/KennethEnevoldsen/spacy-wrap/commit/8fa954a70a1cb76ff350b6c32ea461fd85ad369b))

## v1.4.2 (2023-05-01)
### Fix
* Relaxed upper bound of dev. dependencies ([`f9c8a87`](https://github.com/KennethEnevoldsen/spacy-wrap/commit/f9c8a878ef0d4a03019925bb97af658a4a2bf658))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "spacy_wrap"
version = "1.4.2"
version = "1.4.3"
description = "Wrappers for including pre-trained transformers in spaCy pipelines"
authors = [{name = "Kenneth Enevoldsen", email = "[email protected]"}]
classifiers = [
Expand Down

1 comment on commit a5ac598

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/spacy_wrap
   __init__.py40100% 
   architectures.py150100% 
   pipeline_component_seq_clf.py1091289%101, 133, 150, 213–218, 250, 284–285
   pipeline_component_tok_clf.py1441888%109, 168, 188, 223, 263–269, 318–324, 354, 388–389
   util.py64592%58–63, 93, 98, 127
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/spacy_wrap/layers
   __init__.py00100% 
   clf_transformer_model.py612264%38, 54–67, 136, 152–161
TOTAL3975786% 

Please sign in to comment.