New feature
* A new BigDL document website online https://bigdl-project.github.io/, which replace the original BigDL wiki
* Added New Models & Layers
+ TreeLSTM and examples for sentiment analytics
+ convLSTM layer
+ 1D convolution layer
+ Mean Absolute Error (MAE) metrics
+ TimeDistributed Layer
+ VolumetricConvolution(3D convolution)
+ VolumetricMaxPooling
+ RoiPooling layer
+ DiceCoefficient loss
+ bi-recurrent layers
* API change
+ Allow user to set regularization per layer
+ Allow user to set learning rate per layer
+ Add predictClass API for python
+ Add DLEstimator for Spark ML pipeline
+ Add Functional API for model definition
+ Add movie length dataset API
+ Add 4d normalize support
+ Add evaluator API to simplify model test
* Install & Deploy
+ Allow user to install BigDL from pip
+ Support win64 platform
+ A new script to auto pack/distribute python dependency on yarn cluster mode
* Model Save/Load
+ Allow user to save BigDL model as Caffe model file
+ Allow user to load/save some Tensorflow model(cover tensorflow slim APIs)
+ Support save/load model file from/to s3/hdfs
* Optimization
+ Add plateau learning rate schedule
+ Allow user to adjust optimization process based on loss and score
+ Add Exponential learning rate decay
+ Add natural exp decay learning rate schedule
+ Add multistep learning rate policy
Enhancement
1. Optimization method API refactor
2. Allow user to load a Caffe model without pre-defining a BigDL model
3. Optimize Recurrent Layers performance
4. Refine the ML pipeline related API, and add more examples
5. Optimize JoinTable layer performance