generated from VectorInstitute/aieng-template-poetry
-
Notifications
You must be signed in to change notification settings - Fork 12
Develop #86
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.0 → v0.11.2](astral-sh/ruff-pre-commit@v0.11.0...v0.11.2)
[pre-commit.ci] pre-commit autoupdate
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.4.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.4.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…/actions/setup-python-5.5.0 Bump actions/setup-python from 5.4.0 to 5.5.0
…lm-inference into rohan-uiuc-programmatic_access
…elper.py, remove empty cli/_utils.py
…hild helper classes for CLI
…tch for all CLI commands
for more information, see https://pre-commit.ci
…ng around the API, creates confusion
for more information, see https://pre-commit.ci
…lm-inference into rohan-uiuc-programmatic_access
…ry excepts in api.py, update client tests accordingly
for more information, see https://pre-commit.ci
…LI to cli/_utils.py
for more information, see https://pre-commit.ci
Add python API for programmatic access
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #86 +/- ##
==========================================
+ Coverage 79.06% 82.88% +3.82%
==========================================
Files 4 11 +7
Lines 554 777 +223
==========================================
+ Hits 438 644 +206
- Misses 116 133 +17
🚀 New features to boost your workflow:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the project configuration, documentation, and codebase. The most important changes include updating GitHub Actions workflows, improving documentation, and adding new examples for using the Python API.
GitHub Actions Workflows:
actions/setup-pythonversion in multiple workflow files to ensure compatibility with the latest Python setup action. (.github/workflows/code_checks.yml,.github/workflows/docs_build.yml,.github/workflows/docs_deploy.yml,.github/workflows/publish.yml,.github/workflows/unit_tests.yml) [1] [2] [3] [4] [5]Documentation Improvements:
README.mdanddocs/source/index.mdto reflect the new locations in theshareddirectory. [1] [2]Codebase Enhancements:
examples/README.md,examples/api/basic_usage.py) [1] [2]pyproject.tomlto include new dependencies and configuration for building the project. [1] [2]tests/test_imports.py)Pre-commit Configuration:
ruff-pre-commithook version in the.pre-commit-config.yamlfile to ensure the latest linting rules are applied.