* Change multi-variate preprocessing to *left join* the external features to the main series and fill missing values using `fillna_X`
0.8.2
* Adjust the `model_selection` behavior to filter out `NaN` results before sorting
0.8.1
* Remove debugging prints * Add row-wise metrics * Add `MeanDefault` model in multi-variate forecasting * Fix `MeanDefault` bug in multi-variate forecasting
0.8.0
* Re-design the library * Automation config revamp * Add parameters for more custimisation * Fully support multi-variate forecasting along side with univariate * Add more metrics
**Breaking changes** * Everything, from module, names, functions, and arguments