There a some changes besides numerous bug fixes and small improvements:
* Add support for entire model saving and loading via ``dump_artm_model`` and ``save_artm_model`` methods of ``artm.ARTM``
* Basic support for building and installing platform-dependent [Python wheels](https://www.python.org/dev/peps/pep-0513/)
* VisARTM documentation is moved to its own [website](http://visartm.vdi.mipt.ru/docs/intro), now there is only [link to it](https://bigartm.readthedocs.io/en/stable/visartm/index.html)
**IMPORTANT** Few Python dependencies were added - `scipy` (required) and `wheel` (for building Python package, optional). Please install them with `pip install`.
For more details refer to [Release Notes](http://docs.bigartm.org/en/stable/release_notes/index.html).
If you have any questions, please ask [bigartm-usersgooglegroups.com](https://groups.google.com/forum/!forum/bigartm-users).