Skip to content

Releases: uber/orbit

v.1.1.4.9

01 Apr 00:44
a89806d
Compare
Choose a tag to compare

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

v.1.1.4.8

29 Mar 03:00
44daf53
Compare
Choose a tag to compare

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

23 Mar 06:08
e210705
Compare
Choose a tag to compare

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

20 Mar 06:57
Compare
Choose a tag to compare

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

20 Mar 04:14
Compare
Choose a tag to compare

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

1.1.4.5dev0

19 Mar 05:45
Compare
Choose a tag to compare

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

v1.1.4.4

14 Mar 07:55
b9ae63d
Compare
Choose a tag to compare

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

16 Feb 03:13
Compare
Choose a tag to compare

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

v1.1.4.3

15 Feb 23:08
Compare
Choose a tag to compare

Core Changes

  • replace stan sampling engine PyStan2 by cmdstanpy (#801)
  • update installation procedures and dependencies (#833), (#835), (#821)
  • update installation process such that it pre-compile all stan files during wheel building (#833), (#835)

Documentation

  • update read the doc process and underlying doc with respect to new changes (#836), (#838)
  • prune old examples and duplicates under the example/ folder (#838)

v1.1.4.2

29 Jan 22:05
Compare
Choose a tag to compare
  • hot fix on the commit graphs between master and dev