From: Richard M. <mu...@cd...> - 2024-08-17 20:21:41
|
This release provides a number of updates to the plotting functions to make the interface more uniform between the various types of control plots (including the use of the ControlPlot object as the return type for all _plot functions ([#1034](https://github.com/python-control/python-control/pull/1034)), adds slice access for state space models ([#1012](https://github.com/python-control/python-control/pull/1012)), includes new tools for model identification from data ([#1022](https://github.com/python-control/python-control/pull/1022), [#1024](https://github.com/python-control/python-control/pull/1024)), as well as compatibility with NumPy 2.0 ([#994](https://github.com/python-control/python-control/pull/994)). A number of other smaller enhancements, bug fixes, and updates to documentation and examples are also included. Latest documentation: https://python-control.readthedocs.io/en/0.10.1/ Full list of changes: https://github.com/python-control/python-control/releases/tag/0.10.1 Detailed changelog: https://github.com/python-control/python-control/compare/0.10.0...0.10.1 Many thanks to @ansrandrieu, @bnavigator, @gdmcbain, @guptavaibhav0, @KybernetikJo, @pierre-haessig, @sawyerbfuller, @slivingston, @wueestry, and many others for their contributions! -richard |