Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yannvgn committed Dec 19, 2019
1 parent 1fe5e2a commit 54dc6b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
<a name="1.0.0"></a>
# [1.0.0](https://github.com/yannvgn/laserembeddings/compare/v0.1.3...v1.0.0) (2019-12-19)

- Greek, Chinese and Japanese are now supported 🇬🇷 🇨🇳 🇯🇵
- Some languages that were only partially supported are now fully supported (New Norwegian, Swedish, Tatar) 🌍
- It should work on Windows now 🙄
- Sentences in different languages can now be processed in the same batch ⚡️

<a name="0.1.3"></a>
# [0.1.3](https://github.com/yannvgn/laserembeddings/compare/v0.1.2...v0.1.3) (2019-10-03)

Expand Down
2 changes: 1 addition & 1 deletion laserembeddings/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from .laser import Laser

__version__ = '0.1.3'
__version__ = '1.0.0'

__all__ = ['Laser']
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "laserembeddings"
version = "0.1.3"
version = "1.0.0"
description = "Production-ready LASER multilingual embeddings"
authors = ["yannvgn <[email protected]>"]
license = "BSD-3-Clause"
Expand Down

0 comments on commit 54dc6b4

Please sign in to comment.