Thomas Beutlich
Thomas Beutlich
On Python 3.7, `python -m fmpy.ssp.simulate Example_eDrive.ssp` fails with ``` Traceback (most recent call last): File "C:\Python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "C:\Python37\lib\runpy.py", line 85, in _run_code exec(code,...
On Python 3.7, `python -m fmpy.ssp.simulate Example_eDrive.ssp` may fail with ``` Traceback (most recent call last): File "C:\Python37\lib\runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "C:\Python37\lib\runpy.py", line 85, in _run_code...
Resolves #4301. This is PR for master that hopefully can get back-ported to main/4.1.0 after merge.
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 -...
This fixes * in matio: one edge case on HDF5 MAT files * the fseek/ftell configs as tested in #4265 for MinGW and CygWin
Resolves #4093. This can be used as base for a discussion on CMake configuration. TODO: - [x] Darwin specifics - [x] Compiler specific library subdirectory - [x] Test in CI...
Just to not forget about it: The tables in Modelica.UsersGuide.ReleaseNotes.Version_4_1_0 for * added libararies (if any) * added components * updated components (keeping backwards-compatibilty) * updated components (breaking backwards-compatibilty) *...
This is the topic split of #4304 where I wondered why some of the new example models are called _Demo_Something and others _Demonstrate_Something. One idea was to get rid of...
This is the library structure of https://github.com/modelica/ModelicaStandardLibrary/releases/download/v4.0.0-beta.1/ModelicaStandardLibrary_v4.0.0-beta.1.zip ``` - Modelica 4.0.0/ - ModelicaReference 4.0.0/ - ModelicaServices 4.0.0/ - ModelicaTest/ - LICENSE - README.md - Complex.mo - ModelicaTestConversion4.mo - ModelicaTestOverdetermined.mo -...
Now that we enabled (soft) MoLang 3.6 features, we can easily add the translation template files. Of course, they need to be updated each time before tagging a release. Therefore...