**Minor additions to the major v0.1.5 release**
- Added [bandpower](https://htmlpreview.github.io/?https://raw.githubusercontent.com/raphaelvallat/yasa/master/html/spectral.html#yasa.spectral.bandpower) function
- One can now directly pass a raw MNE object in several multi-channel functions of YASA, instead of manually passing `data`, `sf`, and `ch_names`. YASA will automatically convert MNE data from Volts to uV, and extract the sampling frequency and channel names. Examples of this can be found in the [Jupyter notebooks examples](https://github.com/raphaelvallat/yasa/tree/master/notebooks).