ChangeLog for PyReverse ======================= 2005-06-14 -- 0.5.2 * WARNING: pyreverse is no longer a logilab subpackage. Users may have to manually remove the old pyreverse directory. * various bug fixes * added missing man pages 2005-01-01 -- 0.5.1 * fixed packages diagram * added packages diagram support with pyvcg * fixed to work with latest logilab's common library releases * use unittest.main instead of Suite and Run in generated test files 2004-02-17 -- 0.5.0 * removed pystats which is now included in pylint * rewrited to use the astng instead of the specific underlying representation * refactoring the diagrams generation and uses * pyvcg and pystats can now extract a diagram starting from a given class and including all parents and associated classes * simpler filter modes * slight improvments of unit test generation * added a bunch of unit tests :) 2003-02-18 -- 0.4.2 * add the missing pyvcg script which was breaking installation to the package distribution * fix two bugs which were making PyReverse choking on some modules * add the --init-only option on pyargo, pyvcg and py2xmi * new way to find non standard module in pystats 2002-09-25 -- 0.4.1 * fix setup.py to correctly find executable scripts * fix problem with inheritance and XMI UML 2002-09-20 -- 0.4 * add pyvcg command line tool * add support for .pyreverserc * documentation reorganization * fix a bug in pyargo 2002-06-17 -- 0.3.1 * fix a packaging problem 2002-06-13 -- 0.3 * full architecture reorganisation. Not yet perfect but much more clean code :-) * begin unit tests generator using the unittest framework * apply patch from cognite@zianet.com fixing typos and KeyError in pystats * add warning for functions parameters with default to a list or a dictionnary * add a command line tool to generate xmi without argo files * add the --ignore option which permits to filter files analyzed * use 4Suite cDomlette for XMI-UML generation if it's available 2002-04-12 -- 0.2.3 * bugs fixed 2002-01-28 -- 0.2.2 * remove pypasax import statement * add default diagrams generation 2002-01-15 -- 0.2.1 * bugs fixed (Windows .bat files, pb when no -d option with pyargo, missing information in generated XMI) * add command line option to specify zip pgm to use (pyargo) 2002-01-14 -- 0.2 * bugs fixed (binary mode causing pb to windows user, pb with minidom, bugs in the internal representations) * support for links between classes * support for exception raised in functions * support for package diagram * add documentation with a full example 2002-01-08 -- 0.1 * initial revision