Skip to content

v0.1.0

Compare
Choose a tag to compare
@tkoolen tkoolen released this 21 Mar 03:05
· 968 commits to master since this release

Highlights:

  • better support for closed-loop mechanisms (switch from tree + non-tree edges to directed graph + spanning tree representation in Mechanism). See #181 for details.
  • switch to native HTML generation for documentation.
  • some effort towards supporting Julia 0.6 (need StaticArrays updates for full support).
  • optional throttling in MuntheKaasIntegrator. Can be used to limit the speed of simulations, e.g. when realtime (but not faster-than-realtime) visualization is desired.