Skip to content

Releases: Nixtla/utilsforecast

v0.0.6

29 Sep 16:22

Choose a tag to compare

New Features

Enhancements

  • support business day frequency in fill_gaps @jmoralez (#13)

v0.0.5

07 Dec 22:21

Choose a tag to compare

Bug Fixes

v0.0.4

12 Sep 19:13

Choose a tag to compare

Bug Fixes

  • handle irregular frequencies in fill_gaps @jmoralez (#7)

Enhancement

  • support multiplied frequencies in fill_gaps @jmoralez (#11)

v0.0.3

04 Sep 23:14

Choose a tag to compare

New Features

v0.0.2

29 Aug 19:29

Choose a tag to compare

New Features

Breaking Change

Documentation

Enhancement

  • support integer frequency in fill_gaps @jmoralez (#1)

v0.0.1

24 Aug 20:41

Choose a tag to compare

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.