- Use datetime index of exogenous and endogenous variables.
0.3.7
- Remove upper constraint on `pandas` version.
0.3.6
- Remove version restriction on `skyfield`. - Limit `pandas` version by 1.1.5 pending incompatibility fix `patsy` 0.5.1.
0.3.5
- Use `median_abs_deviation` instead of deprecated `median_absolute_deviation`. This requires `scipy>=1.5`. - Use `dates.isocalendar().week` instead of deprecated `dates.week`. This requires `pandas>=1.1`. - Silence warning about default `dtype` in empty `Series`. Now `dtype=float`.
0.3.4
- Change the way seasonal outliers are detected. Instead of looking at percentage changes, the focus now is at the absolute deviation from the exponentially weighted moving average.
0.3.3
- Limit the version of `skyfield` package to 1.22 due to an error `AttributeError: module 'datetime' has no attribute 'combine'`.