diff --git a/docs/conf.py b/docs/conf.py index 49921c59..f18ef64f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -90,9 +90,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = u'0.1.10' +version = u'0.2.0' # The full version, including alpha/beta/rc tags. -release = u'0.1.10' +release = u'0.2.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/reference/cd_algorithms/temporal_clustering.rst b/docs/reference/cd_algorithms/temporal_clustering.rst index 743247aa..c2b3b62b 100644 --- a/docs/reference/cd_algorithms/temporal_clustering.rst +++ b/docs/reference/cd_algorithms/temporal_clustering.rst @@ -4,8 +4,6 @@ Temporal Clustering Algorithms falling in this category generates communities that evolve as time goes by. -.. note:: - The following features are still under testing: therefore, they are accessible only on the *GitHub* version of the library. .. automodule:: cdlib.algorithms diff --git a/docs/reference/classes/temporal_clustering.rst b/docs/reference/classes/temporal_clustering.rst index 697bd034..537403db 100644 --- a/docs/reference/classes/temporal_clustering.rst +++ b/docs/reference/classes/temporal_clustering.rst @@ -6,9 +6,6 @@ TemporalClustering models communities that evolves as time goes by. Each temporal community clustering observation is a Clustering object, thus it inherits all properties of its specific concrete class. -.. note:: - The following features are still under testing: therefore, they are accessible only on the *GitHub* version of the library. - ^^^^^^^^ Overview diff --git a/docs/reference/datasets.rst b/docs/reference/datasets.rst index 7a53a384..e2755c50 100644 --- a/docs/reference/datasets.rst +++ b/docs/reference/datasets.rst @@ -4,9 +4,6 @@ Remote Datasets ``cdlib`` allows to retrieve existing datasets, along with their ground truth partitions (if available), from an ad-hoc remote `repository`_. -.. note:: - The following features are still under testing: therefore, they are accessible only on the *GitHub* version of the library. - .. automodule:: cdlib.datasets diff --git a/setup.py b/setup.py index 4d5054fb..f8b7d805 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ def get_requirements(remove_links=True): setup(name='cdlib', - version='0.1.10', + version='0.2.0', license='BSD-Clause-2', description='Community Discovery Library', url='https://github.com/GiulioRossetti/cdlib',