Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Commit

Permalink
Convert deprecation (#241)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
koaning authored Oct 7, 2020
1 parent a418c49 commit 39d6bfa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
2 changes: 1 addition & 1 deletion whatlies/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
Whatlies library
"""
__version__ = "0.5.3"
__version__ = "0.5.4"

from whatlies.embeddingset import EmbeddingSet
from whatlies.embedding import Embedding
Expand Down

0 comments on commit 39d6bfa

Please sign in to comment.