Releases: OpenModelica/OMPython
Releases · OpenModelica/OMPython
v3.5.2
What's Changed
- Always call getErrorString() when verbose=True by @adeas31 in #203
- add support to custombuildDirectory by @arun3688 in #205
- fixes issue #207 by @InigoGastesi in #208
- fix result file path by @arun3688 in #210
- load linearized model directly from file by @arun3688 in #213
- Changed to use list instead of string for subprocess command. by @j-emils in #214
- release 3.5.2 by @arun3688 in #216
New Contributors
- @InigoGastesi made their first contribution in #208
- @j-emils made their first contribution in #214
Full Changelog: v3.5.1...v3.5.2
v3.5.1
v3.5.0
What's Changed
- Always print getErrorString as it might contain build warnings by @adeas31 in #159
- Added github templates by @adeas31 in #160
- Set user environment variable for omc started from wsgi by @adeas31 in #161
- support variableFilter to ModelicaSystem by @arun3688 in #163
- "outputFormat" in simulateOptions by @Tesshub in #168
- parse min and max attribute by @arun3688 in #170
- use readSimulationResultVars for getSolutions by @arun3688 in #171
- create separate temp directory for each ModelicaSystem session by @arun3688 in #172
- use overrideFile as default to support large scale parameter setting by @arun3688 in #173
- avoid compiling linearization and use .exe and runtime flag -l by @arun3688 in #174
- Fix mistyped fileNamePrefix. by @javiarrobas in #178
- report proper error messages to users by @arun3688 in #179
- swicth CI to github workflow actions by @arun3688 in #181
- allow modelicaSystem() to directly load MSL without filename by @arun3688 in #180
- check fmi regressions by @arun3688 in #183
- schedule FMI regression At 12:00 AM, only on Friday by @arun3688 in #184
- change to markdown and add status badge by @arun3688 in #185
- fix status badge alignment by @arun3688 in #186
- test fmi regression in windows by @arun3688 in #187
- run FMI regression test on each commit by @arun3688 in #188
- add nightly builds and schedule FMIRegression test every day by @arun3688 in #189
- use directly buildModelFMU() for FMI_Regression tests by @arun3688 in #191
- fix openmodelica setup by @arun3688 in #195
- add linearFile to system path by @arun3688 in #197
- suppress the print statements by @arun3688 in #198
New Contributors
- @Tesshub made their first contribution in #168
- @javiarrobas made their first contribution in #178
Full Changelog: v3.4.0...v3.5.0
v3.4.0
What's Changed
- Replaced deprecated 'getchildren' method with 'list(elem)' for Python >= 3.2 by @kzscisoft in #132
- Avoid using translations by @adeas31 in #131
- add needed dll's to PATH for windows simulation by @arun3688 in #136
- fix linearfile for linearization() by @arun3688 in #140
- report info message for non-modifiable parameters by @arun3688 in #141
- update getParameters when rebuilding model by @arun3688 in #142
- allow users to provide library version by @arun3688 in #143
- fix getClassNames without className argument by @Arinomo in #154
- New release version 3.4.0 by @adeas31 in #158
Full Changelog: v3.3.0...v3.4.0