Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@haifeng-jin haifeng-jin released this 28 Jan 18:28
· 23 commits to master since this release
28cd95e

Release v1.1.0

Breaking changes

  • This only affect you if you use BertTokenizer or BertEncoder in AutoKeras explicity. You are not affected if you only use BertBlock, TextClassifier or TextRegressor. Removed the AutoKeras implementation of BertTokenizer and BertEncoder. Use keras-nlp implementation instead.

Bug fixes

  • Now also support numpy>=1.24.

New Contributors

Full Changelog: 1.0.20...1.1.0