From: Ben G. <no...@gi...> - 2024-02-18 17:09:19
|
Branch: refs/heads/main Home: https://github.com/python-control/python-control Commit: a1f27dbdbccde9ac898bc662f647a488984da5b0 https://github.com/python-control/python-control/commit/a1f27dbdbccde9ac898bc662f647a488984da5b0 Author: Henrik Sandberg <hs...@kt...> Date: 2024-02-18 (Sun, 18 Feb 2024) Changed paths: M control/__init__.py A control/sysnorm.py Log Message: ----------- New function for LTI system norm computation Commit: e8cca3431b33181c33c643738caabe0be98c5115 https://github.com/python-control/python-control/commit/e8cca3431b33181c33c643738caabe0be98c5115 Author: Henrik Sandberg <hs...@kt...> Date: 2024-02-18 (Sun, 18 Feb 2024) Changed paths: M .gitignore M control/sysnorm.py A control/tests/sysnorm_test.py Log Message: ----------- * Updated documentation of function norm * Added control/tests/sysnorm_test.py * Added additional tests and warning messages for systems with poles close to stability boundary * Added __all__ * Do not track changes in VS Code setup. Commit: f60c83ad11de1cfab20b8bfbf37ff7c2a3a68d5f https://github.com/python-control/python-control/commit/f60c83ad11de1cfab20b8bfbf37ff7c2a3a68d5f Author: Henrik Sandberg <hs...@kt...> Date: 2024-02-18 (Sun, 18 Feb 2024) Changed paths: M control/sysnorm.py Log Message: ----------- Added: * Use of warnings package. * Use routine statesp.linfnorm when slycot installed. * New routine internal _h2norm_slycot when slycot is installed. Commit: 99e49d966083b836a4237cdee4ea04de14ad5ff5 https://github.com/python-control/python-control/commit/99e49d966083b836a4237cdee4ea04de14ad5ff5 Author: Henrik Sandberg <hs...@kt...> Date: 2024-02-18 (Sun, 18 Feb 2024) Changed paths: M control/sysnorm.py M control/tests/sysnorm_test.py Log Message: ----------- Added in sysnorm.py: * type check when calling ct.norm * metod argument in ct.norm (slycot or scipy) using function _slycot_or_scipy from ct.mateqn Change in sysnorm_test.py * set print_warning=False Commit: b39710fcfdc20f1a665c1e9669bfc4bb92763e50 https://github.com/python-control/python-control/commit/b39710fcfdc20f1a665c1e9669bfc4bb92763e50 Author: Henrik Sandberg <hs...@kt...> Date: 2024-02-18 (Sun, 18 Feb 2024) Changed paths: M control/sysnorm.py M control/tests/sysnorm_test.py Log Message: ----------- * In sysnorm: Warnings now of type UserWarning * In sysnorm_test: Use pytest.warns context manager Commit: bad229a6006ae93b57a76246dd03318509ffe7a6 https://github.com/python-control/python-control/commit/bad229a6006ae93b57a76246dd03318509ffe7a6 Author: Henrik Sandberg <hs...@kt...> Date: 2024-02-18 (Sun, 18 Feb 2024) Changed paths: M control/sysnorm.py M control/tests/sysnorm_test.py Log Message: ----------- * sysnorm: Changed default tolerance in norm to 1e-6. * sysnorm_test: Use default tolerance in the tests. Commit: e1e33e43fd6e6675eba67b8a9a715a617c50eb56 https://github.com/python-control/python-control/commit/e1e33e43fd6e6675eba67b8a9a715a617c50eb56 Author: Ben Greiner <co...@bn...> Date: 2024-02-18 (Sun, 18 Feb 2024) Changed paths: M .gitignore M control/__init__.py A control/sysnorm.py A control/tests/sysnorm_test.py Log Message: ----------- Merge pull request #971 from henriks76/system-norms System norms 2 Compare: https://github.com/python-control/python-control/compare/af4f8a7761a7...e1e33e43fd6e To unsubscribe from these emails, change your notification settings at https://github.com/python-control/python-control/settings/notifications |