Skip to content

Releases: MPh-py/MPh

1.2.3

18 Mar 21:39
Compare
Choose a tag to compare
  • Published on March 18, 2023.
  • Tells Comsol server process to not save recovery files. (#128)
  • Allows users to pass extra arguments to the server process. (#128)

1.2.2

12 Feb 21:19
Compare
Choose a tag to compare
  • Published on February 12, 2023.
  • Fixes: Not all time steps returned from parametric sweep. (#112)
  • Fixes: Connect failure with Comsol 6.1 on some Linux distributions. (#114)

1.2.1

02 Jan 21:25
Compare
Choose a tag to compare
  • Published on January 2, 2023.
  • Increases default time-out of server shutdown to accommodate Comsol 6.1. (#106)
  • Fixes tests that would otherwise fail with Comsol 6.1.
  • Added "Credits" page to documentation.

1.2.0

31 Aug 22:10
Compare
Choose a tag to compare
  • Published on August 31, 2022.
  • Includes Comsol installation found on PATH in discovery. (#89)
    So if the comsol command works in the console, the corresponding installation will now be found automatically, even if not in a default location.
  • Adds support for material property groups, which now show up in model tree. (#78)
    Material properties can be read and altered by calling property() on the node referring to its property group.
  • Adds method problems() to the Model class.
    It does the same as calling Node.problems() on the model's root node, but provides for an easy way to check if there are currently errors or warnings reported anywhere in the model.
  • Adds "Uncertainty Quantification" to list of recognized modules.
  • External links to Comsol documentation now refer to Comsol 6.0.

1.1.6

30 Jun 12:26
Compare
Choose a tag to compare
  • Published on June 30, 2022.
  • Adds missing support for export of meshes. (#73)
  • No longer checks process environment in stand-alone mode. (#13)

1.1.5

28 Feb 21:12
Compare
Choose a tag to compare
  • Published on February 28, 2022.
  • Fixes: Server does not start when language set to Chinese. (#72)

1.1.4

23 Feb 14:43
Compare
Choose a tag to compare
  • Published on February 23, 2022.
  • Fixes discovery of Comsol 6.0 on Linux. (#67)

1.1.3

21 Feb 19:31
Compare
Choose a tag to compare
  • Published on February 21, 2022.
  • Adds support for export of animations. (#43)
  • Catches spurious exceptions when reading properties in mph.inspect(). (#68)

1.1.2

08 Jan 16:50
Compare
Choose a tag to compare
  • Published on January 8, 2022.
  • Fixes evaluation error for datasets with slash in name. (#66)

1.1.1

02 Dec 16:16
Compare
Choose a tag to compare
  • Published on December 2, 2021.
  • Supports custom Comsol install locations on Linux via symbolic links in ~/.local. (#62)