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

Release v0.7.0 #112

Closed
wants to merge 1 commit into from
Closed

Release v0.7.0 #112

wants to merge 1 commit into from

Conversation

gueniai
Copy link
Collaborator

@gueniai gueniai commented Feb 21, 2025

  • Let make_serving_endpoint reference a valid model version (#106). The make_serving_endpoint fixture has been updated to address an issue where it stopped working due to the absence of a model version in the models created by the make_model fixture. It now defaults to a UC model version and allows users to provide input parameters for the model name and version. The create and remove methods have also been updated to accept optional arguments for endpoint name, model name, and model version. Additionally, new tests have been added to the test_ml.py file to handle the change where models no longer come with a model version. These changes provide better flexibility and control to users when creating and deleting endpoints, and ensure that the fixture works correctly even when no model version is present.

* Let `make_serving_endpoint` reference a valid model version ([#106](#106)). The `make_serving_endpoint` fixture has been updated to address an issue where it stopped working due to the absence of a model version in the models created by the `make_model` fixture. It now defaults to a UC model version and allows users to provide input parameters for the model name and version. The `create` and `remove` methods have also been updated to accept optional arguments for endpoint name, model name, and model version. Additionally, new tests have been added to the `test_ml.py` file to handle the change where models no longer come with a model version. These changes provide better flexibility and control to users when creating and deleting endpoints, and ensure that the fixture works correctly even when no model version is present.
Copy link

✅ 41/41 passed, 5 skipped, 20m42s total

Running from acceptance #190

@gueniai gueniai closed this Feb 21, 2025
@gueniai gueniai deleted the prepare/0.7.0 branch February 21, 2025 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant