From: Ben G. <no...@gi...> - 2021-04-12 09:27:16
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 1fb6c19d605825c2990dabebf9adf9e841c40c01 https://github.com/python-control/python-control/commit/1fb6c19d605825c2990dabebf9adf9e841c40c01 Author: Rory Yorke <ror...@gm...> Date: 2021-04-11 (Sun, 11 Apr 2021) Changed paths: M control/statesp.py M control/tests/statesp_test.py Log Message: ----------- IPython LaTeX output only generated for small systems StateSpace._repr_latex_ now returns None for systems whose size is greater than new config variable statesp.latex_maxsize. System size is the largest dimension of the partitioned system matrix. statesp.latex_maxsize is 10. Commit: e81f648431e2a9f2cdf583702522bc2af0e1c360 https://github.com/python-control/python-control/commit/e81f648431e2a9f2cdf583702522bc2af0e1c360 Author: Ben Greiner <co...@bn...> Date: 2021-04-12 (Mon, 12 Apr 2021) Changed paths: M control/statesp.py M control/tests/statesp_test.py Log Message: ----------- Merge pull request #607 from roryyorke/rory/statesp-latex-maxsize IPython LaTeX output only generated for small systems Compare: https://github.com/python-control/python-control/compare/d1f3bcabb747...e81f648431e2 |