diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cd4b12..94e2bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.14.0] - 2024-04-14 + +### Changed +- Guard on cycles in botched dependency head trees when creating features. +- Upgrade [zensols.nlparse] to 1.11.0. + + ## [1.13.0] - 2024-03-07 ### Added - A CLI application for prediction using packaged models. @@ -316,7 +323,8 @@ Maintenance release. -[Unreleased]: https://github.com/plandes/deepnlp/compare/v1.13.0...HEAD +[Unreleased]: https://github.com/plandes/deepnlp/compare/v1.13.1...HEAD +[1.13.1]: https://github.com/plandes/deepnlp/compare/v1.13.0...v1.13.1 [1.13.0]: https://github.com/plandes/deepnlp/compare/v1.12.0...v1.13.0 [1.12.0]: https://github.com/plandes/deepnlp/compare/v1.11.1...v1.12.0 [1.11.1]: https://github.com/plandes/deepnlp/compare/v1.11.0...v1.11.1 diff --git a/src/python/requirements.txt b/src/python/requirements.txt index 01d2fc2..33354f7 100644 --- a/src/python/requirements.txt +++ b/src/python/requirements.txt @@ -4,5 +4,5 @@ transformers~=4.35.2 huggingface-hub sentencepiece~=0.1.97 protobuf~=3.20.1 -zensols.nlp~=1.10.0 +zensols.nlp~=1.11.0 zensols.deeplearn~=1.11.0 diff --git a/zenbuild b/zenbuild index d9acb4f..684873e 160000 --- a/zenbuild +++ b/zenbuild @@ -1 +1 @@ -Subproject commit d9acb4f55077c8e73997a46d9ff1feccbded1f44 +Subproject commit 684873e54754614ae3a14817c75ad1553605fcf0