Releases: brandones/graphpca
Releases · brandones/graphpca
1.0.0
Breaking changes and migration advice
This library is now written for NetworkX 2.x. I didn't actually have to change any application code, so it's actually quite likely that NetworkX 1.x graphs will continue to work. No guarantees though.
Maintenance
- Added test script
- Added formatting with Black
- Added pre-commit hook to format and test
0.6
Introduces Python 3 support.
Thanks to @DanielWicz