Skip to content

Commit

Permalink
chore: v1.7.7 (#1226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoralez authored Dec 16, 2024
1 parent 2d0af6c commit bfcb4f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion neuralforecast/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.7.6"
__version__ = "1.7.7"
__all__ = ['NeuralForecast']
from .core import NeuralForecast
from .common._base_model import DistributedConfig # noqa: F401
17 changes: 11 additions & 6 deletions settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ host = github
lib_name = neuralforecast
user = Nixtla
description = Time series forecasting suite using deep learning models
keywords = time-series forecasting deep-learning
keywords = time-series forecasting deep-learning
author = Nixtla
author_email = [email protected]
copyright = Nixtla Inc.
branch = main
version = 1.7.6
version = 1.7.7
min_python = 3.8
audience = Developers
language = English
Expand All @@ -22,12 +22,17 @@ dev_requirements = black gitpython hyperopt matplotlib mypy nbdev==2.3.25 polars
nbs_path = nbs
doc_path = _docs
recursive = True
doc_host = https://nixtlaverse.nixtla.io
doc_host = https://nixtlaverse.nixtla.io
doc_baseurl = /neuralforecast/
git_url = https://github.com/%(user)s/neuralforecast/
lib_path = %(lib_name)s
title = %(lib_name)s
git_url = https://github.com/Nixtla/neuralforecast/
lib_path = neuralforecast
title = neuralforecast
black_formatting = True
jupyter_hooks = True
clean_ids = True
tst_flags = polars
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
clear_all = False
put_version_in_init = True

0 comments on commit bfcb4f7

Please sign in to comment.