Revision history for Perl extension Graph::Layout::Aesthetic.
TODO:
- tests for gloss.pl
- Make the forces into subpackages
- For gloss_graph maybe allow to get the number of dimensions
from a graph attribute, or from the pos/hold attribute size
if array references or the already existing coordinates if hold is
a string. Not sure if this is a good idea.
0.06 2004-10-01
- Forgot to document Graph::Layout::Aesthetic::Force::MinEdgeLength.
- Forgot to update the NAME entry of the different forces
- Graph::Layout::Aesthetic::Force::Perl gradient was documented wrong.
- Other minor docs updates.
- Have "layout" as an alias for gloss_graph (not documented yet)
- Allow to drop the first argument (class) to gloss_graph so you can
also use it as a function (not documented yet).
0.05 2004-10-01
- The gnuplot tests still failed for the solaris cpan tester, but at
least it gets close now.
0.04 2004-09-30
- Warn in case of a clear_forces during a gradient call.
- The gnuplot tests still seem to fail for the solaris cpan tester,
but I can't reproduce the problem on my solaris box.
Stop using the IPC::Open3 hacks and try hacks involving ``
0.03 2004-09-29
- gnuplot test failed if user doesn't have gnuplot.
- Fix potential coredump when destroying forces during a gradient call
(and added a test for it)
- Document that the aglo and topology object are not threadsafe.
0.02 2004-09-29
- Changed the default attributes to have a layout_ prefix to be
more compatible with Graph::Layouter
- set frame coordinates as attributes on a graph if requested
- Mention Graph::Layouter and Graph::Renderer in the docs
- Added a $VERSION to a few forgotten modules
0.01 2004-09-29
- Lots of programming and testing.
- original version; created by h2xs 1.23 with options
-A -n Graph::Layout::Aesthetic