Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python-control/python-control
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: stable
Choose a base ref
...
head repository: python-control/python-control
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 33 files changed
  • 7 contributors

Commits on Oct 18, 2025

  1. Replace test decorator slycotonly with pytest mark slycot

    The pytest marker slycot is equivalent to the slycotonly decorator,
    and also allows slycot tests to be included or excluded at the pytest
    command-line.
    Rory Yorke committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    4be4767 View commit details
    Browse the repository at this point in the history
  2. Replace test decorator cvxoptonly with pytest mark cvxopt

    The pytest marker cvxopt is equivalent to the cvxoptonly decorator,
    and also allows cvxopt tests to be included or excluded at the pytest
    command-line.
    Rory Yorke committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    eb2b492 View commit details
    Browse the repository at this point in the history
  3. Move pytest marker config to pyproject.toml

    Rory Yorke committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    5ee1a56 View commit details
    Browse the repository at this point in the history
  4. Add pytest marker pandas for tests requiring pandas

    Rory Yorke committed Oct 18, 2025
    Configuration menu
    Copy the full SHA
    6454b04 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2025

  1. Configuration menu
    Copy the full SHA
    01d76fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1182 from roryyorke/rory/test-markers

    Use pytest markers for slycot, cvxopt, and pandas tests
    murrayrm authored Nov 2, 2025
    Configuration menu
    Copy the full SHA
    2435a6a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2025

  1. pytest-parametrize and slycot-mark tests in mateqn_test.py

    Test solvers dependent on Slycot when "slycot" test marker is
    specified.  These tests are now parametrized by method.
    Rory Yorke committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    63ce37d View commit details
    Browse the repository at this point in the history
  2. Add test marker noslycot & mark more tests with slycot

    Use custom pytest mark `noslycot` for tests where slycot must not be
    installed to pass.
    
    Extend use of pyest mark `slycot` to other tests using Slycot
    functions.
    Rory Yorke committed Nov 8, 2025
    Configuration menu
    Copy the full SHA
    faaa40e View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2025

  1. Merge pull request #1185 from roryyorke/rory/test-markers-2

    pytest marks for slycot, part 2
    murrayrm authored Nov 9, 2025
    Configuration menu
    Copy the full SHA
    4242976 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2026

  1. Configuration menu
    Copy the full SHA
    3215681 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c71d6e View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2026

  1. Configuration menu
    Copy the full SHA
    cde5cbf View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2026

  1. Merge pull request #1195 from murrayrm/fix_place_acker-19Jan2026

    fix return shape for place_acker (#1190)
    bnavigator authored Feb 15, 2026
    Configuration menu
    Copy the full SHA
    854f5f7 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2026

  1. Configuration menu
    Copy the full SHA
    5c37bdf View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2026

  1. Merge pull request #1212 from aWZHY0yQH81uOYvH/fix-dt-bandwidth

    Fix bandwidth function for DT systems
    bnavigator authored Apr 15, 2026
    Configuration menu
    Copy the full SHA
    146ccee View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2026

  1. Fix zero-input interconnect D matrix shape

    Preserve explicitly shaped empty state-space matrices so linearized interconnections with zero inputs and nonzero outputs keep a (noutputs, 0) D matrix.
    
    Co-authored-by: OpenAI Codex <[email protected]>
    marko1olo and codex committed Jun 6, 2026
    Configuration menu
    Copy the full SHA
    320d01a View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2026

  1. fix(nyquist): honor explicit indent direction

    Preserve automatic near-axis indentation when no direction is passed, but let explicit left/right override pole-side selection for poles within the indent radius.
    
    Fixes #1194
    marko1olo committed Jun 7, 2026
    Configuration menu
    Copy the full SHA
    820514d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2026

  1. Merge pull request #1221 from marko1olo/fix-zero-input-interconnect-d…

    …matrix
    
    Fix zero-input interconnect D matrix shape
    murrayrm authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    da3bb13 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1223 from marko1olo/fix-nyquist-indent-direction

    Honor explicit Nyquist indent direction near imaginary axis
    murrayrm authored Jun 8, 2026
    Configuration menu
    Copy the full SHA
    17baf62 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2026

  1. Fix negative real handling for tfinal of discrete-time systems

    Squash-merge of #1216
    
    Fixes #1204
    UbeenII authored and slivingston committed Jun 9, 2026
    Configuration menu
    Copy the full SHA
    7d5019e View commit details
    Browse the repository at this point in the history
Loading