From: Richard M. <no...@gi...> - 2020-12-31 05:40:18
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 91b04de355f2f01c0cfc13b0cf69e5150960e31c https://github.com/python-control/python-control/commit/91b04de355f2f01c0cfc13b0cf69e5150960e31c Author: Rory Yorke <ror...@gm...> Date: 2020-12-31 (Thu, 31 Dec 2020) Changed paths: M control/statesp.py M control/tests/statesp_test.py Log Message: ----------- Added IPython LaTeX representation method for StateSpace objects Added StateSpace method `_repr_latex_`, which returns a MathJax-centric LaTeX representation of the instance. Added two `statesp` configuration options for this representation. One affects number formatting, and the other chooses the output type. Commit: 6ed3f74de8bab9dac78272e8c819e01e22f78868 https://github.com/python-control/python-control/commit/6ed3f74de8bab9dac78272e8c819e01e22f78868 Author: Richard Murray <mu...@cd...> Date: 2020-12-30 (Wed, 30 Dec 2020) Changed paths: M control/statesp.py M control/tests/statesp_test.py Log Message: ----------- Merge pull request #450 from roryyorke/rory/ss-repr-latex Added IPython LaTeX representation method for StateSpace objects Compare: https://github.com/python-control/python-control/compare/a382502886c1...6ed3f74de8ba |