Skip to content

v0.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 19:06
· 296 commits to master since this release
96f25bd

MathematicalSystems v0.11.0

Diff since v0.10.1

New features

  • Overload more arithmetic operations for IdentityMultiple (#150)
  • Add negation operator for identity multiple (#170)
  • The @system macro now handles initial-value problems (#147)
  • Added constructors for systems receiving scalar arguments (#167)

Enhancements

  • Add getter function initial_state for an initial-value problem (#151)
  • Add getter functions for field names of systems (#152)
  • In @system: add template f_(x_, u_) to allow for arbitrary input (#154)
  • Update docs of some discretization algorithms (#153)
  • Traits are extended for systems types as well (#158)
  • Fix numeric types in parsing scalar equation (#169)
  • Fix some scalar corner cases in @system (#168)

Internal changes

  • Add a test for the behavior of @system call without parentheses, like @system x' = Ax (#156)