From 8cc8eb857c0c396b2aaf6ec7197f8bf3e48cfcc4 Mon Sep 17 00:00:00 2001 From: github-actions Date: Wed, 30 Oct 2024 15:01:59 +0000 Subject: [PATCH] 2.7.8 Automatically generated by python-semantic-release --- CHANGELOG.md | 21 +++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4624f5f..5f219d39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,27 @@ +## v2.7.8 (2024-10-30) + +### Documentation + +* docs: hide code block in ner benchmark ([`d07547c`](https://github.com/centre-for-humanities-computing/DaCy/commit/d07547c2fa3e7a699365533b579274630d80660b)) + +### Fix + +* fix: Allow for newest version of pip + +fixes #288 ([`0d088b6`](https://github.com/centre-for-humanities-computing/DaCy/commit/0d088b6e96f3699e34f186153172db335a652133)) + +### Unknown + +* Merge pull request #290 from centre-for-humanities-computing/fix--Allow-for-newest-version-of-pip + +fix: Allow for newest version of pip ([`ea0a07d`](https://github.com/centre-for-humanities-computing/DaCy/commit/ea0a07d155ee3beb63905d460d26063a58cd534c)) + +* Merge branch 'main' of https://github.com/centre-for-humanities-computing/DaCy ([`d990deb`](https://github.com/centre-for-humanities-computing/DaCy/commit/d990deb52cb56510d299aaf5e31c79e964e3aaae)) + + ## v2.7.7 (2024-01-17) ### Ci diff --git a/pyproject.toml b/pyproject.toml index f6aee940..1e0d4055 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dacy" -version = "2.7.7" +version = "2.7.8" description = "A Danish pipeline trained in SpaCy that has achieved State-of-the-Art performance on all dependency parsing, NER and POS-tagging for Danish" authors = [ { name = "Kenneth Enevoldsen", email = "kennethcenevoldsen@gmail.com" },