Changes between Version 4 and Version 5 of ReleaseNotes/1.17.0


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

--

Legend:

Unmodified
Added
Removed
Modified
  • ReleaseNotes/1.17.0

    v4 v5  
    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; furthermore, dynamic linking is used instead of static linking. This results in much faster overall compilation time on Windows
    15 - a more recent version of the QT library is used, which solves some issues with the rendering of features in OMEdit
     14- clang is now also available on Windows and used by default instead of gcc for the compilation of the generated C code, providing much faster C compile time on Windows;
     15- dynamic linking is used instead of static linking, further reducing the overall compilation time on Windows;
     16- a more recent version of the QT library is used, which solves some issues with the rendering of features in OMEdit.
    1617
    17 Solvers and basic linear algebra libraries were upgraded to the most recent available versions, with benefits in performance and roubustness at runtime.
     18The Sundials solvers and basic linear algebra library KLU were upgraded to the most recent available versions, with benefits in performance and roubustness at runtime.
    1819
    1920== Graphic Editor OMEdit ==