New in this release:

  • Improved Simulink diff reports.

    • 2.5x performance improvement.
    • Dialog now estimates page count, and allows the user to cancel in-progress reports.
      • Report export dialog
  • Simulink filtering now allows nested paths and wildcards.

    • Previously, DiffPlug only allowed single-keyword ignores, e.g. Position.
    • Now, DiffPlug allows nested ignores, such as GraphicalInterface/ComputedModelVersion
      • Nested filter
    • DiffPlug also supports wildcards, such as SimulationSettings/*
      • Wildcard filter
      • SimulationSettings/* will ignore all children, grandchildren, etc. of SimulationSettings
      • Wildcards are only supported at the entire-node level. Sim*/SomeProp, SimulationSettings/*/Deeper, and SimulationSettings/Snapshot* are all invalid.
    • Right-click a block to wildcard all of that blocktype - effectively ignoring all blocks of that type.
      • Blocktype filter
      • Please note that this will ignore changes to these types of blocks, but not additions. There is no way to filter the addition of any kind of element.

Fixed in this release:

  • Fixed several graphical regressions in the Simulink and Stateflow viewers.
  • Fixed some incompatibilities with the way that older MAT-Files encode Java objects.