From 2eae0be19ca021fcaaf7e2f326262d7a7173c829 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 1 Mar 2023 11:00:25 +0000 Subject: [PATCH] 2.4.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ba0e4fc..ec4f942e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v2.4.2 (2023-03-01) +### Fix +* Handle case where extension is set, but pipeline is not ([`2ba2dd2`](https://github.com/HLasse/TextDescriptives/commit/2ba2dd210f612974f5279ad8302ee254d5c611b3)) +* `extract_metrics` failing if `metrics=None` ([`6bfe6b0`](https://github.com/HLasse/TextDescriptives/commit/6bfe6b0ed74a7e490587878ea06ac2b9f3a9900a)) + ## v2.4.1 (2023-02-08) ### Fix * Change auto-approve event ([`729836f`](https://github.com/HLasse/TextDescriptives/commit/729836feb76a12507a6a0f703b434ec071124f5f)) diff --git a/pyproject.toml b/pyproject.toml index b361701f..4e1374a2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "textdescriptives" -version = "2.4.1" +version = "2.4.2" description = "A library for calculating a variety of features from text using spaCy" authors = [{name = "Lasse Hansen", email = "lasseh0310@gmail.com"}, {name = "Kenneth Enevoldsen"}]