mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-14 20:48:08 +00:00
bump version
This commit is contained in:
parent
9de976ef42
commit
6e9fa67985
3 changed files with 32055 additions and 22617 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Package: prophet
|
||||
Title: Automatic Forecasting Procedure
|
||||
Version: 1.1.5
|
||||
Date: 2023-10-10
|
||||
Version: 1.1.6
|
||||
Date: 2024-09-29
|
||||
Authors@R: c(
|
||||
person("Sean", "Taylor", email = "sjtz@pm.me", role = c("cre", "aut")),
|
||||
person("Ben", "Letham", email = "bletham@fb.com", role = "aut")
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
11
README.md
11
README.md
|
|
@ -127,6 +127,17 @@ Using `cmdstanpy` with Windows requires a Unix-compatible C compiler such as min
|
|||
|
||||
## Changelog
|
||||
|
||||
### Version 1.1.6 (2024.09.29)
|
||||
|
||||
#### Python
|
||||
|
||||
- Bug fixes: include predictions for dates with missing `y` the history, zero division error in cross validation metrics.
|
||||
- Changed `NDArray[np.float_]` to `NDArray[np.float64]` to be compatible with numpy 2.0
|
||||
|
||||
#### R
|
||||
|
||||
- Updated `holidays` data based on holidays version 0.57.
|
||||
|
||||
### Version 1.1.5 (2023.10.10)
|
||||
|
||||
#### Python
|
||||
|
|
|
|||
Loading…
Reference in a new issue