Skip to content

Commit

Permalink
⬆️ v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GiulioRossetti committed Mar 8, 2022
1 parent 72c16e1 commit b473564
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
5 changes: 1 addition & 4 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "cdlib" %}
{% set version = "0.2.5" %}
{% set version = "0.2.6" %}

package:
name: "{{ name|lower }}"
Expand Down Expand Up @@ -45,8 +45,6 @@ requirements:
- demon
- dynetx
- eva_lcd
- karateclub
- leidenalg
- markov_clustering
- matplotlib
- networkx>=2.4
Expand All @@ -65,7 +63,6 @@ requirements:
- seaborn
- thresholdclustering
- tqdm
- wurlitzer

test:
imports:
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 0 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit b473564

Please sign in to comment.