-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,3 +20,4 @@ repos: | |
hooks: | ||
- id: mypy | ||
args: [--ignore-missing-imports] | ||
exclude: 'setup.py' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
__version__ = "0.13.0" | ||
__version__ = "0.13.1" | ||
__all__ = ['MLForecast'] | ||
from mlforecast.forecast import MLForecast |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,21 +8,22 @@ author = José Morales | |
author_email = [email protected] | ||
copyright = Nixtla | ||
branch = main | ||
version = 0.13.0 | ||
version = 0.13.1 | ||
min_python = 3.8 | ||
audience = Developers | ||
language = English | ||
custom_sidebar = True | ||
license = apache2 | ||
status = 3 | ||
requirements = cloudpickle coreforecast>=0.0.7 fsspec numba optuna packaging pandas scikit-learn utilsforecast>=0.0.27 window-ops | ||
requirements = cloudpickle coreforecast>=0.0.10 fsspec numba optuna packaging pandas scikit-learn utilsforecast>=0.1.9 window-ops | ||
dask_requirements = fugue dask[complete] lightgbm xgboost | ||
ray_requirements = fugue[ray] lightgbm_ray xgboost_ray | ||
spark_requirements = fugue pyspark>=3.3 lightgbm xgboost | ||
aws_requirements = fsspec[s3] | ||
gcp_requirements = fsspec[gcs] | ||
azure_requirements = fsspec[adl] | ||
dev_requirements = black datasetsforecast matplotlib mypy nbdev polars[numpy]>=0.0.0rc0 pre-commit prophet pyarrow ruff shap statsmodels | ||
polars_requirements = polars[numpy] | ||
dev_requirements = black datasetsforecast matplotlib mypy nbdev pre-commit prophet pyarrow ruff shap statsmodels | ||
nbs_path = nbs | ||
doc_path = _docs | ||
recursive = True | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters