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 inhdays.py
. Importing from theprophet.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 some countries like India and Pakistan, some Christian holidays are not currently included in the
holidays
package. These can be added manually, see examples here.
- This allows us to take full advantage of improvements to the
- 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
R
- Updated holidays data based on holidays v0.25.