Releases: pedroigosl/graphpy
Releases · pedroigosl/graphpy
graphpy v1.0.0
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
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
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