Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
prophet-1.1.6-py3-none-macosx_11_0_arm64.whl | 2024-09-29 | 8.2 MB | |
prophet-1.1.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl | 2024-09-29 | 14.4 MB | |
prophet-1.1.6-py3-none-macosx_10_11_x86_64.whl | 2024-09-29 | 8.8 MB | |
prophet-1.1.6-py3-none-win_amd64.whl | 2024-09-29 | 13.3 MB | |
prophet-1.1.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl | 2024-09-29 | 14.7 MB | |
artifact-source-dist.zip | 2024-09-29 | 65.5 kB | |
1.1.6 source code.tar.gz | 2024-09-29 | 15.0 MB | |
1.1.6 source code.zip | 2024-09-29 | 15.1 MB | |
README.md | 2024-09-29 | 1.5 kB | |
Totals: 9 Items | 89.6 MB | 0 |
What's Changed
- Update plot.py by @tomthepeach in https://github.com/facebook/prophet/pull/2523
- Bug Fix: Include predictions for missing y (NaN) dates in the history [#2518] by @imad24 in https://github.com/facebook/prophet/pull/2530
- Use stable sort when sorting values in forecaster by @natl in https://github.com/facebook/prophet/pull/2568
- Fix Issue [#2577] - Zero Division Error in diagnostics.performance_metrics() causing failed assertion by @ThomasChia in https://github.com/facebook/prophet/pull/2578
- Fixed np.float_ deprecation in numpy 2.0 by @shamalgithub in https://github.com/facebook/prophet/pull/2592
- Removed remaining depreciated datetime conversions (#2492) by @YuyuZhou1228 in https://github.com/facebook/prophet/pull/2598
- Update
holidays
package dependency constraints by @arkid15r in https://github.com/facebook/prophet/pull/2587
New Contributors
- @tomthepeach made their first contribution in https://github.com/facebook/prophet/pull/2523
- @imad24 made their first contribution in https://github.com/facebook/prophet/pull/2530
- @natl made their first contribution in https://github.com/facebook/prophet/pull/2568
- @ThomasChia made their first contribution in https://github.com/facebook/prophet/pull/2578
- @shamalgithub made their first contribution in https://github.com/facebook/prophet/pull/2592
- @YuyuZhou1228 made their first contribution in https://github.com/facebook/prophet/pull/2598
Full Changelog: https://github.com/facebook/prophet/compare/1.1.5...v1.1.6