Skip to content

Commit

Permalink
2.2.9
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Jan 3, 2023
1 parent 96b2ffe commit f96acc4
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.2.9 (2023-01-03)
### Fix
* Update huggingface name for wrapped models ([`cbb3f3b`](https://github.com/centre-for-humanities-computing/DaCy/commit/cbb3f3b53454ecb660044037ed1854c278047055))

## v2.2.8 (2023-01-03)
### Fix
* Cleaning up ci for final test of semantic release ([`9ac1320`](https://github.com/centre-for-humanities-computing/DaCy/commit/9ac13204e1f545c2cf213c0b9805f44f6c661c83))
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.2.8"
version = "2.2.9"
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 = "kennethcenevolsen@gmail.com"},
Expand Down

1 comment on commit f96acc4

@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.py50394%28, 85, 101
   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%84, 111
/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%163–170
TOTAL3011695% 

Please sign in to comment.