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 Loading
base: v1.8.2
Choose a base ref
...
head repository: JuliaControl/ControlSystems.jl Loading
compare: v1.9.0
Choose a head ref
  • 18 commits
  • 14 files changed
  • 3 contributors

Commits on Oct 21, 2023

  1. more coverage

    baggepinnen committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    56d915f View commit details
    Browse the repository at this point in the history
  2. Update test.yml

    baggepinnen committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    d1fa37e View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2023

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

Commits on Nov 7, 2023

  1. bump compat poly v4 (#899)

    * bump compat poly v4
    
    * up checkout
    
    * try another compat spec
    baggepinnen committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    4dc6a3a View commit details
    Browse the repository at this point in the history
  2. Update Project.toml

    baggepinnen committed Nov 7, 2023
    2 Configuration menu
    Copy the full SHA
    8806e86 View commit details
    Browse the repository at this point in the history
  3. more compat

    baggepinnen committed Nov 7, 2023
    2 Configuration menu
    Copy the full SHA
    807fd30 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Convert pid parameters to :parallel (#900)

    * Convert pid parameters to :parallel
    
    Using standard fails when KP=0
    
    * Throw DomainError when conversion to other form is not possible
    
    * Reintroduce convert_pidparams_from_standard
    
    Expand tests
    
    * Re-add broadcasting
    
    * Update lib/ControlSystemsBase/src/pid_design.jl
    
    Co-authored-by: Fredrik Bagge Carlson <baggepinnen@gmail.com>
    
    * Remove broadcasting on convert_pidparams* functions
    
    * Update lib/ControlSystemsBase/test/test_pid_design.jl
    
    Co-authored-by: Fredrik Bagge Carlson <baggepinnen@gmail.com>
    
    ---------
    
    Co-authored-by: Michele Zaffalon <michele.zaffalon@bruker.com>
    Co-authored-by: Fredrik Bagge Carlson <baggepinnen@gmail.com>
    3 people committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    561743c View commit details
    Browse the repository at this point in the history
  2. Update Project.toml

    baggepinnen committed Nov 17, 2023
    2 Configuration menu
    Copy the full SHA
    78f40c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Dec 4, 2023

  1. add d2c_exact

    baggepinnen committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    9d401b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28c3712 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    66e1475 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd74b9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5627ee3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #902 from JuliaControl/d2c_exact

    Add exact frequency-domain translation of discrete systems to continuous time
    baggepinnen committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    7a1c1d8 View commit details
    Browse the repository at this point in the history
  7. add tutorial analyzing hybrid systems (#903)

    * add zoh example
    
    * add exact translation to continuous time
    
    * add tutorial analyzing hybrid systems
    
    * rm code file
    baggepinnen committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    542734d View commit details
    Browse the repository at this point in the history
  8. Update Project.toml

    baggepinnen committed Dec 4, 2023
    2 Configuration menu
    Copy the full SHA
    382807f View commit details
    Browse the repository at this point in the history
  9. Update Project.toml

    baggepinnen committed Dec 4, 2023
    2 Configuration menu
    Copy the full SHA
    d051926 View commit details
    Browse the repository at this point in the history
Loading