Skip to content

Version 6.2

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

The big updates were:

  • Diagrams now have an optional and customizable background grid. It is on by default
  • Diagrams with large class diagrams displayed methods out of the UML box. This was a bug in pyumldiagrams. This required an update
  • There was an annoying bug in that aggregation/composition lines. On save and reload the diagrams displayed a default label on each association.
  • There was a bug in Python reverse engineering. The Antlr Pyut Visitor did not handle complex assignment in constructors. Thus, we captured invalid instance variables.
  • UML objects on the static diagrams now 'snap' to 'grid'; This is configurable option as is the grid size
  • Small bug with the background grid; It may not redraw on a drag; Simple slightly scroll the window or navigate away; Not sure if this is a wxpython or py2app bug

  • 207 Clean up dead code
  • 206 Fix DlgEditClass
  • 205 Create New splash logo
  • 204 Refactor resource images
  • 202 Build a Better Python Stack Trace
  • 200 Background draw bug on 'deployed' app
  • 199 Add 'By-Class' method parameter display
  • 198 Diagram generation not respecting field/method/stereotype display
  • 196 Create Color Enum for Preferences Dialog
  • 195 Rename non-conformant package
  • 193 Breakup PyutPreferences
  • 192 Implement Alignment Grid
  • 191 Add New Preferences for Alignment Grid
  • 190 Remove old code from DiagramFrame
  • 189 Unit test for PyutObject
  • 188 'Align to Grid'
  • 186 Fix aggregation/composition label bug
  • 185 Update to include latest pyumldiagram
  • 184 Fix bug in ReverseEngineerPython2
  • 182 Make new Wiki Logo
  • 113 Pycharm bug
  • 92 Arrange Tests into packages
Clone this wiki locally