Skip to content

Commit

Permalink
2.4.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 15, 2023
1 parent b9d7f43 commit f5ee8f9
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-->

## v2.4.2 (2023-03-15)
### Fix
* Checking to find the latest model ([`50d3d5c`](https://github.com/centre-for-humanities-computing/DaCy/commit/50d3d5c420861af3746b42a80f6a2054c8840cdd))

## v2.4.1 (2023-03-14)
### Fix
* Formatting erro in model urls ([`0478965`](https://github.com/centre-for-humanities-computing/DaCy/commit/04789655654dedae3f6e61a884fa084fe546f429))
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 = "dacy"
version = "2.4.1"
version = "2.4.2"
description = "A Danish pipeline trained in SpaCy that has achieved State-of-the-Art performance on all dependency parsing, NER and POS-tagging for Danish"

authors = [{name = "Kenneth Enevoldsen", email = "[email protected]"},
Expand Down

1 comment on commit f5ee8f9

@github-actions
Copy link
Contributor

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/dacy
   __init__.py50100% 
   download.py51394%31, 88, 105
   load.py160100% 
   utils.py110100% 
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/datasets
   __init__.py60100% 
   constants.py10100% 
   dane.py40198%55
   names.py26292%44, 97
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/datasets/lookup_tables
   __init__.py00100% 
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/hate_speech
   __init__.py10100% 
   wrapped_models.py26292%86, 114
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/ner
   __init__.py00100% 
   wrapped_models.py60100% 
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/score
   __init__.py20100% 
   input_length.py160100% 
   score.py72199%94
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/dacy/sentiment
   __init__.py10100% 
   wrapped_models.py28775%166–173
TOTAL3081695% 

Please sign in to comment.