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
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
462
Star
2.1k
Code
Issues
81
Pull requests
6
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
Prepare for removal of dependency on numpy.matrix class
- #292
#292
Closed
murrayrm
wants to merge 15 commits into
python-control:master
python-control/python-control:master
from
murrayrm:np.matrix
murrayrm/python-control:np.matrix
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Closed
Prepare for removal of dependency on numpy.matrix class
#292
murrayrm
wants to merge 15 commits into
python-control:master
python-control/python-control:master
from
murrayrm:np.matrix
murrayrm/python-control:np.matrix
Copy head branch name to clipboard
Commits
Commits on Apr 16, 2019
add StateSpaceMatrix class
murrayrm
committed
a4986b6
View commit details
Copy full SHA for a4986b6
Browse repository at this point
remove np.matrix dependencies from module code
murrayrm
committed
f010542
View commit details
Copy full SHA for f010542
Browse repository at this point
remove np.matrix dependencies from tests
murrayrm
committed
afc4ef4
View commit details
Copy full SHA for afc4ef4
Browse repository at this point
add matrix power operation (**) to StateSpaceMatrix
murrayrm
committed
14d5c3a
View commit details
Copy full SHA for 14d5c3a
Browse repository at this point
code cleanup (including PEP8)
murrayrm
committed
08f1c51
View commit details
Copy full SHA for 08f1c51
Browse repository at this point
Fix typo in control/statesp.py
Show description for ce42c1c
moorepants
and
murrayrm
authored
ce42c1c
View commit details
Copy full SHA for ce42c1c
Browse repository at this point
Commits on Apr 17, 2019
add return_type keyword to functions that previously returned np.matrix
murrayrm
committed
fbc58ec
View commit details
Copy full SHA for fbc58ec
Browse repository at this point
Merge branch 'np.matrix' of https://github.com/murrayrm/python-control into np.matrix
murrayrm
committed
2dafd5c
View commit details
Copy full SHA for 2dafd5c
Browse repository at this point
Commits on May 19, 2019
Merge branch 'master' into np.matrix
murrayrm
committed
e492f2b
View commit details
Copy full SHA for e492f2b
Browse repository at this point
Commits on May 31, 2019
Merge updates to master and update additional unit tests
murrayrm
committed
2304807
View commit details
Copy full SHA for 2304807
Browse repository at this point
Commits on Jun 1, 2019
merge latest master + fix simple conflict
murrayrm
committed
fe528a8
View commit details
Copy full SHA for fe528a8
Browse repository at this point
Commits on Jun 8, 2019
implement remaining dunder methods for StateSpace
murrayrm
committed
d93ea5e
View commit details
Copy full SHA for d93ea5e
Browse repository at this point
Create config options for using numpy.matrix as state space return type
murrayrm
committed
dc333a6
View commit details
Copy full SHA for dc333a6
Browse repository at this point
skip np.matrix warning checks in py2.7 due to bug in repeated warnings
murrayrm
committed
4bba186
View commit details
Copy full SHA for 4bba186
Browse repository at this point
TRV: docstring updates
murrayrm
committed
a5126f8
View commit details
Copy full SHA for a5126f8
Browse repository at this point
You can’t perform that action at this time.