Skip to content

Commit 58eefff

Browse files
author
github-actions
committedDec 16, 2024·
2.8.4
Automatically generated by python-semantic-release
1 parent a44ec46 commit 58eefff

File tree

2 files changed

+38
-1
lines changed

2 files changed

+38
-1
lines changed
 

‎CHANGELOG.md

+37
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
22

33

44

5+
## v2.8.4 (2024-12-16)
6+
7+
### Ci
8+
9+
* ci: updated ruf ([`4c59bde`](https://github.com/HLasse/TextDescriptives/commit/4c59bde00b8dc327bfbb7ab2c2fae9fcac83dc3b))
10+
11+
* ci: removed pre-commit to only use ruff ([`24e391c`](https://github.com/HLasse/TextDescriptives/commit/24e391cda5669e26dc87115fd4c62052b2c4da7a))
12+
13+
* ci: simplified CI ([`cdeb144`](https://github.com/HLasse/TextDescriptives/commit/cdeb144022c43ba0ef050445ed9d7e4954e1f660))
14+
15+
### Fix
16+
17+
* fix: minor fixes ([`24938bb`](https://github.com/HLasse/TextDescriptives/commit/24938bb7906deb62df962bf2efdbb4be4b9f9b87))
18+
19+
* fix: removed warning when dividing by 0 ([`9530103`](https://github.com/HLasse/TextDescriptives/commit/9530103618c40d4f5cf1db4a6c0b9d9daccf1062))
20+
21+
### Style
22+
23+
* style: format ([`e17a9a6`](https://github.com/HLasse/TextDescriptives/commit/e17a9a61b7dc710d8e42b03c9e50fe69eec19f1a))
24+
25+
### Unknown
26+
27+
* Merge pull request #372 from HLasse/added-pyupgrade
28+
29+
ci: Added pyupgrade to ruff ([`a44ec46`](https://github.com/HLasse/TextDescriptives/commit/a44ec46364f46f23fc8bd95c5cbd6064de3b43ea))
30+
31+
* cI: update lint ci to use uv ([`0019df2`](https://github.com/HLasse/TextDescriptives/commit/0019df210cc937173c6a0befa6d510132a0ead1d))
32+
33+
* Added isort ([`cf596fa`](https://github.com/HLasse/TextDescriptives/commit/cf596faaf8f7b54e6d526b54e89b42ee17146637))
34+
35+
* Added pyupgrade to ruff ([`221e074`](https://github.com/HLasse/TextDescriptives/commit/221e0743ee31c72df1d4e162ee2ec3c3cb4b61eb))
36+
37+
* Merge pull request #371 from HLasse/simplify-ci
38+
39+
ci: simplified CI ([`bb07e1b`](https://github.com/HLasse/TextDescriptives/commit/bb07e1bab00f7eda84be825af85abc84d41e8af4))
40+
41+
542
## v2.8.3 (2024-12-15)
643

744
### Ci

‎pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "textdescriptives"
3-
version = "2.8.3"
3+
version = "2.8.4"
44
description = "A library for calculating a variety of features from text using spaCy"
55
authors = [
66
{ name = "Lasse Hansen", email = "lasseh0310@gmail.com" },

0 commit comments

Comments
 (0)
Please sign in to comment.