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: JuliaControl/ControlSystems.jl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Choose a base ref
...
head repository: JuliaControl/ControlSystems.jl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.15.0
Choose a head ref
  • 12 commits
  • 19 files changed
  • 1 contributor

Commits on Jul 30, 2025

  1. type handling fix

    baggepinnen committed Jul 30, 2025
    Configuration menu
    Copy the full SHA
    f18f27b View commit details
    Browse the repository at this point in the history
  2. improve robustness of hinfnorm (#1015)

    * improve robustness of hinfnorm
    
    * bump version
    baggepinnen authored Jul 30, 2025
    2 Configuration menu
    Copy the full SHA
    27bc953 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. forward kwargs

    baggepinnen committed Jul 31, 2025
    Configuration menu
    Copy the full SHA
    fd1a342 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

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

Commits on Aug 7, 2025

  1. optionally return additional arguments from lqr and kalman (#994)

    * optionally return additional arguments from `lqr, kalman`
    
    such as the solution to the Riccati equation and the closed-loop poles
    
    * fix comment
    
    * fix
    baggepinnen authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    da4efa9 View commit details
    Browse the repository at this point in the history
  2. Update Project.toml

    baggepinnen authored Aug 7, 2025
    2 Configuration menu
    Copy the full SHA
    aa299b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2dea34 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1016 from JuliaControl/errorhints

    add a few error hints for factorizations on exotic number types
    baggepinnen authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    f04916f View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. marginplot to support frequency display in Hertz

    close #827
    
    - Added `hz` parameter to `marginplot` to allow x-axis display in Hertz while treating input frequencies as rad/s.
    baggepinnen committed Aug 14, 2025
    Configuration menu
    Copy the full SHA
    8bcc023 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1017 from JuliaControl/marginhz

    marginplot to support frequency display in Hertz
    baggepinnen authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    2c732aa View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2025

  1. Add Makie recipes for all plots (#1018)

    * add Makie extension
    
    * fixes
    
    * fix simresultplot
    
    * add docs
    
    * add angle unwrapping in nicholsplot
    
    * add mutating versions
    
    * Switch to CairoMakie in tests
    
    * handle imports nicer
    
    * improve test coverage slightly
    
    * add legend to step plot
    baggepinnen authored Aug 26, 2025
    Configuration menu
    Copy the full SHA
    b895f4a View commit details
    Browse the repository at this point in the history
  2. bump versions

    baggepinnen committed Aug 26, 2025
    8 Configuration menu
    Copy the full SHA
    acac4ff View commit details
    Browse the repository at this point in the history
Loading