spaCy v2.1.1 Release Notes

Release Date: 2019-03-20 // about 5 years ago
  • ๐Ÿฑ โœจ New features and improvements

    • ๐Ÿ— Raise error if user is running a narrow unicode build.
    • Move ud_train, ud_evaluate and other UD scripts from CLI to /bin in repo only.
    • ๐Ÿ‘Œ Improve accuracy of spacy pretrain by implementing cosine loss.

    ๐Ÿฑ ๐Ÿ”ด Bug fixes

    • ๐Ÿ›  Fix issue #3421: Update docs and raise error for narrow unicode builds.
    • ๐Ÿ›  Fix issue #3427: Correct mistake in French lemmatizer.
    • ๐Ÿ›  Fix issue #3431: Make Doc.vector and Doc.vector_norm work as expected on GPU.
    • ๐Ÿ›  Fix issue #3437: Fix installation problem on GPU.
    • ๐Ÿ›  Fix issue #3439, #3446: Don't include UD scripts in spacy.cli.

    ๐Ÿ‘ฅ Contributors

    Thanks to @mhham and @Bharat123rox for the pull requests!