* This release includes numerous bug fixes and improvements, with
major changes such as a substantial reorganization of the
documentation into a User Guide and Reference Manual, more
consistent and complete docstrings, and support for referencing
signals and subsystems by name as well as by index. Phase plane
plots now use matplotlib’s streamplot for better visuals. New
functions include combine_tf and split_tf for MIMO/SISO
conversion and disk_margins for stability analysis. Additional
improvements include consistent keyword usage, expanded LTI
system methods for plotting and responses, better error
messages, and legacy aliases to maintain backward
compatibility.
* This version of python-control requires Python 3.10 or higher,
NumPy 1.23 or higher (2.x recommended), and SciPy 1.8 or
higher.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-control?expand=0&rev=67
This commit is contained in:
@@ -2,8 +2,21 @@
|
||||
Wed Jul 23 09:41:44 UTC 2025 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to 0.10.2
|
||||
* This release includes numerous bug fixes and improvements, with major changes such as a substantial reorganization of the documentation into a User Guide and Reference Manual, more consistent and complete docstrings, and support for referencing signals and subsystems by name as well as by index. Phase plane plots now use matplotlib’s streamplot for better visuals. New functions include combine_tf and split_tf for MIMO/SISO conversion and disk_margins for stability analysis. Additional improvements include consistent keyword usage, expanded LTI system methods for plotting and responses, better error messages, and legacy aliases to maintain backward compatibility.
|
||||
* This version of python-control requires Python 3.10 or higher, NumPy 1.23 or higher (2.x recommended), and SciPy 1.8 or higher.
|
||||
* This release includes numerous bug fixes and improvements, with
|
||||
major changes such as a substantial reorganization of the
|
||||
documentation into a User Guide and Reference Manual, more
|
||||
consistent and complete docstrings, and support for referencing
|
||||
signals and subsystems by name as well as by index. Phase plane
|
||||
plots now use matplotlib’s streamplot for better visuals. New
|
||||
functions include combine_tf and split_tf for MIMO/SISO
|
||||
conversion and disk_margins for stability analysis. Additional
|
||||
improvements include consistent keyword usage, expanded LTI
|
||||
system methods for plotting and responses, better error
|
||||
messages, and legacy aliases to maintain backward
|
||||
compatibility.
|
||||
* This version of python-control requires Python 3.10 or higher,
|
||||
NumPy 1.23 or higher (2.x recommended), and SciPy 1.8 or
|
||||
higher.
|
||||
## New classes, functions, and methods
|
||||
* find_operating_point: this function replaces (with a legacy
|
||||
alias) the find_eqpt function and now returns an
|
||||
|
||||
Reference in New Issue
Block a user