@@ -9,15 +9,16 @@ Version 0.10.2 Release Notes (current)
99* `GitHub release page
1010 <https://github.com/python-control/python-control/releases/tag/0.10.2> `_
1111
12- This release contains numerous bug fixes and improvements, including
13- substantial updates to the documentation, including refactoring of the
14- online manual into a User Guide and a Reference Manual, as well as
15- more consistent and complete docstrings. In addition, signals and
16- systems can now be referenced using signal labels in addition to
17- offsets, and phase plane plots make use of the matplotlib
18- `~matplotlib.pyplot.streamplot ` function. Numerous other changes have
19- been made to improve consistency of keyword arguments and function
20- names, with legacy aliases available.
12+ This release includes numerous bug fixes and improvements, with major
13+ changes such as a substantial reorganization of the documentation into
14+ a User Guide and Reference Manual, more consistent and complete
15+ docstrings, and support for referencing signals and subsystems by name
16+ as well as by index. Phase plane plots now use matplotlib’s
17+ `streamplot ` for better visuals. New functions include `combine_tf `
18+ and `split_tf ` for MIMO/SISO conversion and `disk_margins ` for
19+ stability analysis. Additional improvements include consistent keyword
20+ usage, expanded LTI system methods for plotting and responses, better
21+ error messages, and legacy aliases to maintain backward compatibility.
2122
2223This version of `python-control ` requires Python 3.10 or higher, NumPy
23241.23 or higher (2.x recommended), and SciPy 1.8 or higher.
0 commit comments