pypi prophet 1.1.4

latest release: 1.1.5
11 months ago

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 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.
  • 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.

Don't miss a new prophet release

NewReleases is sending notifications on new releases.