-
Notifications
You must be signed in to change notification settings - Fork 441
I/O system class restructuring #916
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
murrayrm
merged 18 commits into
python-control:main
from
murrayrm:iosys_classes-19Jun2023
Jul 2, 2023
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
b881b22
initial refactoring of classes and modules
murrayrm 4afda82
updated unit tests
murrayrm 31f6574
updated documentation, examples, unit tests
murrayrm 7273e11
iosys.py cleanup plus related subclass, docstring mods
murrayrm 9d426e9
removed unused code; added unit tests for coverage
murrayrm 0758426
reorganize and clean up statesp.py
murrayrm 7dc92df
add nlsys() function for creating nonlinear I/O systems
murrayrm e9e3a8e
allow bdalg fucntions (series, parallel, feedback) on general I/O sys…
murrayrm 0ef2941
update time response functions to allow nonlinear systems
murrayrm 4692b1e
remove unneeded code; clean up TODOs
murrayrm 55fb775
add missing links for Jupyter notebooks in doc/
murrayrm 9023de9
add flatsys() factory function
murrayrm de38612
fix bug in the way inputs were stored for MIMO step_response
murrayrm b3693dc
updates per @sawyerbfuller review comments
murrayrm a0c7884
clean up unit test warnings + ignore deprecation warning in matlab.co…
murrayrm fc19cd6
add back ss2io and tf2io, with deprecation warnings
murrayrm 0b3ae85
set names of ct.s and ct.z to 's' and 'z'
murrayrm 39404c4
fix bug in the way LinearICSystem.__call__ was implemented (with unit…
murrayrm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.