Slycot is a wrapper for the SLICOT control and systems library.
Provides
Requires
License
BSD-3-Clause AND GPL-2.0-only
Changelog
* Fri Sep 04 2026 Bernhard Wiedemann <bwiedemann@suse.com>
- Use constant path to fix reproducible builds (boo#1062303)
* Wed Jun 17 2026 Ben Greiner <code@bnavigator.de>
- Update to 0.7.0
* Switch build system to scikit-build-core.
* Thu Nov 20 2025 Ben Greiner <code@bnavigator.de>
- Update to 0.6.1
* Fixed a segmentation fault in ab09nd (gh-243).
* Updated licensing data format; Slycot had deprecated format.
* Fri Apr 05 2024 Ben Greiner <code@bnavigator.de>
- Update to 0.6.0
[#]# New and updated wrappers
* Bugfix ab13bd by @KybernetikJo in #200
* Add ab04md by @KybernetikJo in #201
* Add sb10yd by @KybernetikJo in #203
* Implement MB02ED by @saasaa in #214
[#]# Maintenance and upkeep improvements
* Refactor init.py by @KybernetikJo in #205
* Change analysis.py to numpydoc style by @KybernetikJo in #206
* Change synthesis.py to numpydoc style by @KybernetikJo in #212
* Change math.py to numpydoc style by @KybernetikJo in #211
* Change transform.py to numpydoc style by @KybernetikJo in #213
* Enable Python 3.12, drop Python <3.9 by @bnavigator in #227
* Update to SLICOT v5.9 by @bnavigator in #231
* 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 ha