This repository has been archived by the owner on Mar 27, 2022. It is now read-only.
v0.5.2 (2019-07-11)
Release notes
- New options
defaultMaxStepSize, defaultMaxNumberOfSteps
forModiaMath.SimulationState
. - New options
maxStepSize, maxNumberOfSteps
forModiaMath.simulate!(..)
. - New option
minXaxisTickLabels
forModiaMath.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
) [...]