Skip to content

Commit a144a66

Browse files
committed
Release PecanPy 2.0.0
1 parent d5088dd commit a144a66

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,10 @@ For support please contact [Remy Liu](https://twitter.com/RemyLau3) at liurenmi@
118118
This repository and all its contents are released under the [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause); See [LICENSE.md](https://github.com/krishnanlab/pecanpy/blob/master/LICENSE.md).
119119

120120
### Citation
121-
If you use this work, please cite:
121+
If you use PecanPy, please cite:
122122
Liu R, Krishnan A (2021) **PecanPy: a fast, efficient, and parallelized Python implementation of node2vec.** _Bioinformatics_ https://doi.org/10.1093/bioinformatics/btab202
123123

124-
If you find _node2vec+_ useful, please cite:
124+
If you find _node2vec+_ useful, please cite:
125125
Liu R, Hirn M, Krishnan A (2021) **Accurately Modeling Biased Random Walks on Weighted Wraphs Using Node2vec+.** _axXiv_ https://arxiv.org/abs/2109.08031
126126

127127
### Authors

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Configuring setup()
55
[metadata]
66
name = pecanpy
7-
version = 2.0.0-dev
7+
version = 2.0.0
88
description = A parallelized, efficient, and accelerated node2vec
99
long_description = file: README.md
1010
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)