diff --git a/CHANGELOG.md b/CHANGELOG.md index f4d271da..e514bb7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ +## v2.7.0 (2023-05-16) +### Feature +* Added version 0.2.0 models ([`5d4fc7d`](https://github.com/centre-for-humanities-computing/DaCy/commit/5d4fc7de635050423d9282795b67446259425bef)) + +### Fix +* Ensure that model download is handled correctly ([`2b48f4d`](https://github.com/centre-for-humanities-computing/DaCy/commit/2b48f4dacbd2fd06598421595d858677f1829826)) +* Removed unused package ([`c1f8681`](https://github.com/centre-for-humanities-computing/DaCy/commit/c1f86811748465413319dfc4f49483e3f913053c)) + +### Documentation +* Updated readme ([`0ce3862`](https://github.com/centre-for-humanities-computing/DaCy/commit/0ce3862170afe6f3442a39cd0bd8676917bb2e80)) +* Fixed news listing ([`9ea806d`](https://github.com/centre-for-humanities-computing/DaCy/commit/9ea806dbaae221d10f7f4ba5870eb3bdc29b412c)) +* Fix rendering of links ([`a7a9d96`](https://github.com/centre-for-humanities-computing/DaCy/commit/a7a9d964aa7be8f6fb77621dedaaca46b7691cf4)) +* Added coref and NED ([`4d20f71`](https://github.com/centre-for-humanities-computing/DaCy/commit/4d20f7167fa91fe557d71b32f6be8818e4ebb1d3)) +* Added news ([`de76d12`](https://github.com/centre-for-humanities-computing/DaCy/commit/de76d129da43176b13b0e8305b24e4b211554ab6)) +* Added missing links to readme ([`6ea8d4b`](https://github.com/centre-for-humanities-computing/DaCy/commit/6ea8d4b6308d9721e4be2de7a98515a7872d7431)) +* Hide downloads from output ([`efeae63`](https://github.com/centre-for-humanities-computing/DaCy/commit/efeae639a5f8e44ab18a18d3ff2262826c251427)) +* Update docs to hide downloads ([`0ee0a51`](https://github.com/centre-for-humanities-computing/DaCy/commit/0ee0a516b6faebf729eba8265e1f39a0de7c31e2)) + ## v2.6.0 (2023-04-11) ### Feature * Added fine-grained ner component ([`4977687`](https://github.com/centre-for-humanities-computing/DaCy/commit/497768716f6b47f2addf5565f43ac1e0605a8f3d)) diff --git a/pyproject.toml b/pyproject.toml index 6bfe963f..d3fe6817 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "dacy" -version = "2.6.0" +version = "2.7.0" 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"},