Skip to content

Commit

Permalink
deps; doc; build sub
Browse files Browse the repository at this point in the history
  • Loading branch information
plandes committed Oct 14, 2024
1 parent 2258d51 commit 80c612a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]


## [1.16.0] - 2024-10-14
### Changed
- Bug fix on embedding attribute setting.
- Upgrade to `transformers` 4.45.2 and [zensols.deeplearn] 1.12.0.


## [1.15.1] - 2024-08-28
### Added
- A no operational implementation (`NoOpWordEmbedModel`) of `WordEmbedModel`.
Expand Down Expand Up @@ -345,7 +351,8 @@ Maintenance release.


<!-- links -->
[Unreleased]: https://github.com/plandes/deepnlp/compare/v1.15.1...HEAD
[Unreleased]: https://github.com/plandes/deepnlp/compare/v1.16.0...HEAD
[1.16.0]: https://github.com/plandes/deepnlp/compare/v1.15.1...v1.16.0
[1.15.1]: https://github.com/plandes/deepnlp/compare/v1.15.0...v1.15.1
[1.15.0]: https://github.com/plandes/deepnlp/compare/v1.14.0...v1.15.0
[1.14.0]: https://github.com/plandes/deepnlp/compare/v1.13.1...v1.14.0
Expand Down
4 changes: 2 additions & 2 deletions src/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ transformers~=4.45.2
huggingface-hub
sentencepiece~=0.1.97
protobuf~=3.20.1
zensols.nlp~=1.11.0
zensols.deeplearn~=1.11.0
zensols.nlp~=1.11.1
zensols.deeplearn~=1.12.0
2 changes: 1 addition & 1 deletion zenbuild

0 comments on commit 80c612a

Please sign in to comment.