Uber Orbit Versions Save

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

v1.1.4.9

1 month ago

Hot fix from v1.1.4.8 to revert restrictive requirements of dependencies

v1.1.4.8

1 month ago

A minor refinement for the installation experience such that the pre-compile strategy is maintained except the conda env.

  • refine setup.py to have conda env detection
  • remove the time stamp check in subsequent stan compilation

v1.1.4.7

1 month ago

Minor fix from previous version

  • fixes #864 by increasing required version of cmdstanpy
  • a fallback rule to ensure edge cases with weird compilation behavior from stan

v1.1.4.6

1 month ago

This is version (a hot fix commit from v1.1.4.4) fixing the stan files compilation issues after the testing from dev0 and dev1.

v1.1.4.5

1 month ago

This is version (a hot fix commit from v1.1.4.4) fixing the stan files compilation issues after the testing from dev0 and dev1.

1.1.4.5dev1

1 month ago

similar to previous version, this is for testing conda install with a fix on the stan compilation process.

1.1.4.5dev0

1 month ago

a branch to test fixing stan compilation issue in conda with a refreshed github action

v1.1.4.4

2 months ago

Core Changes

  • fix installation problem from previous version; current version should support up to python 3.11 on macos, windows and linux
  • use a refined pre-compile method which no longer compile stan files at the first time running models fitting
  • use default cmdstan path for easy stan path management
  • added docker file for a quick fit and predict image
  • fix linting problem and add it as the dependency for unit tests

Documentation

  • update tutorials to reflect behaviors with current version

v1.1.4.4alpha

3 months ago

This is hotfix version mainly address problem with cmdstanpy (#846 )

v1.1.4.3

3 months ago

Core Changes

Documentation