* make `cysignals` optional (and enables compilation for Windows systems) * add more PyPI trove classifiers (thanks johnyf) * support `pip` 10
0.4.4
* add support for `clang++` * add more details in the `README` * add more examples * fix build with old `cython` versions * fix a bug when accessing the subwords
0.4.3
* update fastText source code * update the variant library source code * add access to subword vectors (Python or numpy array) * add more getters (model version, module version, fastText version, ...) * update README
0.4.2
* force installation of `cysignals` before compiling the module with `pip`
0.4.1
* Fix dependency build order when installing using pip * Add a new `model.get_subwords(word)` method