Skip to content

1.1

Compare
Choose a tag to compare
@tcuongd tcuongd released this 24 Jun 21:14
· 75 commits to main since this release
d1f8a62

What's Changed

Python

  • Minimum required version of Python is now 3.7
  • Removed dependency on pystan==2.19.1.1, which is no longer maintained. cmdstanpy is now the sole stan backend. @tcuongd @WardBrian @akosfurton @malmashhadani-88
  • Python binaries built for MacOS, Linux, and Windows for Python 3.7-3.10, so end users no longer need to compile the Prophet model from source on their machine. @tcuongd
  • Use normal-id-glm distribution for Stan model to improve MCMC sampling speed (the model itself is still identical). @andrjohns
  • Improved execution time of rolling_mean_by_h function used to calculate cross validation performance metrics. @RaymondMcT

R

  • Update holidays data based on holidays package version 0.13.