Skip to content

Commit

Permalink
2.4.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 31, 2023
1 parent 835053d commit f9e14dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## v2.4.0 (2023-01-31)
### Feature
* Add out of vocabulary ratio to quality component ([`a1177e5`](https://github.com/HLasse/TextDescriptives/commit/a1177e597de75f31507895540d2e6243dccafe27))

### Documentation
* Update quality docs with oov_ratio ([`74c22b1`](https://github.com/HLasse/TextDescriptives/commit/74c22b143fae43227feea28f74f19eff439a3240))

## v2.3.0 (2023-01-23)
### Feature
* Added information theoretic features ([`076c638`](https://github.com/HLasse/TextDescriptives/commit/076c638d3fa8109a2de924d686959c456f548c96))
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.3.0"
version = "2.4.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 f9e14dd

@HLasse
Copy link
Owner

@HLasse HLasse commented on f9e14dd Jan 31, 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.py2021294%80, 86, 105, 110, 149, 155, 176, 182, 319, 478–479, 501
   quality_data_classes.py71593%35, 44–45, 56, 251
   readability.py730100% 
   utils.py160100% 
TOTAL7093395% 

Please sign in to comment.