modelica / ModelicaStandardLibrary

Free (standard conforming) library to model mechanical (1D/3D), electrical (analog, digital, machines), magnetic, thermal, fluid, control systems and hierarchical state machines. Also numerical functions and functions for strings, files and streams are included.
https://doc.modelica.org
BSD 3-Clause "New" or "Revised" License
452 stars 165 forks source link

Add DifferencesTo400.html - MSL 4.1.0 w.r.t. 4.0.0 #4300

Open beutlich opened 5 months ago

beutlich commented 5 months ago

This is the MSL 4.1.0 library comparison w.r.t. MSL 4.0.0 run in Dymola 2024 by command

ModelManagement.Compare.compareModels(
  "Modelica410",
  "Modelica Standard Library - Version 4.1.0",
  "Modelica400",
  "Modelica Standard Library - Version 4.0.0",
  "C:/Projects/MSL/Modelica/Resources/Documentation/Version-4.1.0/DifferencesTo400.html",
  true);

after renaming the two loaded MSL versions.

There will likely be some later changes, but it is good to have it now. The final version should be also back-ported to maint/4.1.0.

Harisankar-Allimangalath commented 5 months ago

@beutlich I am proceeding with using this information for the Release notes making along with the inputs from https://github.com/modelica/ModelicaStandardLibrary/issues/4260#issuecomment-1925797594