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

2024-07 rc #354

Closed
wants to merge 22 commits into from
Closed

2024-07 rc #354

wants to merge 22 commits into from

Commits on Jun 13, 2024

  1. add inference plugin

    gdj0nes committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    c737cc4 View commit details
    Browse the repository at this point in the history
  2. update __version__

    gdj0nes committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    da5537c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    076c88c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2af2d24 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f339f03 View commit details
    Browse the repository at this point in the history
  6. Add inference to README.md

    gdj0nes committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    d0e1f7c View commit details
    Browse the repository at this point in the history
  7. Add inference to README.md

    gdj0nes committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    def7e4c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    624e525 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Add Black Formatting and Linting (#355)

    ## Problem
    
    PRs often include formatting changes that makes it difficult to identify
    changes in functionality
    
    ## Solution
    
    - Format all code with `black`
    - Introduce linting `black` linting workflow
    
    ## Type of Change
    
    - [ ] Bug fix (non-breaking change which fixes an issue)
    - [ ] New feature (non-breaking change which adds functionality)
    - [ ] Breaking change (fix or feature that would cause existing
    functionality to not work as expected)
    - [ ] This change requires a documentation update
    - [ ] Infrastructure change (CI configs, etc)
    - [ ] Non-code change (docs, etc)
    - [x] None of the above: (explain here)
    gdj0nes authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    320afc1 View commit details
    Browse the repository at this point in the history
  2. update versions and lock

    gdj0nes committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    a2571ff View commit details
    Browse the repository at this point in the history
  3. add inference plugin

    gdj0nes committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2dbaada View commit details
    Browse the repository at this point in the history
  4. update __version__

    gdj0nes committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2343aaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e0cfcea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e898867 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    783bbb7 View commit details
    Browse the repository at this point in the history
  8. Add inference to README.md

    gdj0nes committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    cc2ef7c View commit details
    Browse the repository at this point in the history
  9. Add inference to README.md

    gdj0nes committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ea84d8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef729e7 View commit details
    Browse the repository at this point in the history
  11. update versions and lock

    gdj0nes committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    060cc39 View commit details
    Browse the repository at this point in the history
  12. Merge remote-tracking branch 'origin/2024-07-rc' into 2024-07-rc

    # Conflicts:
    #	poetry.lock
    gdj0nes committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    e295cc5 View commit details
    Browse the repository at this point in the history
  13. update lock and lint

    gdj0nes committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    ee20fc7 View commit details
    Browse the repository at this point in the history
  14. fix typo

    gdj0nes committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f5e138b View commit details
    Browse the repository at this point in the history