Skip to content

Releases: Nixtla/utilsforecast

v0.0.9

17 Oct 16:25
Compare
Choose a tag to compare

Bug Fixes

v0.0.8

17 Oct 03:07
Compare
Choose a tag to compare

New Features

v0.0.7

05 Oct 22:18
Compare
Choose a tag to compare

Bug Fixes

v0.0.6

29 Sep 16:22
Compare
Choose a tag to compare

New Features

Enhancements

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

v0.0.5

07 Dec 22:21
Compare
Choose a tag to compare

Bug Fixes

v0.0.4

12 Sep 19:13
Compare
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
Compare
Choose a tag to compare

New Features

v0.0.2

29 Aug 19:29
Compare
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
Compare
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.