Skip to content

Commit

Permalink
2.3.0
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 23, 2023
1 parent 463b7c7 commit 10ee54f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## v2.3.0 (2023-01-23)
### Feature
* Added information theoretic features ([`076c638`](https://github.com/HLasse/TextDescriptives/commit/076c638d3fa8109a2de924d686959c456f548c96))

### Fix
* Fix error caused by running all tests at once ([`5e46202`](https://github.com/HLasse/TextDescriptives/commit/5e46202f9bc939c07c55405487fb81f6d713546a))

### Documentation
* Added information metrics to docs ([`15bb255`](https://github.com/HLasse/TextDescriptives/commit/15bb255828ac7c15dc834b5976e7047126533541))
* Added update timer and fail on timeout ([`0d39b2e`](https://github.com/HLasse/TextDescriptives/commit/0d39b2ef3cabeb93c93d925e3af53b9e5ee9365f))
* Fixed tutorial to not download model ([`42589f6`](https://github.com/HLasse/TextDescriptives/commit/42589f6f453ea9e1d5be7e9cbe868e9baade32a4))

## v2.2.0 (2023-01-16)
### Feature
* Added QualityOutput ([`c0fb63c`](https://github.com/HLasse/TextDescriptives/commit/c0fb63c671ed1e4ccbe75afa4fb3301104a1ad0e))
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 = "textdescriptives"
version = "2.2.0"
version = "2.3.0"
description = "A library for calculating a variety of features from text using spaCy"
authors = [{name = "Lasse Hansen", email = "lasseh0310@gmail.com"},
{name = "Kenneth Enevoldsen"}]
Expand Down

1 comment on commit 10ee54f

@HLasse
Copy link
Owner

@HLasse HLasse commented on 10ee54f Jan 23, 2023

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/textdescriptives
   __init__.py50100% 
   extractors.py50492%66, 139, 142, 148
   load_components.py120100% 
   utils.py58788%79–83, 167, 174
/opt/hostedtoolcache/Python/3.9.16/x64/lib/python3.9/site-packages/textdescriptives/components
   __init__.py70100% 
   coherence.py48198%29
   dependency_distance.py330100% 
   descriptive_stats.py53296%129, 146
   information_theory.py560100% 
   pos_proportions.py25292%41, 92
   quality.py1911095%80, 86, 105, 110, 149, 155, 176, 182, 319, 468
   quality_data_classes.py66592%33, 42–43, 54, 239
   readability.py730100% 
   utils.py160100% 
TOTAL6933196% 

Please sign in to comment.