v0.9.1
We are happy to announce the release of version 0.9.1.
New release of python module
The main goal of this release is to merge two existing python modules: the official fastText module which was available on our github repository and the unofficial fasttext module which was available on pypi.org.
You can find an overview of the new API here, and more insight in our blog post.
Refactoring
This version includes a massive rewrite of internal classes. The training and test are now split into three different classes : Model that takes care of the computational aspect, Loss that handles loss and applies gradients to the output matrix, and that is responsible of holding the model's state inside each thread.