From: Richard M. <no...@gi...> - 2019-07-21 04:34:08
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 4d718aff8117fd239b6a46b766a9c65acc036937 https://github.com/python-control/python-control/commit/4d718aff8117fd239b6a46b766a9c65acc036937 Author: Richard Murray <mu...@cd...> Date: 2019-07-21 (Sun, 21 Jul 2019) Changed paths: M control/__init__.py M control/config.py M control/freqplot.py M control/matlab/__init__.py M control/nichols.py M control/pzmap.py M control/rlocus.py M control/statesp.py M control/tests/config_test.py M control/tests/freqresp_test.py M doc/conventions.rst Log Message: ----------- Use dict for package/module configuration parameters (#327) * update config module to use dictionary + 'module.variable' format to store configuration defaults * create helper functions to allow processing of configuration parameters to functions * update modules/functions that use configuration parameters to use the new config module functionality |