From b473564a4804ad93e2496e91c60ba722549a9209 Mon Sep 17 00:00:00 2001 From: Giulio Rossetti Date: Tue, 8 Mar 2022 14:08:08 +0100 Subject: [PATCH] :arrow_up: v0.2.6 --- conda/meta.yaml | 5 +---- docs/conf.py | 4 ++-- environment.yml | 4 ---- setup.py | 2 +- 4 files changed, 4 insertions(+), 11 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 33400fe4..7d3780ab 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "cdlib" %} -{% set version = "0.2.5" %} +{% set version = "0.2.6" %} package: name: "{{ name|lower }}" @@ -45,8 +45,6 @@ requirements: - demon - dynetx - eva_lcd - - karateclub - - leidenalg - markov_clustering - matplotlib - networkx>=2.4 @@ -65,7 +63,6 @@ requirements: - seaborn - thresholdclustering - tqdm - - wurlitzer test: imports: diff --git a/docs/conf.py b/docs/conf.py index da37cc17..0c48f392 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -134,9 +134,9 @@ def __getattr__(cls, name): # built documents. # # The short X.Y version. -version = u"0.2.5" +version = u"0.2.6" # The full version, including alpha/beta/rc tags. -release = u"0.2.5" +release = u"0.2.6" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/environment.yml b/environment.yml index 3b737b64..10eae4d6 100644 --- a/environment.yml +++ b/environment.yml @@ -14,17 +14,13 @@ dependencies: - seaborn - pandas - eva_lcd -- karateclub - bimlpa - markov_clustering - chinese_whispers - python-igraph -- leidenalg - angel_cd - pooch - dynetx -- python-infomap -- wurlitzer - thresholdclustering - pyclustering - python-Levenshtein diff --git a/setup.py b/setup.py index a60d0484..7ac88ec6 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name='cdlib', - version='0.2.5', + version='0.2.6', license='BSD-Clause-2', description='Community Discovery Library', url='https://github.com/GiulioRossetti/cdlib',