Skip to content

Version 8.6.0

Humberto Sanchez II edited this page Jun 10, 2024 · 1 revision

Release Notes

The primary enhancement to this version is a new plugin that allows developers to use a force directed layout algorithm on their diagrams. This is especially important when importing large Python code bases.

Force directed layout algorithms are also known as spring-embedder or energy-based placement algorithms. They arrange graphs in an organic and aesthetically pleasing manner The new plugins is based on an article by Brad Smith and is essentially a Python port of that C# code

The following are the additional issues addressed in this release

hasii2011/pyut

 

  • 549 Update for Force Directed Layout Plugin
  • 548 Use new common Preference framework
  • 547 Provide a preference for the virtual size of the scrolled UML Frame
  • 533 Add option to resize all classes to fit contents
  • 524 move pyut.ini

hasii2011/pyutplugins

 

  • 112 Update ForceDirectedLayout
  • 111 Implement Force Directed Layout plugin

hasii2011/code-ally-advanced

 

  • 14 Move MinMaxControl
  • 13 Incorporate new DialSelector Widget
  • 12 Update codeallyadvanced dependency

hasii2011/code-ally-basic

 

  • 18 Update ConfigurationProperties
  • 17 Update ConfigurationLocator
  • 16 Create a base preferences class

Clone this wiki locally