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

Commit

Permalink
version-bump (#158)
Browse files Browse the repository at this point in the history
* version-bump

* doc-updates
  • Loading branch information
koaning authored Aug 24, 2020
1 parent fc8ba84 commit 2b154fd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@ compatible versions.
| whatlies | spaCy | tensorflow |
|----------|-------:|------------:|
| 0.4.5 | 2.2.4 | 2.3.0 |
| 0.4.6 | 2.3.2 | 2.3.0 |
| 0.5.0 | 2.3.2 | 2.3.0 |
6 changes: 6 additions & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v0.5.0

- Added some robustness tot he `matplotlib` based arrow and scatter charts.
- Started deprecating the `plot_correlation` method in favor
of the new `plot_distance` and `plot_similarity` methods.

v0.4.7

- Fixed bugs relating to conditional imports.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

setup(
name="whatlies",
version="0.4.7",
version="0.5.0",
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.4.7"
__version__ = "0.5.0"

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

0 comments on commit 2b154fd

Please sign in to comment.