File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def __getattr__(cls, name):
7171
7272# General information about the project.
7373project = u'RWA-python'
74- copyright = u'2017, Institut Pasteur, François Laurent'
74+ copyright = u'2017-2019 , Institut Pasteur, François Laurent'
7575author = u'François Laurent'
7676
7777# The version info for the project you're documenting, acts as replacement for
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ per default to emulate the behaviour of *tables*.
103103Known issues
104104------------
105105
106- |py2 |-serialized *scipy.spatial.Delaunay * can be deserialized in |py3 | but not conversely.
106+ ** [fixed in 0.8.3] ** |py2 |-serialized *scipy.spatial.Delaunay * can be deserialized in |py3 | but not conversely.
107107
108108*pandas.CategoricalIndex * support is broken.
109109
Original file line number Diff line number Diff line change 3838 'Programming Language :: Python :: 3' ,
3939 'Programming Language :: Python :: 3.5' ,
4040 'Programming Language :: Python :: 3.6' ,
41+ 'Programming Language :: Python :: 3.7' ,
42+ 'Programming Language :: Python :: 3.8' ,
4143 ],
4244 packages = ['rwa' ],
4345 install_requires = install_requires ,
You can’t perform that action at this time.
0 commit comments