Releases: uber/orbit
Releases · uber/orbit
v.1.1.4.9
v.1.1.4.8
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
v1.1.4.6
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
similar to previous version, this is for testing conda install with a fix on the stan compilation process.
1.1.4.5dev0
a branch to test fixing stan compilation issue in conda with a refreshed github action
v1.1.4.4
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
This is hotfix version mainly address problem with cmdstanpy
(#846 )
v1.1.4.3
v1.1.4.2
- hot fix on the commit graphs between master and dev