- fix plotting column selection by jmoralez in https://github.com/Nixtla/utilsforecast/pull/12
0.0.4
Bug Fixes
- handle irregular frequencies in fill_gaps jmoralez (7)
Enhancement
- support multiplied frequencies in fill_gaps jmoralez (11)
0.0.3
New Features
- add evaluation and vectorize losses jmoralez (6)
0.0.2
New Features
- add losses jmoralez (3)
Breaking Change
- rename plot to plot_series jmoralez (4)
Documentation
- add docs for validation module jmoralez (2)
Enhancement
- support integer frequency in fill_gaps jmoralez (1)
0.0.1
This is the first release, it includes the following modules: * Data: `generate_series`: used for generating synthetic time series * Plotting: `plot`: visualization of series' history and model predictions along with confidence intervals and anomalies. * Preprocessing: `fill_gaps`: helps with filling missing dates in the dataframe.