Skip to content

Commit

Permalink
Merge pull request st-tech#159 from st-tech/update-version
Browse files Browse the repository at this point in the history
Update version to 0.5.4
  • Loading branch information
usaito authored Apr 4, 2022
2 parents c25bd6f + 3c195d8 commit e1291c0
Show file tree
Hide file tree
Showing 9 changed files with 66 additions and 56 deletions.
6 changes: 3 additions & 3 deletions examples/quickstart/multiclass.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -51,14 +51,14 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.5.3\n"
"0.5.4\n"
]
}
],
Expand Down
6 changes: 3 additions & 3 deletions examples/quickstart/obd.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -48,14 +48,14 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.5.3\n"
"0.5.4\n"
]
}
],
Expand Down
6 changes: 3 additions & 3 deletions examples/quickstart/online.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -55,14 +55,14 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.5.3\n"
"0.5.4\n"
]
}
],
Expand Down
2 changes: 1 addition & 1 deletion examples/quickstart/opl.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"0.5.3\n"
"0.5.4\n"
]
}
],
Expand Down
6 changes: 3 additions & 3 deletions examples/quickstart/synthetic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -55,14 +55,14 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.5.3\n"
"0.5.4\n"
]
}
],
Expand Down
12 changes: 6 additions & 6 deletions examples/quickstart/synthetic_slate.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -47,7 +47,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -57,7 +57,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -67,14 +67,14 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"0.5.3\n"
"0.5.4\n"
]
}
],
Expand All @@ -85,7 +85,7 @@
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
Expand Down
2 changes: 1 addition & 1 deletion obp/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.5.3"
__version__ = "0.5.4"
78 changes: 44 additions & 34 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "obp"
version = "0.5.2"
version = "0.5.4"
description = "Open Bandit Pipeline: a python library for off-policy evaluation and learning"
authors = ["Yuta Saito <[email protected]>"]
license = "Apache License 2.0"
Expand All @@ -19,7 +19,7 @@ seaborn = "^0.11.2"
pyieoe = "^0.1.1"
pingouin = "^0.4.0"
mypy-extensions = "^0.4.3"
Pillow = "9.0.0"
Pillow = "9.1.0"

[tool.poetry.dev-dependencies]
flake8 = "^3.9.2"
Expand Down

0 comments on commit e1291c0

Please sign in to comment.