From: Richard M. <no...@gi...> - 2025-03-03 05:54:33
|
Branch: refs/heads/main Home: https://github.com/python-control/python-control Commit: bb35a88eb1710bac1539398535ddbee2c273c88d https://github.com/python-control/python-control/commit/bb35a88eb1710bac1539398535ddbee2c273c88d Author: Lorenz Kies <lor...@gm...> Date: 2025-03-01 (Sat, 01 Mar 2025) Changed paths: M control/iosys.py M control/tests/statesp_test.py Log Message: ----------- fix latex not being rendered in html output in VSCode by adding a blanket _repr_markdown_ InputOutputSystem which is the same as _repr_html_ but the renderer for _repr_markdown_ will also render contained latex Commit: 45a6a2af66db2c330fbb46a8e44399535a3bf0f1 https://github.com/python-control/python-control/commit/45a6a2af66db2c330fbb46a8e44399535a3bf0f1 Author: Richard Murray <mu...@cd...> Date: 2025-03-02 (Sun, 02 Mar 2025) Changed paths: M control/iosys.py M control/tests/statesp_test.py Log Message: ----------- Merge pull request #1133 from lkies/fix-repr Fix Latex not being rendered in HTML output in VSCode Compare: https://github.com/python-control/python-control/compare/58e7ad9f0b7e...45a6a2af66db To unsubscribe from these emails, change your notification settings at https://github.com/python-control/python-control/settings/notifications |