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: tank720/python-control
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
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.
  • 5 commits
  • 6 files changed
  • 4 contributors

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 <codex@openai.com>
    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 python-control#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 python-control#1221 from marko1olo/fix-zero-input-…

    …interconnect-dmatrix
    
    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 python-control#1223 from marko1olo/fix-nyquist-ind…

    …ent-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. Configuration menu
    Copy the full SHA
    7d5019e View commit details
    Browse the repository at this point in the history
Loading