File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "1.7.6 "
1
+ __version__ = "1.7.7 "
2
2
__all__ = ['NeuralForecast' ]
3
3
from .core import NeuralForecast
4
4
from .common ._base_model import DistributedConfig # noqa: F401
Original file line number Diff line number Diff line change @@ -3,12 +3,12 @@ host = github
3
3
lib_name = neuralforecast
4
4
user = Nixtla
5
5
description = Time series forecasting suite using deep learning models
6
- keywords = time-series forecasting deep-learning
6
+ keywords = time-series forecasting deep-learning
7
7
author = Nixtla
8
8
9
9
copyright = Nixtla Inc.
10
10
branch = main
11
- version = 1.7.6
11
+ version = 1.7.7
12
12
min_python = 3.8
13
13
audience = Developers
14
14
language = English
@@ -22,12 +22,17 @@ dev_requirements = black gitpython hyperopt matplotlib mypy nbdev==2.3.25 polars
22
22
nbs_path = nbs
23
23
doc_path = _docs
24
24
recursive = True
25
- doc_host = https://nixtlaverse.nixtla.io
25
+ doc_host = https://nixtlaverse.nixtla.io
26
26
doc_baseurl = /neuralforecast/
27
- git_url = https://github.com/%(user)s /neuralforecast/
28
- lib_path = %(lib_name)s
29
- title = %(lib_name)s
27
+ git_url = https://github.com/Nixtla /neuralforecast/
28
+ lib_path = neuralforecast
29
+ title = neuralforecast
30
30
black_formatting = True
31
31
jupyter_hooks = True
32
32
clean_ids = True
33
33
tst_flags = polars
34
+ readme_nb = index.ipynb
35
+ allowed_metadata_keys =
36
+ allowed_cell_metadata_keys =
37
+ clear_all = False
38
+ put_version_in_init = True
You can’t perform that action at this time.
0 commit comments