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

Feature/non linear q #1793

Closed
wants to merge 28 commits into from
Closed

Commits on Apr 16, 2023

  1. remove blocking for q > 1

    jduerholt committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    1682ccd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52c1777 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

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

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    221608f View commit details
    Browse the repository at this point in the history
  2. introduce new nlc api

    jduerholt committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    21f0495 View commit details
    Browse the repository at this point in the history
  3. implement converter

    jduerholt committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    1a47a65 View commit details
    Browse the repository at this point in the history
  4. add test

    jduerholt committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    328f327 View commit details
    Browse the repository at this point in the history
  5. fix import

    jduerholt committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    0ae5666 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. tidy up

    jduerholt committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    53d2199 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d94bae View commit details
    Browse the repository at this point in the history
  3. improve readability

    jduerholt committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ab2424c View commit details
    Browse the repository at this point in the history
  4. fix linting

    jduerholt committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    405709d View commit details
    Browse the repository at this point in the history
  5. fix code formatting

    jduerholt committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6fbe487 View commit details
    Browse the repository at this point in the history
  6. fix import sorting

    jduerholt committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    f74a10a View commit details
    Browse the repository at this point in the history
  7. add deprecation warning

    jduerholt committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    90b49f2 View commit details
    Browse the repository at this point in the history
  8. fix ufmt

    jduerholt committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2420250 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. change warning behavior

    jduerholt committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    3f91263 View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Max Balandat <Balandat@users.noreply.github.com>
    jduerholt and Balandat authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    f279e1c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. fix broken method

    jduerholt committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    9d0ea44 View commit details
    Browse the repository at this point in the history
  2. reintrodruce batch limit

    jduerholt committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a323996 View commit details
    Browse the repository at this point in the history
  3. remove comments

    jduerholt committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    df0e6c9 View commit details
    Browse the repository at this point in the history
  4. move instance check

    jduerholt committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    44309f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. update doc strings

    jduerholt committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    60736de View commit details
    Browse the repository at this point in the history
  2. fix test

    jduerholt committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0ad469a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Apply suggestions from code review

    Co-authored-by: Max Balandat <Balandat@users.noreply.github.com>
    jduerholt and Balandat authored Nov 21, 2023
    Configuration menu
    Copy the full SHA
    560d3a4 View commit details
    Browse the repository at this point in the history
  2. update new method name

    jduerholt committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    926c733 View commit details
    Browse the repository at this point in the history
  3. update doc strings

    jduerholt committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    81cedd4 View commit details
    Browse the repository at this point in the history
  4. update test

    jduerholt committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    f19b193 View commit details
    Browse the repository at this point in the history