Uber Orbit Versions Save

A Python package for Bayesian forecasting with object-oriented design and probabilistic models under the hood.

v1.1.4.2

1 year ago
  • hot fix on the commit graphs between master and dev

v1.1.4.1

1 year ago
  • Hot fix on requirement.txt to set up fix on conda forge as well
  • Reduce number of python versions in unit test

v1.1.4

1 year ago

Core Changes:

Documentation:

  • all tutorial is updated to use cmdstanpy in backend

v1.1.3

1 year ago

Core changes:

Documentation:

Tutorial enhancement:

Utilities:

v1.1.2

2 years ago

Core changes:

  • Add Conda installation option (#679)
  • Suppress the lengthy Stan logging message (#696)
  • WBIC for pyro SVI sampling and BIC for MAP optimization (#719, #710)
  • Backtest module to include confidence intervals (#724)
  • Allow configuration for compiled Stan model path (#713)
  • Box plot for regression coefficient comparison (#737)
  • Bounded logistic growth for DLT model (#712)
  • Enhance regression output reporting (#739)å

Documentation:

  • Add blacking linting to Github action workflow (#708)
  • Tutorial enhancement

Utilities:

  • Add a new method make_future_df to prepare data frame for forecasting (#695)

v1.1.2alpha

2 years ago

Core changes:

  • Add Conda installation option (#679)
  • Suppress the lengthy Stan logging message (#696)
  • WBIC for pyro SVI sampling and BIC for MAP optimization (#719, #710)
  • Backtest module to include confidence intervals (#724)
  • Allow configuration for compiled Stan model path (#713)
  • Box plot for regression coefficient comparison (#737)
  • Bounded logistic growth for DLT model (#712)
  • Enhance regression output reporting (#739)

Documentation:

  • Add blacking linting to Github action workflow (#708)
  • Tutorial enhancement

Utilities:

  • Add a new method make_future_df to prepare data frame for forecasting (#695)

v1.1.1

2 years ago
  • fix the .mplstyle file path bug

v1.1.0

2 years ago

Core changes

  • Redesign the model class structure with three core components: model template, estimator, and forecaster (#506, #507, #508, #513)
  • Introduce the Kernel-based Time-varying Regression (KTR) model (#515)
  • Implement the negative coefficient for LGT and KTR (#600, #601, #609)
  • Allow to handle missing values in response for LGT and DLT (#645)
  • Implement WBIC value for model candidate selection (#654)

Documentation

  • A new series of tutorials for KTR (#558, #559)
  • Migrate the CI from TravisCI to Github Actions (#556)
  • Missing value handle tutorial (#645)
  • WBIC tutorial (#663)

Utilities

  • New Plotting Palette (#571, #589)
  • Redesign the diagnostic plotting (#581, #607)
  • Raise a warning when date index is not evenly distributed (#639)

v1.0.17

2 years ago
  • Core changes:
    • Use global mean instead of median in ktrx model before next major release

v1.0.16

2 years ago
  • Core changes
    • Bug fix and code improvement before next major release (#540, #541, #546)
    • lower than matplotlib requirement (#498)