Timeline
04/06/08:
- 16:39 Changeset [9d6bdb] by
- Rewritten graph generation routine. It is now much simpler, and works better.
- 16:39 Changeset [6063ec] by
- masterpython3Rewritten graph generation routine. It is now much simpler, and works better.
04/04/08:
- 09:30 Changeset [904625] by
- masterpython3Fix graph copying
- 09:30 Changeset [801d18] by
- Fix graph copying
03/27/08:
- 13:37 Changeset [b72370] by
- masterpython3Add test suites This adds the graph_tool.test module, which can be run with graph_tool.test.run()
- 13:37 Changeset [41f2ef] by
- Add test suites This adds the graph_tool.test module, which can be run with graph_tool.test.run()
- 13:15 Changeset [827087] by
- Port run_action to the new filtering engine Put the run_action function in a separate submodule, and make it work properly with the new code.
- 13:15 Changeset [275b4c] by
- masterpython3Port run_action to the new filtering engine Put the run_action function in a separate submodule, and make it work properly with the new code.
- 13:11 Changeset [99bf21] by
- masterpython3Port graph I/O to new filtering engine, enable graph pickling, and fix several issues Now graphml files properly contain all the supported value types, which are all perfectly preserved when read (floating point data is now saved in hexadecimal format). Several other improvements were made, such as the ability to read and write to python file-like objects. It is also now possible to have arbitrary python object properties, and store them persistently (which is done internally with the pickling interface). vector<bool> was totally abolished, since its implementation is quite broken. See: http://www.gotw.ca/publications/N1211.pdf and http://www.gotw.ca/publications/N1185.pdf Now a uint8_t (aka. char) is used in graph properties instead of a bool. Graph types can now be fully pickled (this may not be feasible memory-wise if the graph is too large, since the whole XML representation is dumped to a string before it is saved on disc).
- 13:11 Changeset [6ddf47] by
- Port graph I/O to new filtering engine, enable graph pickling, and fix several issues Now graphml files properly contain all the supported value types, which are all perfectly preserved when read (floating point data is now saved in hexadecimal format). Several other improvements were made, such as the ability to read and write to python file-like objects. It is also now possible to have arbitrary python object properties, and store them persistently (which is done internally with the pickling interface). vector<bool> was totally abolished, since its implementation is quite broken. See: http://www.gotw.ca/publications/N1211.pdf and http://www.gotw.ca/publications/N1185.pdf Now a uint8_t (aka. char) is used in graph properties instead of a bool. Graph types can now be fully pickled (this may not be feasible memory-wise if the graph is too large, since the whole XML representation is dumped to a string before it is saved on disc).
Note: See TracTimeline
for information about the timeline view.


