Changes between Version 1 and Version 2 of ReleaseNotes/1.9.4


Ignore:
Timestamp:
2016-03-09T15:59:23Z (10 years ago)
Author:
Adrian Pop
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/1.9.4

    v1 v2  
    11{{{#!div style="float: right; margin: 0 1em"
    2  ← [../1.9.3] | [../Future] →
     2 ← [../1.9.3] | [../1.9.5] →
    33}}}
    44
     
    1212== OpenModelica Compiler (OMC) ==
    1313
     14- Improved simulation speed for many models. simulation speed went up for 80% of the models. The compiler frontend became faster for - almost all models, average about 40% faster.
     15- Initial support for synchronous models with clocked equations as defined in the Modelica 3.3 standard
     16- Support for homotopy operator
     17
    1418== Graphic Editor OMEdit ==
    1519
    16 == Optimization ==
     20- Undo/Redo support.
     21- Preserving text formatting, including indentation and whitespace. This is especially important for diff/merge with several collaborating developers possibly using several different Modelica tools.
     22- Better support for inherited classes.
     23- Allow simulating models using visual studio compiler.
     24- Support for saving Modelica package in a folder structure.
     25- Allow reordering of classes inside a package.
     26- Highlight matching parentheses in text view.
     27- When copying the text retain the text highlighting and formatting.
     28- Support for global head definition in the documentation by using __OpenModelica_infoHeader annotation.
     29- Support for expandable connectors in the GUI.
     30- Support for uses annotation in the GUI.
    1731
    1832== FMI Support ==
     33- Full FMI 2.0 co-simulation support now available
     34- Upgrade Cpp runtime from C++03 to C++11 standard, minimizing external link dependencies. Exported FMUs don't depend on additional libraries such as boost anymore
    1935
    2036== Detailed Changes ==