Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python-control
/
python-control
Public
Notifications
You must be signed in to change notification settings
Fork
463
Star
2.1k
Code
Issues
81
Pull requests
14
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
I/O system class restructuring
- #916
#916
Merged
murrayrm
merged 18 commits into
python-control:main
python-control/python-control:main
from
murrayrm:iosys_classes-19Jun2023
murrayrm/python-control:iosys_classes-19Jun2023
Copy head branch name to clipboard
Jul 2, 2023
Conversation
Commits
18
(18)
Checks
Files changed
Merged
I/O system class restructuring
#916
murrayrm
merged 18 commits into
python-control:main
python-control/python-control:main
from
murrayrm:iosys_classes-19Jun2023
murrayrm/python-control:iosys_classes-19Jun2023
Copy head branch name to clipboard
Commits
Commits on Jun 19, 2023
initial refactoring of classes and modules
murrayrm
committed
b881b22
View commit details
Copy full SHA for b881b22
Browse repository at this point
updated unit tests
murrayrm
committed
4afda82
View commit details
Copy full SHA for 4afda82
Browse repository at this point
updated documentation, examples, unit tests
murrayrm
committed
31f6574
View commit details
Copy full SHA for 31f6574
Browse repository at this point
iosys.py cleanup plus related subclass, docstring mods
murrayrm
committed
7273e11
View commit details
Copy full SHA for 7273e11
Browse repository at this point
removed unused code; added unit tests for coverage
murrayrm
committed
9d426e9
View commit details
Copy full SHA for 9d426e9
Browse repository at this point
reorganize and clean up statesp.py
murrayrm
committed
0758426
View commit details
Copy full SHA for 0758426
Browse repository at this point
add nlsys() function for creating nonlinear I/O systems
murrayrm
committed
7dc92df
View commit details
Copy full SHA for 7dc92df
Browse repository at this point
allow bdalg fucntions (series, parallel, feedback) on general I/O systems
murrayrm
committed
e9e3a8e
View commit details
Copy full SHA for e9e3a8e
Browse repository at this point
update time response functions to allow nonlinear systems
murrayrm
committed
0ef2941
View commit details
Copy full SHA for 0ef2941
Browse repository at this point
remove unneeded code; clean up TODOs
murrayrm
committed
4692b1e
View commit details
Copy full SHA for 4692b1e
Browse repository at this point
add missing links for Jupyter notebooks in doc/
murrayrm
committed
55fb775
View commit details
Copy full SHA for 55fb775
Browse repository at this point
Commits on Jun 21, 2023
add flatsys() factory function
murrayrm
committed
9023de9
View commit details
Copy full SHA for 9023de9
Browse repository at this point
fix bug in the way inputs were stored for MIMO step_response
murrayrm
committed
de38612
View commit details
Copy full SHA for de38612
Browse repository at this point
Commits on Jun 27, 2023
updates per @sawyerbfuller review comments
murrayrm
committed
b3693dc
View commit details
Copy full SHA for b3693dc
Browse repository at this point
clean up unit test warnings + ignore deprecation warning in matlab.connect
murrayrm
committed
a0c7884
View commit details
Copy full SHA for a0c7884
Browse repository at this point
add back ss2io and tf2io, with deprecation warnings
murrayrm
committed
fc19cd6
View commit details
Copy full SHA for fc19cd6
Browse repository at this point
Commits on Jun 30, 2023
set names of ct.s and ct.z to 's' and 'z'
murrayrm
committed
0b3ae85
View commit details
Copy full SHA for 0b3ae85
Browse repository at this point
Commits on Jul 2, 2023
fix bug in the way LinearICSystem.__call__ was implemented (with unit test)
murrayrm
committed
39404c4
View commit details
Copy full SHA for 39404c4
Browse repository at this point
You can’t perform that action at this time.