Skip to content

Commit 5572c02

Browse files
author
François Laurent
committed
latest changes documented
1 parent 95ace11 commit 5572c02

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def __getattr__(cls, name):
7171

7272
# General information about the project.
7373
project = u'RWA-python'
74-
copyright = u'2017, Institut Pasteur, François Laurent'
74+
copyright = u'2017-2019, Institut Pasteur, François Laurent'
7575
author = u'François Laurent'
7676

7777
# The version info for the project you're documenting, acts as replacement for

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ per default to emulate the behaviour of *tables*.
103103
Known 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

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
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,

0 commit comments

Comments
 (0)