Fasttext: Version is somehow behind the one in PyPi

Created on 2 Jul 2018  路  3Comments  路  Source: facebookresearch/fastText

Not sure how this happened, but the version from PyPi(https://pypi.org/project/fasttext/) is higher than in setup.py here. However, PyPi references this repo in the description. Is there another repo that's more up to date?

Python

Most helpful comment

Hi @yasonk , @m09,
Pypi version is now in line with github version, as described in this blog post. In particular, you can see how we ended up with different versions and version numbers here.

Now, the python version is also synced with git repository tag, which is now 0.9.1

Thank you very much for your feedback. I hope everything is clearer now. I am closing this issue. Feel free to re-open it if you have a question.

Best regards,
Onur

All 3 comments

Actually, 8.22 > 8.3 so this version is newer. Nobody pushed this version on PyPi yet though (which is super annoying). Your best bet it probably to use PyPi Test (https://test.pypi.org/project/fasttext/) where the version is up to date or to just bundle the repo and install locally in your application.

Hi @yasonk , @m09,
Pypi version is now in line with github version, as described in this blog post. In particular, you can see how we ended up with different versions and version numbers here.

Now, the python version is also synced with git repository tag, which is now 0.9.1

Thank you very much for your feedback. I hope everything is clearer now. I am closing this issue. Feel free to re-open it if you have a question.

Best regards,
Onur

That's great news, thanks!

Was this page helpful?
0 / 5 - 0 ratings