New features
* Additive Expert ensemble ([AddExp](https://scikit-multiflow.github.io/scikit-multiflow/_autosummary/skmultiflow.meta.additive_expert_ensemble.htmlmodule-skmultiflow.meta.additive_expert_ensemble)) [[paper](https://dl.acm.org/citation.cfm?id=1102408)]
* Dynamic Weighted Majority Ensemble ([DWE](https://scikit-multiflow.github.io/scikit-multiflow/_autosummary/skmultiflow.meta.dynamic_weighted_majority.htmlmodule-skmultiflow.meta.dynamic_weighted_majority)) [[paper](http://www.jmlr.org/papers/volume8/kolter07a/kolter07a.pdf)]
Misc
* Remove `Python 3.4` from list of supported versions as it has reached its `end-of-life` date
* Misc bug fixes