Skip to content

Commit

Permalink
Update authors
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonald committed Mar 27, 2024
1 parent 20bdbb9 commit 312a32c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,5 @@ Contributors
* Wenzhuo Zhao
* Henry Carscadden
* Yiwen Peng
* Ahmed Zaiou

1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ History
0.32.0 (2024-XX-XX)
-------------------

* Add Leiden clustering algorithm
* Add functions to detect and break cycles
* Add damping factor in diffusion
* Fix F1 scores
Expand Down
2 changes: 1 addition & 1 deletion sknetwork/clustering/leiden.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# -*- coding: utf-8 -*-
"""
Created in March 2024
@author: Ahmed Zaiou <[email protected]>
@author: Thomas Bonald <[email protected]>
@author: Ahmed Zaiou <[email protected]>
"""
from typing import Union, Optional

Expand Down

0 comments on commit 312a32c

Please sign in to comment.