pypi prophet 1.1.1

latest releases: 1.1.5, 1.1.4, 1.1.3...
20 months ago

What's Changed

Python

  • Improved runtime of predict() function via vectorization of future draws. Details here. Credits to @orenmatar for the original blog post and @winedarksea for the implementation.
    • predict() now has a new argument, vectorized, which is true by default. You should see speedups of 3-7x for predictions, especially if the model does not use full MCMC sampling. When using growth='logistic' with mcmc_samples > 0, predictions may be slower, and in these cases you can fall back to the original code by specifying vectorized=False.
  • Added aarch64 wheels for Linux and parallelised wheel build workflow. Credits to @thechopkins.
  • cmdstanpy minimum version is now 1.0.4
  • Fixed a bug where the version number hadn't updated from 1.0. prophet.__version__ now returns the correct version.

R

  • (Backend change) Make holidays data internal to the package to prevent unintentional overrides. Note that the data can still be read by end users as before, this hasn't changed. Credits to @bartekch.

Don't miss a new prophet release

NewReleases is sending notifications on new releases.