Skip to content

Releases: brandones/graphpca

1.0.0

27 Jun 01:04
Compare
Choose a tag to compare

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

18 Jun 16:48
Compare
Choose a tag to compare
0.6

Introduces Python 3 support.

Thanks to @DanielWicz