Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.29 KB

TODO.md

File metadata and controls

20 lines (19 loc) · 1.29 KB

TODO list

  • also replace function names in code (and maybe iterate simplification with new algorithm sections)
  • combine all simplification steps into one function that simplifies both equations and functions
  • find a better way to determine the prototype from a set of equivalent functions
  • consistent ordering of equations (do not count groups)
  • handle when equations properly in documentation
  • use full group name in "Within group ..." text
  • parse unit definitions and display as MathML
  • make float values human-readable by (optionally) restricting precision
  • add a proper header for Modelica autodoc entries (including docstring of class)
  • add possibility to show equations and variables of non-instantiatable classes
  • add diagrams to output
  • add tooltip to variables and parameters in equation list
  • remove dependency to PyCall using a Julia library for XPath
  • do not load MSL by default (can be done via "uses" annotation in Modelica)