Skip to content
This repository has been archived by the owner on Mar 27, 2022. It is now read-only.

v0.5.2

Latest
Compare
Choose a tag to compare
@julia-tagbot julia-tagbot released this 12 Jul 09:59
· 16 commits to master since this release
v0.5.2

v0.5.2 (2019-07-11)

Diff since v0.5.1

Release notes

  • New options defaultMaxStepSize, defaultMaxNumberOfSteps for ModiaMath.SimulationState.
  • New options maxStepSize, maxNumberOfSteps for ModiaMath.simulate!(..).
  • New option minXaxisTickLabels for ModiaMath.plot. The default is to show all xaxis tick labels
    in order that when zooming into a plot, the xaxis labels are shown.
  • Fixed warning: getindex(o::PyObject, s::AbstractString) is deprecated in favor of dot overloading (getproperty) [...]