From: Ben G. <no...@gi...> - 2020-08-17 15:59:28
|
Branch: refs/heads/master Home: https://github.com/python-control/python-control Commit: 7e7ae9c6819c3fa26a1cc1b61a58d094eb46c416 https://github.com/python-control/python-control/commit/7e7ae9c6819c3fa26a1cc1b61a58d094eb46c416 Author: Sawyer Fuller <mi...@uw...> Date: 2020-07-22 (Wed, 22 Jul 2020) Changed paths: M control/statesp.py M control/tests/discrete_test.py M control/tests/iosys_test.py M control/tests/statesp_array_test.py M control/tests/statesp_test.py M control/tests/test_control_matlab.py Log Message: ----------- initial commit changing default array type in statespace to be ndarray instead of matrix. two failing unit tests to fix still Commit: 5ecc543c2fe0fed93859153155d267fd6f3bdd0f https://github.com/python-control/python-control/commit/5ecc543c2fe0fed93859153155d267fd6f3bdd0f Author: Sawyer Fuller <mi...@uw...> Date: 2020-07-23 (Thu, 23 Jul 2020) Changed paths: M control/tests/iosys_test.py Log Message: ----------- found two remaining unit test bugs! (switch from * to np.dot) Commit: 606fa3fed10bab489d60720c04c7f1da25aa245d https://github.com/python-control/python-control/commit/606fa3fed10bab489d60720c04c7f1da25aa245d Author: Sawyer Fuller <mi...@uw...> Date: 2020-07-23 (Thu, 23 Jul 2020) Changed paths: M control/statesp.py Log Message: ----------- stick with old default for now Commit: eda91ca9b203b7663e6f07ebe6845447fe9cbd5e https://github.com/python-control/python-control/commit/eda91ca9b203b7663e6f07ebe6845447fe9cbd5e Author: bnavigator <co...@bn...> Date: 2020-07-24 (Fri, 24 Jul 2020) Changed paths: M .travis.yml A control/tests/conftest.py Log Message: ----------- add conftest.py fixture and travis job to check with ndarray Commit: ebd73c1d22efd121dc908498478bf9a94d0ca92d https://github.com/python-control/python-control/commit/ebd73c1d22efd121dc908498478bf9a94d0ca92d Author: Sawyer Fuller <mi...@uw...> Date: 2020-07-24 (Fri, 24 Jul 2020) Changed paths: M control/canonical.py M control/tests/canonical_test.py Log Message: ----------- fixes in canonical and canonical_test that were assuming numpy.matrix Commit: 07a7c7a6e8f2fe814d26948c65c4104e025daefb https://github.com/python-control/python-control/commit/07a7c7a6e8f2fe814d26948c65c4104e025daefb Author: Ben Greiner <co...@bn...> Date: 2020-08-17 (Mon, 17 Aug 2020) Changed paths: M .travis.yml M control/canonical.py M control/statesp.py M control/tests/canonical_test.py A control/tests/conftest.py M control/tests/discrete_test.py M control/tests/iosys_test.py M control/tests/statesp_array_test.py M control/tests/statesp_test.py M control/tests/test_control_matlab.py Log Message: ----------- Merge pull request #433 from sawyerbfuller/ndarray-is-default fixes to unit tests so that they pass when the default array type is ndarray Compare: https://github.com/python-control/python-control/compare/c6a000f6b110...07a7c7a6e8f2 |