Skip to content

Releases: uber/orbit

v1.1.5.1

Choose a tag to compare

@swotai swotai released this 22 May 22:23
d1f58a6

v1.1.5.1 Change Logs

What's Changed

New Contributors

Full Changelog: v1.1.5.0...v1.1.5.1

v1.1.5.0

Choose a tag to compare

@edwinnglabs edwinnglabs released this 03 Mar 01:00

v0.1.1.5.0 Change Logs

What's Changed

New Contributors

Full Changelog: v1.1.4.9...v1.1.5.0

v.1.1.4.9

Choose a tag to compare

@edwinnglabs edwinnglabs released this 01 Apr 00:44
a89806d

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

v.1.1.4.8

Choose a tag to compare

@edwinnglabs edwinnglabs released this 29 Mar 03:00
44daf53

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

Choose a tag to compare

@edwinnglabs edwinnglabs released this 23 Mar 06:08
e210705

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

Choose a tag to compare

@edwinnglabs edwinnglabs released this 20 Mar 06:57

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

Choose a tag to compare

@edwinnglabs edwinnglabs released this 20 Mar 04:14

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

1.1.4.5dev0

Choose a tag to compare

@edwinnglabs edwinnglabs released this 19 Mar 05:45

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

v1.1.4.4

Choose a tag to compare

@edwinnglabs edwinnglabs released this 14 Mar 07:55
b9ae63d

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

v.1.1.4.4alpha

Choose a tag to compare

@edwinnglabs edwinnglabs released this 16 Feb 03:13

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