File tree 2 files changed +38
-1
lines changed
2 files changed +38
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
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
+
5
42
## v2.8.3 (2024-12-15)
6
43
7
44
### Ci
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " textdescriptives"
3
- version = " 2.8.3 "
3
+ version = " 2.8.4 "
4
4
description = " A library for calculating a variety of features from text using spaCy"
5
5
authors = [
6
6
{ name = " Lasse Hansen" , email = " lasseh0310@gmail.com" },
You can’t perform that action at this time.
0 commit comments