Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python311-slycot-0.5.4-1.2 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: python311-slycot Distribution: openSUSE:Factory:zSystems
Version: 0.5.4 Vendor: openSUSE
Release: 1.2 Build date: Thu Jun 15 21:47:49 2023
Group: Development/Languages/Python Build host: s390zl25
Size: 2414815 Source RPM: python-slycot-0.5.4-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/python-control/Slycot
Summary: A wrapper for the SLICOT control and systems library
Slycot is a wrapper for the SLICOT control and systems library.

Provides

Requires

License

BSD-3-Clause AND GPL-2.0-only

Changelog

* Thu Apr 27 2023 Ben Greiner <code@bnavigator.de>
  - Update to 0.5.4
    * Don't include package data by @bnavigator in #194
    * Update SLICOT to 5.8 Update 1 by @bnavigator in #195
* Wed Dec 21 2022 Ben Greiner <code@bnavigator.de>
  - Update to 0.5.3
    * This patch release updates the build system to be compatible
      with NumPy 1.24.0 -- gh#python-control/Slycot#187
  - Drop rpmlintc: python-tests-in-package has been dropped
* Wed Nov 23 2022 Ben Greiner <code@bnavigator.de>
  - Update to v0.5.2
    * Drop Support for Python 3.7
  - Release v0.5.1
    * This release is a minor change in the build system. There are
      no new wrappers or code changes of existing SLICOT wrappers.
    * Use FindPython instead of deprecated FindPythonLibs by
      @bnavigator in #181
    * Use setuptools_scm instead of custom version determination code
      by @bnavigator in #180
    * Support Python 3.11 by @bnavigator in #182
* Sun Jul 10 2022 Ben Greiner <code@bnavigator.de>
  - Restore finding correctly flavored f2py during build
* Sat Jul 09 2022 Ben Greiner <code@bnavigator.de>
  - Update to 0.5.0
    * We've switched our Fortran SLICOT base from the older,
      GPL-licensed version 5.0 to the now BSD-licensed version of
      SLICOT hosted on Github. This specific version of Slycot is
      based on SLICOT v5.8.
    * Slycot itself remains GPL-licensed for the time being.
    * We've added a wrapper for SLICOT AB13MD (#171), which computes
      the upper bound for the structured singular value of a system
      and given uncertainty structure.
    * SB03OD used to raise an error if the Schur factor supplied in
      array A was unstable; now, a warning is raised, and the
      eigenvalues are still returned (via #176, which updates to
      SLICOT v5.8).
    * MB03RD correctly handles X=None, the default (#139).
    * In SB03MD, the LDWORK value computed for discrete-time case was
      corrected (#166).
    * AG08BD testing was made more numerically robust.
    * A test for XERBLA behaviour was fixed.
  - Switch to PEP517 build
* Thu Oct 28 2021 Ben Greiner <code@bnavigator.de>
  - Use the correct alternative for f2py during build
* Mon Jan 18 2021 Benjamin Greiner <code@bnavigator.de>
  - Skip python36 because of SciPy 1.6.0
* Thu Jul 02 2020 Benjamin Greiner <code@bnavigator.de>
  - remove pytest_arch PYTHONPATH workaround, fixed in python-rpm-macros
* Tue Jun 30 2020 Benjamin Greiner <code@bnavigator.de>
  - Remove the ppc workaround and skip the failing test entirely.
  - Remove openblas configuration; link to Generic implementation.
    This lets update-alternatives select the implementation at runtime.
    Optimized packages are pulled in by numpy-devel and scipy.
* Fri Jun 26 2020 Benjamin Greiner <code@bnavigator.de>
  - break test loop before test matrices are too ill-conditioned for
    the ppc architecture
  - remove python2 support: there is no python2-scikit-build
  - requires cmake >= 3.11 (no leap 15.1)
* Sat May 30 2020 Benjamin Greiner <code@bnavigator.de>
  - Update to version 0.4.0.0
    * Added periodic Schur decomposition functions mb03vd, mb03vy, and mb03wd
    * Added ab08nz, allowing one to find zeros of complex-valued state-space models
    * Added mb03rd, Schur to block-diagonal transform
    * Added sb01fd H-infinity solver
      Already present sb10ad searches for a minimum gamma value for a given
      H-infinity problem; sb10fd, by contrast, only attempts to solve for a given
      gamma value. This can be used to test for admissible gamma values, which
      could be useful for problems like python-control/python-control#367.
    * New Slycot exception hierarchy; greatly improved Slycot error handling.
      Slycot routines now raise SlycotValueError where they would previously have
      raised ValueError, and SlycotArithmeticError where they would have raised
      ArithmeticError.
      These changes are backwardly compatible: SlycotValueError is a subclasss of
      ValueError, and SlycotArithmeticError is a subclass of ArithmeticError.
      As part of this, many of the Slycot function docstrings were changed to
      conform to numpydoc conventions.
      This supersedes an earlier fix for python-control#347 made during 0.4.0
      development.
    * Override XERBLA
      Overrode the BLAS error function XERBLA that SLICOT routines use to report
      errors; the BLAS-provided XERBLA can terminate the whole Python process.
    * Correct application of DGEBAL in TB01TD and TB05AD
    * Fixed ab01nd for jobz='N' case
    * conda build recipes no longer use pip
    * added conda recipes for MKL and Apple
    * removed conda recipes for Windows; no developer is using them, and they
      weren't working
    * the signature files (.pyf files) are now a dependency of wrapper generation
      Testing
    * Tests added for mb05nd, mc01td, ab08nd, ab08nz, mb03vd, mb03vy, mb03wd.
    * Tests fixed or expanded for mb05md, sg03ad, td04ad.
    * Switched to pytest; Slycot CI now uses pytest for both the Slycot and
      python-control test suites.
    * CI now builds and tests for Linux and macOS. The Linux builds include
      OpenBLAS and MKL variants.
    * Examples are run as part of tests. Outputs are not checked, but errors and
      warnings are.
    * CI coveralls.io integration fixed.
    * General test clean-up.
    * Test files are no longer executable.
    * Fix for mb05nd.
    * Lots of clean-up: removal of unused mathematical.pyf, many docstring fixes,
      and some PEP 8 conformance changes to Python code.
    * Fix for Fortran-compiler dependence on machine value used to represent
      logical values .TRUE. and .FALSE.
    * @repagh fired up his time machine and ensured punch-card compatibility of
      the SLICOT Fortran code by limiting line lengths to 72 characters.
  - switch testing to pytest
  - some new tests require scipy
  - remove obsolete patches fix-test-sg03ad.patch and fix-test-td04ad.patch
* Mon Apr 20 2020 Benjamin Greiner <code@bnavigator.de>
  - python2 dependency only for python2 enabling repos
* Tue Apr 07 2020 Benjamin Greiner <code@bnavigator.de>
  - let the updated scikit-build do the f2py detection
* Tue Apr 07 2020 Benjamin Greiner <code@bnavigator.de>
  - update the f2py detection. The numpy package removed /usr/bin/f2py3

Files

/usr/lib64/python3.11/site-packages/slycot
/usr/lib64/python3.11/site-packages/slycot-0.5.4.dist-info
/usr/lib64/python3.11/site-packages/slycot-0.5.4.dist-info/AUTHORS
/usr/lib64/python3.11/site-packages/slycot-0.5.4.dist-info/COPYING
/usr/lib64/python3.11/site-packages/slycot-0.5.4.dist-info/INSTALLER
/usr/lib64/python3.11/site-packages/slycot-0.5.4.dist-info/LICENSE-SLICOT
/usr/lib64/python3.11/site-packages/slycot-0.5.4.dist-info/METADATA
/usr/lib64/python3.11/site-packages/slycot-0.5.4.dist-info/RECORD
/usr/lib64/python3.11/site-packages/slycot-0.5.4.dist-info/REQUESTED
/usr/lib64/python3.11/site-packages/slycot-0.5.4.dist-info/WHEEL
/usr/lib64/python3.11/site-packages/slycot-0.5.4.dist-info/top_level.txt
/usr/lib64/python3.11/site-packages/slycot/__init__.py
/usr/lib64/python3.11/site-packages/slycot/__pycache__
/usr/lib64/python3.11/site-packages/slycot/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/analysis.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/analysis.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/examples.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/examples.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/exceptions.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/math.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/math.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/synthesis.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/synthesis.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/transform.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/transform.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/version.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/__pycache__/version.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/_wrapper.cpython-311-s390x-linux-gnu.so
/usr/lib64/python3.11/site-packages/slycot/analysis.py
/usr/lib64/python3.11/site-packages/slycot/examples.py
/usr/lib64/python3.11/site-packages/slycot/exceptions.py
/usr/lib64/python3.11/site-packages/slycot/math.py
/usr/lib64/python3.11/site-packages/slycot/synthesis.py
/usr/lib64/python3.11/site-packages/slycot/tests
/usr/lib64/python3.11/site-packages/slycot/tests/__init__.py
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/__init__.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_ab01.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_ab01.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_ab08n.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_ab08n.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_ab13md.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_ab13md.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_ag08bd.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_ag08bd.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_analysis.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_analysis.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_examples.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_examples.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_exceptions.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_exceptions.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_mb.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_mb.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_mc.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_mc.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_sb.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_sb.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_sg02ad.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_sg02ad.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_sg03ad.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_sg03ad.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_tb05ad.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_tb05ad.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_td04ad.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_td04ad.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_tg01ad.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_tg01ad.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_tg01fd.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_tg01fd.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_transform.cpython-311.opt-1.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/__pycache__/test_transform.cpython-311.pyc
/usr/lib64/python3.11/site-packages/slycot/tests/test_ab01.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_ab08n.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_ab13md.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_ag08bd.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_analysis.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_examples.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_exceptions.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_mb.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_mc.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_sb.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_sg02ad.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_sg03ad.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_tb05ad.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_td04ad.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_tg01ad.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_tg01fd.py
/usr/lib64/python3.11/site-packages/slycot/tests/test_transform.py
/usr/lib64/python3.11/site-packages/slycot/transform.py
/usr/lib64/python3.11/site-packages/slycot/version.py
/usr/share/doc/packages/python311-slycot
/usr/share/doc/packages/python311-slycot/README.rst
/usr/share/licenses/python311-slycot
/usr/share/licenses/python311-slycot/COPYING
/usr/share/licenses/python311-slycot/LICENSE-SLICOT


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Apr 29 23:50:01 2024