diff --git a/python-control.changes b/python-control.changes index 6f6d828..61ee351 100644 --- a/python-control.changes +++ b/python-control.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 14 15:13:55 UTC 2024 - Dirk Müller + +- update to modern python on sle15 + ------------------------------------------------------------------- Mon Apr 29 06:41:41 UTC 2024 - Ben Greiner @@ -194,7 +199,7 @@ Sat Dec 31 19:48:37 UTC 2022 - Ben Greiner in #827 * continuous time system support for create_estimator_iosystem by @murrayrm in #829 - * Small docstring fixes for release by @murrayrm in #832 + * Small docstring fixes for release by @murrayrm in #832 - Drop control-pr777-mpl36.patch, upstreamed ------------------------------------------------------------------- @@ -250,7 +255,7 @@ Fri Dec 31 19:31:35 UTC 2021 - Ben Greiner ------------------------------------------------------------------- Fri Dec 31 18:27:11 UTC 2021 - Ben Greiner -- Update to version 0.9.1 +- Update to version 0.9.1 * Version 0.9.1 is a minor release that includes new functionality for discrete time systems (dlqr, dlqe, drss), flat systems (optimization and constraints), a new time @@ -386,43 +391,43 @@ Thu Jan 21 23:09:04 UTC 2021 - Benjamin Greiner ------------------------------------------------------------------- Mon Dec 28 20:31:00 UTC 2020 - Benjamin Greiner -- Update to version 0.8.4 - * Improved default time vector for time response +- Update to version 0.8.4 + * Improved default time vector for time response functions (bnavigator, sawyerbfuller) - * New use_legacy_defaults function to allow compatibility + * New use_legacy_defaults function to allow compatibility with previous versions (sawyerbfuller) - * Allow creation of non-proper transfer functions - (bnavigator, rlegnain) - * Added ability to set arrow head length and width option + * Allow creation of non-proper transfer functions + (bnavigator, rlegnain) + * Added ability to set arrow head length and width option in nyquist_plot (geekonloose) - * Added ability to 'prewarp' the conversion of continuous to + * Added ability to 'prewarp' the conversion of continuous to discrete-time systems (sawyerbfuller) - * Added rlocus capability for discrete-time systems + * Added rlocus capability for discrete-time systems (sawyerbfuller) - * Updated pzmap grid to be compatible with matplotlib updates + * Updated pzmap grid to be compatible with matplotlib updates (bnavigator) - * Implement loadable string representation (repr) for tf, ss, + * Implement loadable string representation (repr) for tf, ss, and frd (repagh) - * Fixed margin computation for discrete time systems + * Fixed margin computation for discrete time systems (bnavigator) * Fixed indexing bug in bdalg.connect (sawyerbfuller) - * Fixed InterconnectedSystem naming bugs, improved + * Fixed InterconnectedSystem naming bugs, improved conventions (samlaf) - * Fixed LinearIOSystem output bug in output function + * Fixed LinearIOSystem output bug in output function (francescoseccamonte) - * Fixed bug in forced_response that overrode squeeze + * Fixed bug in forced_response that overrode squeeze parameter (bnavigator) - * Use rad/sec for Bode plot in MATLAB bode (was erroneously + * Use rad/sec for Bode plot in MATLAB bode (was erroneously defaulting to Hertz) (paulvicioso) - * Removed deprecated scipy calls and updated to latest numpy + * Removed deprecated scipy calls and updated to latest numpy (bnavigator) * Multiple documentation updates (bnavigator, laurensvalk) * New and improved examples for sisotool, pvtol (repagh, samlaf) * The rlocus function no longer automatically creates a new figure - * Updated unit tests + switch to pytest (bnavigator, + * Updated unit tests + switch to pytest (bnavigator, sawyerbfuller) - * Return type for eigenvalues in lqe changed to 1D array + * Return type for eigenvalues in lqe changed to 1D array (matches lqr) * Small fixes + documentation updates to markov - Remove forbidden arch macros in noarch package @@ -435,12 +440,12 @@ Mon Dec 28 20:31:00 UTC 2020 - Benjamin Greiner ------------------------------------------------------------------- Sun Oct 11 18:39:38 UTC 2020 - Benjamin Greiner -- Skip a test family on Leap because of segfaults in numpy +- Skip a test family on Leap because of segfaults in numpy ------------------------------------------------------------------- Thu Jul 23 09:56:18 UTC 2020 - Benjamin Greiner -- moved Pillow requirement to matplotlib package +- moved Pillow requirement to matplotlib package ------------------------------------------------------------------- Mon Jul 20 17:48:34 UTC 2020 - Benjamin Greiner @@ -450,22 +455,22 @@ Mon Jul 20 17:48:34 UTC 2020 - Benjamin Greiner ------------------------------------------------------------------- Thu Jul 9 18:56:06 UTC 2020 - Benjamin Greiner -- add pr430-numpy119delete.patch to fix test failures with new numpy +- add pr430-numpy119delete.patch to fix test failures with new numpy ------------------------------------------------------------------- Tue Jun 30 12:21:40 UTC 2020 - Benjamin Greiner -- remove ppc workaround +- remove ppc workaround - remove _service file ------------------------------------------------------------------- Fri Jun 26 15:29:50 UTC 2020 - Benjamin Greiner - move to pytest, ignore deprecation warnings for scipy functions - and matrix type during tests gh#python-control/python-control#423 + and matrix type during tests gh#python-control/python-control#423 - fix invalid test discovery by pr380-fix-pytest-discovery.patch gh#python-control/python-control#380 -- skip mixsyn test on PowerPC boo#1172555 +- skip mixsyn test on PowerPC boo#1172555 ------------------------------------------------------------------- Sat Jan 18 01:18:39 UTC 2020 - Benjamin Greiner @@ -477,13 +482,13 @@ Sat Jan 18 01:18:39 UTC 2020 - Benjamin Greiner python-control-pr345.patch - pr365-copy-PR-320-for-robust_array_test.patch upstream PR#365 the former fixtestaugw patch for the new - duplicated array test + duplicated array test - pr366-ease-precision-tolerance.patch upstream PR#366 to pass the checks on more architectures - remove Python 2 package - run all tests in xvfb env and prealloc differently for i586 architecture - + ------------------------------------------------------------------- Wed Nov 27 18:13:20 UTC 2019 - Benjamin Greiner @@ -499,17 +504,17 @@ Mon Nov 4 13:25:48 UTC 2019 - Benjamin Greiner ------------------------------------------------------------------- Thu Jun 27 13:12:31 UTC 2019 - Benjamin Greiner -- remove python-devel from BuildRequires +- remove python-devel from BuildRequires ------------------------------------------------------------------- Tue Jun 25 15:41:59 UTC 2019 - Benjamin Greiner -- add slycot to BuildRequires for tests +- add slycot to BuildRequires for tests ------------------------------------------------------------------- Wed Jun 19 12:48:24 UTC 2019 - Benjamin Greiner -- switch to xvfb-run +- switch to xvfb-run ------------------------------------------------------------------- Wed Jun 19 11:05:31 UTC 2019 - Benjamin Greiner @@ -523,4 +528,4 @@ make v0.8.2 spec test suite compliant Mon May 13 19:16:19 UTC 2019 - Benjamin Greiner update to version 0.8.2 -- +- diff --git a/python-control.spec b/python-control.spec index 1738a1c..90ef7e4 100644 --- a/python-control.spec +++ b/python-control.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-control Version: 0.10.0 Release: 0