Skip to content

Commit

Permalink
2.6.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 28, 2023
1 parent 4cc31ce commit bae9fa1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v2.6.0 (2023-04-28)
### Feature
* Add sklearn transformer ([`be733c6`](https://github.com/HLasse/TextDescriptives/commit/be733c6161993deb6e284475224d6363c99a8962))

### Documentation
* Add sklearn to requirements in docs ([`33194c9`](https://github.com/HLasse/TextDescriptives/commit/33194c937803acdd2abb4198b97ead3981958fd1))
* Minor docstring changes ([`375d3e0`](https://github.com/HLasse/TextDescriptives/commit/375d3e03a8792b54f5dfd6080e27ca34925628c3))
* Add sklearn tutorial ([`4220072`](https://github.com/HLasse/TextDescriptives/commit/42200725c2c89c738a07fffdc1b8f7b6d111fc6c))

## v2.5.1 (2023-04-26)
### Fix
* Don't subtract 1 from counts if `add_all_tags` is False ([`02b61a6`](https://github.com/HLasse/TextDescriptives/commit/02b61a6358764af5901891e002bc4e3771c777c6))
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.5.1"
version = "2.6.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 bae9fa1

Please sign in to comment.