- First release on GitHub
- Good unit test coverage
- Full documentation, instructions and demo
- Added command line builder with Pythonic interface
- Now installable using pip
- Updated VW version to 7.6
- Tweaked line detection to speed up process communication
- Active Learning interface, with documentation and example script
- Minor performance boosts
- Backwards-incompatible change:
get_prediction()
now returns aVWResult
object, with the predicted value accessible asresult.prediction
.
- Python 3 compatibility (thanks Antti Haapala!)
- Much faster line buffering (50% overall speed improvement) (thanks Antti Haapala!)
- Updated VW version to 7.7
- Updated Ubuntu in VM to Trusty
- Travis integration