bump version

This commit is contained in:
Cuong Duong 2024-09-29 10:33:14 +10:00
parent 9de976ef42
commit 6e9fa67985
3 changed files with 32055 additions and 22617 deletions

View file

@ -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

View file

@ -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