Skip to content

Releases: fidelity/textwiser

textwiser 1.5.1

13 Feb 21:38
28578dc
Compare
Choose a tag to compare

Minor

  • Change the binary parameter of sklearn models to be a boolean
  • Fix a test issue caused by umap fit_transform

textwiser 1.5.0

23 Dec 14:55
20c4115
Compare
Choose a tag to compare

Major:

  • Utilize ELMo from TFHub and remove allennlp dependency

textwiser 1.4.0

07 Jun 22:22
5e2a16c
Compare
Choose a tag to compare

Major:

  • Update UMAP to return deterministic output in latest version
  • Update SVD to return deterministic output
  • Update Word2Vec and Doc2Vec with latest gensim training

Minor:

  • Disable non-relevant transformers warning
  • Add full requirement install option (see requirements_full.txt)
  • Make gensim requirement explicit instead of relying on flair's dependency tree
  • Directly utilize ELMo from allennlp instead of flair by bumping allennlp requirement