SGeeversAtVortech
released this
04 Oct 22:46
·
171 commits
to master
since this release
- Many speed-ups to SimulationProblem. Partially because of storing things in lists instead of np.arrays (that are expensive to append to).
- Support for string parameters in Modelica models (
parameter string foo = "bar"
). - HomotopyMixin: Add support for specifying starting theta (e.g. not starting at 0.0, but starting at 0.5 or 1.0)
- Timeseries: Add
__eq__
for easy equality comparison of Timeseries (timeseries_a == timeseries_b
)