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: lkies/python-control
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f6799ab
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: 632391c
Choose a head ref
  • 18 commits
  • 31 files changed
  • 5 contributors

Commits on Mar 1, 2025

  1. Configuration menu
    Copy the full SHA
    223c38f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    afd3fe3 View commit details
    Browse the repository at this point in the history
  3. fix latex not being rendered in html output in VSCode

    by adding a blanket _repr_markdown_ InputOutputSystem which is the same as _repr_html_ but the renderer for _repr_markdown_ will also render contained latex
    lkies committed Mar 1, 2025
    Configuration menu
    Copy the full SHA
    bb35a88 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2025

  1. Configuration menu
    Copy the full SHA
    658e1c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eab304 View commit details
    Browse the repository at this point in the history
  3. fix color cycling not working in singular_values_plot

    this seems to have ben caused by a name collision between the function scope color variable and the loop-"local" color variable.
    the first time _get_color is called it will replace the function level color so in the next iteration a color is explicitly passed to _get_color so it will no longer automatically cycle through colors.
    lkies committed Mar 2, 2025
    Configuration menu
    Copy the full SHA
    d61e6d4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    049a716 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2025

  1. Merge pull request python-control#1137 from roryyorke/fix-ci-doctest-…

    …install-examples
    
    Fix CI doctest, install-examples
    murrayrm authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    58e7ad9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request python-control#1133 from lkies/fix-repr

    Fix Latex not being rendered in HTML output in VSCode
    murrayrm authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    45a6a2a View commit details
    Browse the repository at this point in the history
  3. Merge pull request python-control#1138 from lkies/fix-svp

    Fix color cycling not working in singular_values_plot
    murrayrm authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    ad996f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2025

  1. Configuration menu
    Copy the full SHA
    5653531 View commit details
    Browse the repository at this point in the history
  2. Merge pull request python-control#1135 from roryyorke/rory/lint-examples

    Lint fixes on benchmarks and examples/*.py
    murrayrm authored Mar 8, 2025
    Configuration menu
    Copy the full SHA
    394e1c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2025

  1. Configuration menu
    Copy the full SHA
    d9affba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b4501e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2025

  1. Merge pull request python-control#1142 from murrayrm/xferfcn_typechec…

    …k-23Mar2025
    
    Add type error checks, unit tests, documentation for real-valued systems
    bnavigator authored Mar 25, 2025
    Configuration menu
    Copy the full SHA
    dc7d71b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2025

  1. Configuration menu
    Copy the full SHA
    2764889 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    21f4912 View commit details
    Browse the repository at this point in the history
  3. Merge pull request python-control#1145

    fix ax processing bug in {nyquist,nichols,describing_function}_plot
    slivingston authored Apr 17, 2025
    Configuration menu
    Copy the full SHA
    632391c View commit details
    Browse the repository at this point in the history
Loading