New features
* `TableRowClassifier.train()` can consume table with `NaN` elements, which will be ignored while training
* `TableRowClassifier.train()` can consume `ground_truth` list entries `==0` which will be ignored while training
* Added a new predefined feature set `v070`
Backwards compatibility breaking changes
* `TableRowClassifier.predict()` has no parameter `return_numpy` anymore and returns a numpy array.
* Input features and results of `TableRowClassifier` `train()` and `predict()` are now always 1-dimensional. 2D arrays with shape `(1, n)` are no longer allowed.
Thanks to kevinyamauchi for feedback and support!