Skip to content

Commit

Permalink
assert v1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhishi committed Apr 2, 2021
1 parent 74f20d0 commit d7cb6ee
Show file tree
Hide file tree
Showing 12 changed files with 29 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/backtest.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"outputs": [],
"source": [
"assert orbit.__version__ == '1.0.13dev'"
"assert orbit.__version__ == '1.0.13'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/build_your_own_model.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"outputs": [],
"source": [
"assert orbit.__version__ == '1.0.13dev'"
"assert orbit.__version__ == '1.0.13'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/decompose_prediction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"outputs": [],
"source": [
"assert orbit.__version__ == '1.0.13dev'"
"assert orbit.__version__ == '1.0.13'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/dlt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"outputs": [],
"source": [
"assert orbit.__version__ == '1.0.13dev'"
"assert orbit.__version__ == '1.0.13'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/eda_function_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"outputs": [],
"source": [
"assert orbit.__version__ == '1.0.13dev'"
"assert orbit.__version__ == '1.0.13'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/ktrlite.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"outputs": [],
"source": [
"assert orbit.__version__ == '1.0.13dev'"
"assert orbit.__version__ == '1.0.13'"
]
},
{
Expand Down
20 changes: 18 additions & 2 deletions docs/tutorials/lgt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"execution_count": 1,
"metadata": {
"ExecuteTime": {
"end_time": "2021-03-31T03:02:41.802287Z",
"start_time": "2021-03-31T03:02:39.723774Z"
"end_time": "2021-04-02T21:41:37.981647Z",
"start_time": "2021-04-02T21:41:35.339775Z"
}
},
"outputs": [],
Expand All @@ -35,12 +35,28 @@
"\n",
"import pandas as pd\n",
"import numpy as np\n",
"\n",
"import orbit\n",
"from orbit.models.lgt import LGTMAP, LGTAggregated, LGTFull\n",
"from orbit.diagnostics.plot import plot_predicted_data\n",
"from orbit.diagnostics.plot import plot_predicted_components\n",
"from orbit.utils.dataset import load_iclaims"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"ExecuteTime": {
"end_time": "2021-04-02T21:41:37.986974Z",
"start_time": "2021-04-02T21:41:37.984511Z"
}
},
"outputs": [],
"source": [
"assert orbit.__version__ == '1.0.13'"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/model_diagnostics.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"outputs": [],
"source": [
"assert orbit.__version__ == '1.0.13dev'"
"assert orbit.__version__ == '1.0.13'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/model_estimations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"outputs": [],
"source": [
"assert orbit.__version__ == '1.0.13dev'"
"assert orbit.__version__ == '1.0.13'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/pyro_basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"outputs": [],
"source": [
"assert orbit.__version__ == '1.0.13dev'"
"assert orbit.__version__ == '1.0.13'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/quick_start.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"outputs": [],
"source": [
"assert orbit.__version__ == '1.0.13dev'"
"assert orbit.__version__ == '1.0.13'"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorials/regression.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
},
"outputs": [],
"source": [
"assert orbit.__version__ == '1.0.13dev'"
"assert orbit.__version__ == '1.0.13'"
]
},
{
Expand Down

0 comments on commit d7cb6ee

Please sign in to comment.