Release v1.1.0
Breaking changes
- This only affect you if you use
BertTokenizer
orBertEncoder
in AutoKeras explicity. You are not affected if you only useBertBlock
,TextClassifier
orTextRegressor
. Removed the AutoKeras implementation ofBertTokenizer
andBertEncoder
. Usekeras-nlp
implementation instead.
Bug fixes
- Now also support
numpy>=1.24
.
New Contributors
- @Psyrbin made their first contribution in #1779
- @buti1021 made their first contribution in #1782
- @Owaiskhan9654 made their first contribution in #1799
Full Changelog: 1.0.20...1.1.0