Relevant new features:
- https://github.com/ourownstory/neural_prophet/pull/916 Introduce "Glocal": global-local seasonality and trend
- https://github.com/ourownstory/neural_prophet/pull/733 Introduce TorchProphet: Making NeuralProphet compatible with Facebook Prophet code, with tutorial
- https://github.com/ourownstory/neural_prophet/pull/831 Tutorial: Migration from Prophet to NeuralProphet
- https://github.com/ourownstory/neural_prophet/pull/779 Introduce uncertainty panel in forecast components plot
API and modeling changes:
- https://github.com/ourownstory/neural_prophet/pull/829 API change: Rename "yhat" to "origin" in `get_latest_forecast()` and `plot_latest_forecast()`
- https://github.com/ourownstory/neural_prophet/pull/909 Remove regressor if training set has one unique value (instead of throwing error)
Important fixes and enhancements:
- https://github.com/ourownstory/neural_prophet/pull/853 Support setting custom quantile in `plot_parameters()`
- https://github.com/ourownstory/neural_prophet/pull/865 Allow component plot with locally-normalized global df
- https://github.com/ourownstory/neural_prophet/pull/920 Restructure documentation website
- https://github.com/ourownstory/neural_prophet/pull/791 Fix: re-scaling of multiplicative components in forecast df
Additionally, many smaller bugfixes and improvements to the codebase were also introduced.
For details, please view the merged Pull Requests.