TL;DR
* ``AdjLst`` fixes and save edgelist file
* Specify delimiter for edgelist file (thanks to justinlboyer !)
* Random seeds for random walk generation
What's Changed
* Test PecanPy, fix AdjLst from_mat, and SparseGraph num_edges by RemyLau in https://github.com/krishnanlab/PecanPy/pull/63
* Save as edgelist file by RemyLau in https://github.com/krishnanlab/PecanPy/pull/64
* Refactor test graph by RemyLau in https://github.com/krishnanlab/PecanPy/pull/65
* Pass delimiter through when using cli by justinlboyer in https://github.com/krishnanlab/PecanPy/pull/66
* Upgrade dependencies; minor renaming by RemyLau in https://github.com/krishnanlab/PecanPy/pull/68
* Fix directed graph to_csr by RemyLau in https://github.com/krishnanlab/PecanPy/pull/69
* Random seed for random walk generation by RemyLau in https://github.com/krishnanlab/PecanPy/pull/71
* Static typing and format fixes by RemyLau in https://github.com/krishnanlab/PecanPy/pull/77
* Attach random seed to gensim word2vec by RemyLau in https://github.com/krishnanlab/PecanPy/pull/78
* Refactor n2v walk by RemyLau in https://github.com/krishnanlab/PecanPy/pull/81
* Refactor typing by RemyLau in https://github.com/krishnanlab/PecanPy/pull/82
New Contributors
* justinlboyer made their first contribution in https://github.com/krishnanlab/PecanPy/pull/66
**Full Changelog**: https://github.com/krishnanlab/PecanPy/compare/v2.0.2...v2.0.3