Skip to content

Commit

Permalink
2.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Apr 26, 2023
1 parent 84ce853 commit 0d6345f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## v2.5.0 (2023-04-26)
### Feature
* Add proportions of all pos tags ([`664c0e8`](https://github.com/HLasse/TextDescriptives/commit/664c0e886a4ff075ea15ec08c9acf1e76a785477))

### Fix
* Listed metrics deviate between extraction functions in docs ([`4632407`](https://github.com/HLasse/TextDescriptives/commit/4632407bb5c02cb1a602e287b8e77918390214ca))
* Handle empty strings in pos_proportions ([`762b7b2`](https://github.com/HLasse/TextDescriptives/commit/762b7b2f454eaeec214cf5c2421dab75a8ec95c4))

## v2.4.6 (2023-04-24)
### Fix
* Bump version ([`b59cdd1`](https://github.com/HLasse/TextDescriptives/commit/b59cdd17379c7c8460accccbb569283a1f2c8717))
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.4.6"
version = "2.5.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

0 comments on commit 0d6345f

Please sign in to comment.