- update to modern python on sle15
* Small docstring fixes for release by @murrayrm in #832 - Update to version 0.9.1 - Update to version 0.8.4 * Improved default time vector for time response * New use_legacy_defaults function to allow compatibility * Allow creation of non-proper transfer functions (bnavigator, rlegnain) * Added ability to set arrow head length and width option * Added ability to 'prewarp' the conversion of continuous to * Added rlocus capability for discrete-time systems * Updated pzmap grid to be compatible with matplotlib updates * Implement loadable string representation (repr) for tf, ss, * Fixed margin computation for discrete time systems * Fixed InterconnectedSystem naming bugs, improved * Fixed LinearIOSystem output bug in output function * Fixed bug in forced_response that overrode squeeze * Use rad/sec for Bode plot in MATLAB bode (was erroneously * Removed deprecated scipy calls and updated to latest numpy * Updated unit tests + switch to pytest (bnavigator, * Return type for eigenvalues in lqe changed to 1D array - Skip a test family on Leap because of segfaults in numpy - moved Pillow requirement to matplotlib package - add pr430-numpy119delete.patch to fix test failures with new numpy - remove ppc workaround and matrix type during tests gh#python-control/python-control#423 - skip mixsyn test on PowerPC boo#1172555 duplicated array test - remove python-devel from BuildRequires - add slycot to BuildRequires for tests OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-control?expand=0&rev=56
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 14 15:13:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to modern python on sle15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 06:41:41 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
@@ -194,7 +199,7 @@ Sat Dec 31 19:48:37 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
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 <code@bnavigator.de>
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 31 18:27:11 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 28 20:31:00 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 11 18:39:38 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
- moved Pillow requirement to matplotlib package
|
||||
- moved Pillow requirement to matplotlib package
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 20 17:48:34 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
@@ -450,22 +455,22 @@ Mon Jul 20 17:48:34 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 9 18:56:06 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
|
||||
- remove ppc workaround
|
||||
- remove ppc workaround
|
||||
- remove _service file
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 26 15:29:50 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- 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 <code@bnavigator.de>
|
||||
@@ -477,13 +482,13 @@ Sat Jan 18 01:18:39 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
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 <code@bnavigator.de>
|
||||
|
||||
@@ -499,17 +504,17 @@ Mon Nov 4 13:25:48 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 27 13:12:31 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- remove python-devel from BuildRequires
|
||||
- remove python-devel from BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 15:41:59 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- add slycot to BuildRequires for tests
|
||||
- add slycot to BuildRequires for tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 12:48:24 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
- switch to xvfb-run
|
||||
- switch to xvfb-run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 11:05:31 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
|
||||
@@ -523,4 +528,4 @@ make v0.8.2 spec test suite compliant
|
||||
Mon May 13 19:16:19 UTC 2019 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
update to version 0.8.2
|
||||
-
|
||||
-
|
||||
|
||||
Reference in New Issue
Block a user