Skip to content

Python3.10 support and small fixes

Latest
Compare
Choose a tag to compare
@meliksahturker meliksahturker released this 02 Mar 13:55
· 44 commits to main since this release
  • cyhunspell is replaced by spylls. Consequently, VNLP now supports Python 3.10. However, Python3.6 support is dropped now.
  • Newer versions of Tensorflow does not rely on Keras-Preprocessing anymore. This had caused issues since our tokenizers were saved via pickle. Instead, they are stored as json now, and are loaded in a tf version agnostic way.
  • Tensorflow warnings are suppressed.
  • Readthedocs build and files are updated due to tensorboard, protobuf and grpcio dependency issues.