Skip to content

Releases: MartinoMensio/spacy-universal-sentence-encoder

v0.4.6

23 Mar 12:15
5df58ad
Compare
Choose a tag to compare

support for python3.11

v0.4.5

11 Jul 16:06
856f2d6
Compare
Choose a tag to compare

Relaxed constraints about spacy_version in meta.json

v0.4.4

11 Jul 15:31
ea359ce
Compare
Choose a tag to compare

Updated spaCy version dependency to 3.3

v0.4.3

26 Apr 18:05
d9fa6fc
Compare
Choose a tag to compare

Added support for CMLM models:

  • en_use_cmlm_md
  • en_use_cmlm_lg
  • xx_use_cmlm
  • xx_use_cmlm_br

v0.4.1

30 Mar 13:58
6a77f4c
Compare
Choose a tag to compare

Fixed error when debug config is not active.
Standalone models now have requirements less strict

v0.4.0

06 Mar 17:11
41449a8
Compare
Choose a tag to compare

Updated to spaCy v3 and new tensorflow.
Changed how to create the pipeline component (spaCy v3 changed its API)

v0.3.4

16 Nov 10:38
66c3e9e
Compare
Choose a tag to compare

Now tensorflow-text is a dependency only for multilanguage models. This makes the library usable on Windows too (See #10).

v0.3.3

16 Nov 09:34
d0d3c97
Compare
Choose a tag to compare

Removed warning from SpaCy version check

v0.3.2

05 Sep 14:10
c4d6691
Compare
Choose a tag to compare

This version includes

  • serialisable docs
  • allow customisation of tfhub models folder

README.md includes the complete description of these features.

v0.3.1

08 Aug 10:48
bf78a05
Compare
Choose a tag to compare

Added compatibility to spacy 2.1 and 2.2