Skip to content

Releases: pedroigosl/graphpy

graphpy v1.0.0

25 Jul 00:13
Compare
Choose a tag to compare
graphpy v1.0.0 Pre-release
Pre-release

Release v1.0.0-beta

graph.py should be in its final form, unless any bugs are found

All main intended internal operations on and with graphs implemented. Some small extra functionalities may come later, but should not affect what is already implemented nor change how it is used

Next mid releases planned to be on external algorithms

Json compatibility to be added in graph.py if it is somehow needed later

graphpy v0.2.0

14 Jul 19:38
Compare
Choose a tag to compare
graphpy v0.2.0 Pre-release
Pre-release

Version 0.2.0

  • Fixed many bugs
  • Planned deprecation of a few features
  • Added numpy compatibility
  • Added edge removal
  • Added converter class with return methods to get graphs as adjacency list and as adjacency matrix

graphpy-v0.1.1

30 Jun 02:39
9b12253
Compare
Choose a tag to compare
graphpy-v0.1.1 Pre-release
Pre-release

First functional release. All critical bugs fixed. The lib is still extremely raw and not at all ready for production. It is probably riddled with bugs and everything is probably going to change. Use at your own risk