-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Description
Is there a write up of the main breaking changes in OMPython v4.0.0?
While trying to update OMPython in https://github.com/OpenModelica/OpenModelicaLibraryTesting I noticed some breaking changes. It would be nice if there was some place in the documentation telling users how to upgrade.
Breaking changes I noticed:
- Class
OMCSessionZMQno longer accepts Docker arguments --> I found a new classOMCProcessDockerwhich does and used that one. - Module
pyparsingis no longer exported. omc.sendExpression('exit')no longer works -->omc.sendExpression('quit()')or simply let the class destruction handle it.
Are there more mayor changes?
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog