ANN: Python Call Graph 0.3.0

Gerald Kaszuba gerald.kaszuba at gmail.com
Wed Feb 14 18:02:54 EST 2007


Hi,

I just released pycallgraph 0.3.0. There are many examples on the web
site and linked from the web site including a 16188 x 4187 sized call
graph!
http://pycallgraph.slowchop.com/

The changes are:
* Renamed make_graph to make_dot_graph to allow different output types
in the future
* Callback filter patch by Alec Thomas -- allows more flexibility when
filtering calls, including wildcards
* Added filter example
* Added docstrings

The documentation is slowly coming along with epydoc generated
documentation from the docstrings. More will come soon.

Also on the horizon are different types of formats like ASCII and HTML
output.

Have fun.

Gerald




More information about the Python-list mailing list