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

Lava top-level API #745

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

Lava top-level API #745

wants to merge 23 commits into from

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    9825acc View commit details
    Browse the repository at this point in the history
  2. Added missing blank line at end of file.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    796f781 View commit details
    Browse the repository at this point in the history
  3. Fixed broken import.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    0c1c190 View commit details
    Browse the repository at this point in the history
  4. Explicitly imported and renamed RingBuffer classes.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    1bb8065 View commit details
    Browse the repository at this point in the history
  5. Imported some utils modules.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    d68eb0b View commit details
    Browse the repository at this point in the history
  6. Imported relevant run-configs.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    f988adb View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Updated all tutorials to use new lava module API.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    0a4d687 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

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

Commits on Aug 7, 2023

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

Commits on Aug 8, 2023

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

Commits on Aug 11, 2023

  1. Possible fix for broken tutorial unit tests.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    cf7906c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    463aa82 View commit details
    Browse the repository at this point in the history
  3. Removed unnecessary import.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    2d9707a View commit details
    Browse the repository at this point in the history
  4. Possible tutorial test fix based on importlib.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    db67116 View commit details
    Browse the repository at this point in the history
  5. Ignoring unused imports in init-file.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    edd5821 View commit details
    Browse the repository at this point in the history
  6. Work on importlib solution

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    d8c9769 View commit details
    Browse the repository at this point in the history
  7. Fixed import errors in tutorials.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    1023f81 View commit details
    Browse the repository at this point in the history
  8. Unit test for lava module imports.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    3dac858 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    83398ef View commit details
    Browse the repository at this point in the history
  10. Removed noqa from init file

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    971dd9c View commit details
    Browse the repository at this point in the history
  11. Added all imports in init file to __all__.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    b7104b8 View commit details
    Browse the repository at this point in the history
  12. Fixed broken import in tutorial.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    a58e60a View commit details
    Browse the repository at this point in the history
  13. Fixed __all__ to use strings instead of module names.

    Signed-off-by: Mathis Richter <[email protected]>
    mathisrichter committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    afd8097 View commit details
    Browse the repository at this point in the history