Skip to content

Commit

Permalink
deps; build sub; doc
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Apr 14, 2024
1 parent 971f394 commit 827b11e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -316,7 +323,8 @@ Maintenance release.


<!-- links -->
[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
Expand Down
2 changes: 1 addition & 1 deletion src/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion zenbuild

0 comments on commit 827b11e

Please sign in to comment.