From 39d6bfa9f62c060b6abee95ec381c5316d9230f3 Mon Sep 17 00:00:00 2001 From: vincent d warmerdam Date: Wed, 7 Oct 2020 12:51:52 +0200 Subject: [PATCH] Convert deprecation (#241) * added-use-removed-convert * docs-update * modified-test * typo * test-fix * removed-convert-from-tests * convert-doh-import * import-bug * maybe this * yet-another-fix * found-the-bug * multi-lang * version-bump --- docs/releases.md | 4 ++-- setup.py | 2 +- whatlies/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/releases.md b/docs/releases.md index 1c92fa12..af5b480a 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,9 +1,9 @@ -v0.5.3 +v0.5.4 - Deprecated the `ConveRTLanguage` backend. The original authors removed the embeddings. - Added the support for the Universal Sentence Encoder. -v0.5.2 +v0.5.3 - Fixed the `ConveRTLanguage` backend. The original source changed their download url. diff --git a/setup.py b/setup.py index 646a61c1..4d652bff 100644 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ setup( name="whatlies", - version="0.5.3", + version="0.5.4", author="Vincent D. Warmerdam", packages=find_packages(exclude=["notebooks", "docs"]), description="Tools to help uncover `whatlies` in word embeddings.", diff --git a/whatlies/__init__.py b/whatlies/__init__.py index 698db5db..64bc6de1 100644 --- a/whatlies/__init__.py +++ b/whatlies/__init__.py @@ -1,7 +1,7 @@ """ Whatlies library """ -__version__ = "0.5.3" +__version__ = "0.5.4" from whatlies.embeddingset import EmbeddingSet from whatlies.embedding import Embedding