Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #714 from yuyu2172/v0.11
Browse files Browse the repository at this point in the history
update to v0.11
  • Loading branch information
Hakuyume authored Oct 29, 2018
2 parents eee85b7 + d81146f commit 5f9ef11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ For additional features
+ Matplotlib
+ OpenCV
+ SciPy
+ mpi4py
+ [pycocotools](https://github.com/cocodataset/cocoapi/tree/master/PythonAPI/pycocotools)

Environments under Python 2.7.12 and 3.6.0 are tested.

Expand All @@ -53,6 +55,7 @@ Environments under Python 2.7.12 and 3.6.0 are tested.
+ `0.4.11` (for Chainer v1). It can be installed by `pip install chainercv==0.4.11`.
+ `0.7` (for Chainer v2). It can be installed by `pip install chainercv==0.7`.
+ `0.8` (for Chainer v3). It can be installed by `pip install chainercv==0.8`.
+ `0.10` (for Chainer v4). It can be installed by `pip install chainercv==0.10`.

# Data Conventions

Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.10.0'
version = u'0.11.0'
# The full version, including alpha/beta/rc tags.
release = u'0.10.0'
release = u'0.11.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def __init__(self, *args, **kwargs):

setup(
name='chainercv',
version='0.10.0',
version='0.11.0',
packages=find_packages(),
author='Yusuke Niitani, Toru Ogawa',
author_email='niitani@preferred.jp, ogawa@preferred.jp',
Expand Down

0 comments on commit 5f9ef11

Please sign in to comment.