Releases: OpenModelica/OMSimulator
Releases · OpenModelica/OMSimulator
v2.1.2
What's Changed
- allow input connectors to multiple components connector by @arun3688 in #925
- Updating README by @AnHeuermann in #929
- Fix connection geometry for connections from end-to-start by @lochel in #930
- Add method getTime to api by @lochel in #934
- New api: oms_doStep by @lochel in #932
- New python interface by @lochel in #933
- Implement oms_rename for sub-models by @lochel in #928
- Fix getTime and doStep by @lochel in #937
- Remove unsupported function parseModelName by @lochel in #939
- Update 3rdParty by @lochel in #936
- Remove text notification of deleted components by @lochel in #935
- Remove obsolete simulation information by @lochel in #938
- Modify loadSnapshot so that it can be used to rename models by @lochel in #940
- Add more model related functions to the new api by @lochel in #941
- Interactive simulation server: OMSimulatorServer.py by @lochel in #931
- Refactor loadSnapshot by @lochel in #943
- Install OMSimulatorServer.py to build/share/OMSimulator/scripts by @adeas31 in #944
- Improve some error messages by @lochel in #946
- Simplify ssv related code in class Model by @lochel in #948
- Exclude unnecessary files from the lib/OMSimulator folder by @lochel in #952
- Add log level and command line options to simulation server by @lochel in #953
- Try to fix installation within the OpenModelica super project by @lochel in #955
- Handle multiple simulation options by @lochel in #956
- Remove the logging from the simulation server by @lochel in #958
- Simplify old api definitions by @lochel in #957
- Improve oms::ComRef to work with suffixes easily by @lochel in #959
- Remove asynchronous simulation command by @lochel in #962
- Avoid reading/Writing the same file from different tests by @lochel in #964
- Add System to new python api by @lochel in #963
- create oms:snapshot from ssp by @arun3688 in #961
- Fix issues with suffixes in oms::ComRef by @lochel in #968
- Add interactive mode to the simulation server by @lochel in #960
- Encapsulate the snapshot implementation by @lochel in #966
- Update the importSnapshot interface by @lochel in #969
- Adding python helper for FMI Cross Check result filtering by @AnHeuermann in #950
- Overload oms::Snapshot::oeprator[] by @lochel in #970
- export oms_snapshot using snapshot interface by @arun3688 in #971
- Fix socket name by @lochel in #973
- Update 3rdParty by @lochel in #974
- Encapsulate xml writer by @lochel in #975
- Expected output by @lochel in #976
- export partial snapshot by @arun3688 in #972
- import partial snapshot by @arun3688 in #977
- Format xml export by @lochel in #978
- Read fmu kind properly by @lochel in #979
- Make --suppressPath=true the default by @lochel in #980
- OMSString by @lochel in #981
- Some refactoring by @lochel in #982
- Extend the new python api by @lochel in #983
- Extend python api by @lochel in #984
- export signalFilter to ssp by @arun3688 in #985
- Fix the mac build by @lochel in #986
- Update documentation by @lochel in #988
- Extend the new python api a bit more by @lochel in #990
- Add example Pi to documentation by @lochel in #991
- Update documentation by @lochel in #992
- Fix initial unknowns by @lochel in #996
- Make $wallTime accessible from API by @lochel in #995
- Fix the initial unknowns once and for all by @lochel in #998
- Updated test FMUs with OpenModelica v1.18.0-dev.192 by @AnHeuermann in #999
- Publish all signals before simulation by @lochel in #997
- fix renaming connectors and values by @arun3688 in #1001
- Added saab Embrace use case to test suite by @robha67 in #1002
- restructure exporting SSP to snapshot interface by @arun3688 in #1005
- fix connectors when renaming model by @arun3688 in #1009
- Check if nominals of FMU are greater then 0 by @AnHeuermann in #1010
- fix integer connections to enumerations by @arun3688 in #1012
- allow renaming model cref in snapshot by @arun3688 in #1006
- Introduce flag --zeroNominal by @lochel in #1018
- fix bug in renaming values by @arun3688 in #1023
- Fix typo in readme by @lochel in #1026
- copy windows dlls to lib/OMSimulator by @arun3688 in #1028
- Add setLoggingInterval to new python interface by @lochel in #1029
- import and export multiple ssv files by @arun3688 in #1019
- update start values in ssv template by @arun3688 in #1030
- Update README.md by @lochel in #1033
- Resolve conflict with result files by @lochel in #1034
- The atomic library needs to be linked on more Linux versions by @sjoelund in #1032
- export unique ssp by @arun3688 in #1035
- Remove hints for finding libatomic by @sjoelund in #1036
- Updated embrace use case by @robha67 in #1016
- Split mingw into mingw32 and mingw64 for the testsuite by @lochel in #1042
- Use absolute path to check if FMU exists. by @AnHeuermann in #1038
- Cleanup the filesystem package by @lochel in #1043
- Use canonical instead of absolute by @lochel in #1044
- Mention the cross-check results by @lochel in #1045
- Improve error messages of xml import by @lochel in #1046
- Fix variable step size setup for cross-check examples by @lochel in #1047
- Fix variable step size setup for cross-check examples by @lochel in #1048
- Fix step sizes for cvode in sc-systems by @lochel in #1049
- attempt to fix perl hangs and print some info by @adrpo in #1050
- Reset default maximumStepSize for cross-check by @lochel in #1051
- Update test importStartValues.lua by @lochel in #1052
- Delete temp files by @lochel in https://...
patch release: v2.1.1
- fixing the fmi cross-check
- fixing pip package generation of stable releases
minor release: v2.1.0
- adding kinsol for algebraic loops between components
- bug fixes