Blob Blame History Raw
<revisionlist>
  <revision rev="1" vrev="1">
    <srcmd5>9e921ce47ef518a2de4316b371b147ac</srcmd5>
    <version>0.8.2</version>
    <time>1573045622</time>
    <user>dimstar_suse</user>
    <comment>reintroduce the package. It was deleted a few days ago because the build failed.</comment>
    <requestid>745475</requestid>
  </revision>
  <revision rev="2" vrev="2">
    <srcmd5>99e80fc783d96c5efb3b089b6b41c6fa</srcmd5>
    <version>0.8.2</version>
    <time>1575464034</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>753327</requestid>
  </revision>
  <revision rev="3" vrev="1">
    <srcmd5>1ca9a16a1fa720810a5843074036d0c1</srcmd5>
    <version>0.8.3</version>
    <time>1579346310</time>
    <user>dimstar_suse</user>
    <comment>- update to version 0.8.3
- remove patches that were merged upstream:
    python-control-fixtestaugw.patch
    python-control-pr317.patch
    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  
- 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
  
</comment>
    <requestid>765399</requestid>
  </revision>
  <revision rev="4" vrev="2">
    <srcmd5>afa975bffde594b09dbb49e655b95a4b</srcmd5>
    <version>0.8.3</version>
    <time>1593292959</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>817307</requestid>
  </revision>
  <revision rev="5" vrev="3">
    <srcmd5>5e154e3335b0813525fab87d02098ab4</srcmd5>
    <version>0.8.3</version>
    <time>1593606406</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>817899</requestid>
  </revision>
  <revision rev="6" vrev="4">
    <srcmd5>529822b5205e91782f7dfaeadb45740e</srcmd5>
    <version>0.8.3</version>
    <time>1594383202</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>819785</requestid>
  </revision>
  <revision rev="7" vrev="5">
    <srcmd5>8473a31072b613a72eea1c7b3850e114</srcmd5>
    <version>0.8.3</version>
    <time>1595339344</time>
    <user>dimstar_suse</user>
    <comment>- explicitely require Pillow for tests because of matplotlib
</comment>
    <requestid>821990</requestid>
  </revision>
  <revision rev="8" vrev="6">
    <srcmd5>4fdcb479f70c234b69b121261836f1d4</srcmd5>
    <version>0.8.3</version>
    <time>1595577943</time>
    <user>dimstar_suse</user>
    <comment>- moved Pillow requirement to matplotlib package</comment>
    <requestid>822358</requestid>
  </revision>
  <revision rev="9" vrev="7">
    <srcmd5>e1249adf68fb4e48ad0aeab383ab43b6</srcmd5>
    <version>0.8.3</version>
    <time>1603645571</time>
    <user>dimstar_suse</user>
    <comment>(This is for :backports)
- Skip a test family on Leap because of segfaults in numpy</comment>
    <requestid>841078</requestid>
  </revision>
  <revision rev="10" vrev="1">
    <srcmd5>b755258f7f36685a45205e3219dabb5e</srcmd5>
    <version>0.8.4</version>
    <time>1609253576</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>859109</requestid>
  </revision>
  <revision rev="11" vrev="2">
    <srcmd5>2b1652932334a47df7ea8e2e20c07047</srcmd5>
    <version>0.8.4</version>
    <time>1611348733</time>
    <user>dimstar_suse</user>
    <comment>------------------------------------------------------------------
- Skip python36 because of scipy 1.6.0
</comment>
    <requestid>865527</requestid>
  </revision>
  <revision rev="12" vrev="1">
    <srcmd5>71d09c1fffe4c88754f99e12fac4b42a</srcmd5>
    <version>0.9.0</version>
    <time>1616365239</time>
    <user>dimstar_suse</user>
    <comment>- Update to version 0.9.0
  * Version 0.9.0 of the Python Control Toolbox
    (python-control) contains a number of enhanced features
    and changes to functions. Some of these changes may
    require modifications to existing user code and, in
    addition, some default settings have changed that may
    affect the appearance of plots or operation of certain
    functions.
  * Significant new additions including improvements in the
    I/O systems modules that allow automatic interconnection
    of signals having the same name (via the interconnect
    function), generation and plotting of describing functions
    for closed loop systems with static nonlinearities, and a
    new optimal control module that allows basic computation
    of optimal controls (including model predictive
    controllers). Some of the changes that may break use code
    include the deprecation of the NumPy matrix type (2D NumPy
    arrays are used instead), changes in the return value for
    Nyquist plots (now returns number of encirclements rather
    than the frequency response), switching the default
    timebase of systems to be 0 rather than None (no
    timebase), and changes in the processing of return values
    for time and frequency responses (to make them more
    consistent). In many cases, the earlier behavior can be
    restored by calling use_legacy_defaults('0.8.4').
  New Features:
  * Optimal control module, including rudimentary MPC
    control (#549 by murrayrm)
  * Describing functions plots (#521 by murrayrm)
  * MIMO impulse and step response (#514 by murrayrm)
  * I/O system improvements:
  * linearize() retains signal names plus new interconnect()
    function (#497 by murrayrm)
  * Add summing junction + implicit signal interconnection (#517
    by murrayrm)
  * Implementation of initial_phase, wrap_phase keywords for
    bode_plot (#494 by murrayrm)
  * Added IPython LaTeX representation method for StateSpace
    objects (#450 by roryyorke)
  * New dynamics() and output() methods in StateSpace (#566 by
    sawyerbfuller)
  * FRD systems can now be created from a discrete time LTI system
    (#568 by bnavigator)
  * Cost and constraints are now allowed for
    flatsys.point_to_point() (#569 by murrayrm)
</comment>
    <requestid>880368</requestid>
  </revision>
  <revision rev="13" vrev="1">
    <srcmd5>9948da2736e15499567373df8efcb8c2</srcmd5>
    <version>0.9.1</version>
    <time>1641203369</time>
    <user>dimstar_suse</user>
    <comment>- Require Python &gt;= 3.7: Disable Leap backport build. It keeps
  failing due to unresolvable PyVirtualDisplay. We officially do
  not support Python 3.6 in upstream anymore. (forwarded request 943353 from bnavigator)</comment>
    <requestid>943354</requestid>
  </revision>
  <revision rev="14" vrev="2">
    <srcmd5>2bf7073480373cec9eafe071ffe0be6e</srcmd5>
    <version>0.9.1</version>
    <time>1644617245</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>953264</requestid>
  </revision>
  <revision rev="15" vrev="3">
    <srcmd5>f639d8c66bc391f16dc31d1bb78b9fda</srcmd5>
    <version>0.9.1</version>
    <time>1644707734</time>
    <user>dimstar_suse</user>
    <comment></comment>
    <requestid>953944</requestid>
  </revision>
</revisionlist>