Timeline
09/24/08:
- 16:02 Changeset [dc184b] by
- masterpython3Fix edge indexing problem when modifying graph This fixes a rather central bug, which causes duplicated indexes if edges are removed and then new ones are added. Edge indexes are now recycled as they are removed and then new ones are added. This still guarantees O(1) complexity when adding or removing edges.
- 16:02 Changeset [ce1a7f] by
- Fix edge indexing problem when modifying graph This fixes a rather central bug, which causes duplicated indexes if edges are removed and then new ones are added. Edge indexes are now recycled as they are removed and then new ones are added. This still guarantees O(1) complexity when adding or removing edges.
- 13:48 Changeset [562d8a] by
- masterpython3Fix autogen.sh Simplify autogen.sh and remove ltmain.sh from repository, which should be included as necessary from libtoolize.
- 13:48 Changeset [3d3f56] by
- Fix autogen.sh Simplify autogen.sh and remove ltmain.sh from repository, which should be included as necessary from libtoolize.
- 11:23 Changeset [ea26eb] by
- Add load_graph utility function Avoids having to do g = Graph() g.load("foo") each time. Now one can do simply, g = load_graph("foo") Fantastic.
- 11:23 Changeset [c804ff] by
- masterpython3Add load_graph utility function Avoids having to do g = Graph() g.load("foo") each time. Now one can do simply, g = load_graph("foo") Fantastic.
09/19/08:
- 13:59 Changeset [ecabb9] by
- masterpython3Avoid unnecessary string assembly inside inline()
- 13:59 Changeset [4f0661] by
- Avoid unnecessary string assembly inside inline()
09/10/08:
- 11:29 Changeset [a4bff0] by
- masterpython3Fix proper handling of properties in graph_draw
- 11:29 Changeset [948ccb] by
- Fix proper handling of properties in graph_draw
- 11:29 Changeset [ada695] by
- Fix problem with ugly type names in run_action
- 11:29 Changeset [1d474de] by
- masterpython3Fix problem with ugly type names in run_action
- 11:12 Changeset [d62201] by
- Convert histograms counts to float64 by default
- 11:12 Changeset [98ee95] by
- masterpython3Convert histograms counts to float64 by default
Note: See TracTimeline
for information about the timeline view.


