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

Commit 5f9ef11

Browse files
authored
Merge pull request #714 from yuyu2172/v0.11
update to v0.11
2 parents eee85b7 + d81146f commit 5f9ef11

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ For additional features
4545
+ Matplotlib
4646
+ OpenCV
4747
+ SciPy
48+
+ mpi4py
49+
+ [pycocotools](https://github.com/cocodataset/cocoapi/tree/master/PythonAPI/pycocotools)
4850

4951
Environments under Python 2.7.12 and 3.6.0 are tested.
5052

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

5760
# Data Conventions
5861

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@
7171
# built documents.
7272
#
7373
# The short X.Y version.
74-
version = u'0.10.0'
74+
version = u'0.11.0'
7575
# The full version, including alpha/beta/rc tags.
76-
release = u'0.10.0'
76+
release = u'0.11.0'
7777

7878
# The language for content autogenerated by Sphinx. Refer to documentation
7979
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ def __init__(self, *args, **kwargs):
104104

105105
setup(
106106
name='chainercv',
107-
version='0.10.0',
107+
version='0.11.0',
108108
packages=find_packages(),
109109
author='Yusuke Niitani, Toru Ogawa',
110110
author_email='niitani@preferred.jp, ogawa@preferred.jp',

0 commit comments

Comments
 (0)