Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Apr 8, 2023
2 parents cbd3e82 + 09369ed commit 307119c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ pip3 uninstall physbo

['examples/simple.py'](https://github.com/issp-center-dev/PHYSBO/examples/simple.py) is a simple example.

## Data repository

A tutorial and a dataset of a paper about PHYSBO can be found in [PHYSBO Gallery](http://isspns-container.issp.u-tokyo.ac.jp/repo/12).

## License

PHYSBO was developed based on [COMBO](https://github.com/tsudalab/COMBO) for academic use.
Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/manual/en/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
author = "PHYSBO developers"

# The short X.Y version.
version = "1.2"
version = "1.1"
# The full version, including alpha/beta/rc tags.
release = "1.2-dev"
release = "1.1.1"

# for jupyter-notebook

Expand Down
4 changes: 2 additions & 2 deletions docs/sphinx/manual/ja/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
author = "PHYSBO developers"

# The short X.Y version.
version = "1.2"
version = "1.1"
# The full version, including alpha/beta/rc tags.
release = "1.2-dev"
release = "1.1.1"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion physbo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from .predictor import base_predictor
from .variable import variable

__version__ = "1.2-dev"
__version__ = "1.1.1"

0 comments on commit 307119c

Please sign in to comment.