Major Updates
- Visualization support on Linux (#1)
- NDArray support in SFrames
- Embedded visualizations in Jupyter/iPython notebooks (#330)
Enhancements
- Single dictionary support for object detection (#293 )
- Image Classifier & Image Similarity: take as input single image or SArray of images (#280)
- Add validation-set statistics to resulting model for linear/logistic regression (#274)
Fixes
- load_images should have a way to order the images alphabetically by path (#125)
- Adds verbose flag to ImageClassifier.evaluate (#281)
- csv header parsing problem with BOM UTF8 (#227)
- Support palette (type P) PNG image files (#278)
- Allow CUDA GPU to be used if available (#227)
- Handle RGBA (4 channels) and L (1 channel) images in detector (#275)