Changes between Version 2 and Version 3 of ReleaseNotes/1.17.0


Ignore:
Timestamp:
2021-02-19T19:18:57Z (4 years ago)
Author:
Francesco Casella
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/1.17.0

    v2 v3  
    1212
    1313The MSYS environment used on Windows was updated to a more recent version, with several benefits:
    14 - clang is now also available on Windows and used by default instead of gcc for the compilation of the generated C code, resulting in much faster overall compilation time on Windows
     14- clang is now also available on Windows and used by default instead of gcc for the compilation of the generated C code; furthermore, dynamic linking is used instead of static linking. This results in much faster overall compilation time on Windows
    1515- a more recent version of the QT library is used, which solves some issues with the rendering of features in OMEdit
    1616
     
    2222Unsaved code was sometimes lost when switching among different windows in OMEdit, this is no longer happening in this release.
    2323
    24 Overall, 20 bug fixes were made to OMEdit to increase usability of the GUI.
     24OMEdit now can use both currently maintained versions of the Modelica Standard Library, MSL 3.2.3 and MSL 4.0.0. Version 3.2.3 is loaded by default, but it is possible to enable the automatic selection of MSL 3.2.3 and 4.0.0 by going to the Tools | Options | Libraries menu and removing the Modelica/default library. In this way OMEdit starts with no Modelica library loaded, and then loads the appropriate one automatically based on the {{{uses()}}} annotation when a model or package is loaded.
     25
     26Proper support of the package manager from the GUI, including conversion scripts to upgrade existing libraries from MSL 3.2.3 to MSL 4.0.0 is planned for version 1.18.0.
     27
     28Overall, 20 bug fixes were made to OMEdit in version 1.17.0, to increase usability of the GUI.
    2529
    2630