Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use IntervalArithmetic package for intervals #25

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from
Draft

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    a043765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3126b0f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Remove _safefloat{min,max} functions

    They're not needed now that we're using intervals, which have their own
    hull function.
    Ratfink committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    4f1c5aa View commit details
    Browse the repository at this point in the history
  2. Update documentation

    Ratfink committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    7c3f4e0 View commit details
    Browse the repository at this point in the history
  3. Change semantics of corners_from_bounds on vectors

    The old method was unused now that everything's being changed to take
    IntervalBoxes, so I decided this was more useful.  Now, it returns a
    3-dimensional array obtained from calling the individual method on each
    element of the vector, effectively concatenating the
    automatically-vectorized version on the third dimension.
    Ratfink committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    783fea1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. Configuration menu
    Copy the full SHA
    c1a4d48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    567fd6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8629e25 View commit details
    Browse the repository at this point in the history
  4. Transpose dimensions of evol

    This order, with each column as a state vector, matches functions like
    lsim from ControlSystems, and offers better cache behavior with Julia's
    matrix ordering.  It also matches many uses of the function, which
    immediately transposed its return value.
    Ratfink committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a9aa63d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Configuration menu
    Copy the full SHA
    976e070 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e37d0d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Configuration menu
    Copy the full SHA
    179808d View commit details
    Browse the repository at this point in the history
  2. Cast Vectors to IntervalBoxes

    Ratfink committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    4c28da4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9d26f1c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Update CI for Node 20

    Ratfink committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    dce40b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d744b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a05aaae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2126b59 View commit details
    Browse the repository at this point in the history