Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove NumPy matrix class#913

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged

Conversation

murrayrm
Copy link
Member

This PR removes the use of the NumPy matrix class from python-control. The main changes are:

  • Theuse_numpy_matrix function is no longer available.
  • The use of MATLAB-style matrix strings ("[[1 2; 3 4]]") is no longer supported.
  • Theuse_legacy_defaults function returns a warning if the version is pre-0.9 (since those versions used thenp.matrix type for state space systems).
  • Unit tests and CI tests were updated to remove testing againstnp.matrix.
  • Docstrings and documentation were updated to be compatible with the above changes.

@coveralls
Copy link

Coverage Status

coverage: 94.613% (+0.006%) from 94.607% when pulling77a75a6 on murrayrm:remove_matrix-10Jun2023 into71bbce2 on python-control:main.

@murrayrmmurrayrm merged commit8c49b09 intopython-control:mainJun 18, 2023
@murrayrmmurrayrm mentioned this pull requestJun 19, 2023
7 tasks
@murrayrmmurrayrm added this to the0.10.0 milestoneMar 31, 2024
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
0.10.0
Development

Successfully merging this pull request may close these issues.

2 participants
@murrayrm@coveralls

[8]ページ先頭

©2009-2025 Movatter.jp