Skip to content

0.9.0

Compare
Choose a tag to compare
@john-hen john-hen released this 10 Mar 19:42
  • Published on March 10, 2021.
  • mph.start() is now the preferred way to start a local Comsol session.
  • On Windows, it starts a lightweight, stand-alone client.
  • On Linux and macOS, it starts a thin client and local server.
  • This is due to limitations on these platforms described in issue #8.
  • Configuration options are exposed by mph.option().
  • An in-memory cache for previously loaded model files may be activated.
  • Selection names are returned by model.selections().
  • Feature names in physics interfaces are returned by model.features().
  • Feature nodes in physics interfaces can be toggled on or off.
  • Parameter descriptions can be modified.
  • Parameter values may be returned as evaluated numbers instead of string expressions.
  • Custom classes derived from Model can now be more easily type-cast to.
  • Users are warned if log-in details for the Comsol server have not been set up.
  • Fixes issue #23 regarding discovery with older Python versions on Windows.
  • Fixes issue #24 regarding localized server output messages.