You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
What's Changed
Python
We now rely solely on the holidays package for country holidays. Credits to @arkid15r in #2379
This allows us to take full advantage of improvements to the holidays package, and removes reliance on unmaintained manual holidays entries in hdays.py. Importing from the prophet.hdays module has been deprecated and the module will be removed in the next release.
holidays v0.20 and beyond contains most / all previously missing holidays, so there should be very little differences in fitted models and predictions that currently make use of inbuilt country holidays.
Note that for countries like India and Pakistan, some Christian holidays are currently not included in the holidays package so will not be added automatically with .add_country_holidays(). These can be added manually instead, see examples here.
Upgraded underlying cmdstan to v2.31.0, which fixes installation issues on Apple M1. Credits to @WardBrian in #2428
Fixed a bug with Windows wheel builds caused by long path names. Credits to @WardBrian