Skip to content

v1.4.1

Choose a tag to compare

@seanebum seanebum released this 29 May 14:37
b4bf213

1.4.1 CHANGELOG

CHANGES

  • added initial value setter method for Species (myspecies.set_initial_value(val))
  • BasicTauHybridSolver is now automatically selected with model.run() for models containing:
    • Rate Rules, Assignment Rules, Events, Function Definitions
  • axes scaling is now available with matplotlib and plotly plotting

FIXES

  • Fixed issue where Tau selection occasionally caused an error
  • Assignment rules now work correctly, again
  • Rate Rules now work correctly, again
  • Default matplotlib y scale now adjusts to simulation
  • Events are now comparable
  • Models containing Events are now comparable
  • coverage badge in README is no longer static, now updates automatically