Fixed - Feature `user.is_bot` errors out with None 'groups'.
0.4.4
Added - Adds spanish language utilities - Adds informal words utility to English and Spanish languages
Changed - Converts English language badwords detection to regex based strategy.
0.4.1
Added - Adds 'indonesian' language (thanks kenrick95!)
Changed - Added `balance_labels` arg to constructor of SVC models. - Improves formatting of `train_test` results (and implements one vs. rest ROC for multiclass models)
0.4.0
Changed - Move "scorer" out of the library (and into ORES). - Completed documentation (see http://pythonhosted.org/revscoring) - Implemented a refactoring for the 'dependencies'. - Also implements some new functions list dig() and expand()
0.3.1
Changed - Specify version of scipy same as in Ubuntu Trusty