Skip to content

Commit

Permalink
Merge pull request #102 from Nixtla/ARIMAquants_nbdevflow
Browse files Browse the repository at this point in the history
ARIMA level/quantile compatibility, missing nbdev_flow, protected gif
  • Loading branch information
AzulGarza authored May 3, 2022
2 parents 85f875c + d99ffbc commit b31ef56
Show file tree
Hide file tree
Showing 12 changed files with 356 additions and 1,637 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ docs/_site
build
dist
.vscode
*.gif
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,11 @@ dist: clean
python setup.py sdist bdist_wheel

clean:
rm -rf dist
rm -rf dist

nbdev_flow:
nbdev_install_git_hooks && nbdev_build_lib \
&& nbdev_build_docs \
&& nbdev_clean_nbs --clear_all True --fname "nbs/*" \
&& nbdev_diff_nbs \
&& nbdev_test_nbs --timing
420 changes: 210 additions & 210 deletions docs/arima.html

Large diffs are not rendered by default.

Loading

0 comments on commit b31ef56

Please sign in to comment.