Skip to content

[N/A]: Bump to version 1.1.10 #64

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

Merged
merged 1 commit into from
Mar 9, 2022
Merged

[N/A]: Bump to version 1.1.10 #64

merged 1 commit into from
Mar 9, 2022

Conversation

yaricom
Copy link
Collaborator

@yaricom yaricom commented Mar 9, 2022

comet-java-client

  • Implemented support for logging system metrics at experiment start.
  • Implemented CometApi.getRegistryModelDetails() allowing to get registry model overview from Comet.
  • Implemented CometApi.getRegistryModelVersion() allowing to get details about particular version of the registry model from Comet.
  • Implemented CometApi.getRegistryModelNames() allowing getting names of the registered models.
  • Implemented CometApi.getRegistryModelVersions() allowing retrieving versions list of the registry model.
  • Implemented CometApi.updateRegistryModelNotes() and CometApi.getRegistryModelNotes() allowing to create/update registry model notes and retrieve it.
  • Implemented CometApi.updateRegistryModel() allowing retrieving versions list of the registry model.
  • Implemented CometApi.updateRegistryModelVersion() allowing update of the version details of the registry model.
  • Implemented CometApi.deleteRegistryModel() allowing to delete the registry model.
  • Implemented CometApi.deleteRegistryModelVersion() allowing deleting specific version of the registry model.

comet-examples

  • Updated RegistryModelExample to include example of retrieving model's general overview as well as details about particular version of the model.
  • Added example of retrieving names of the registered models in the RegistryModelExample.
  • Updated RegistryModelExample to demonstrate how to get list of model versions using Comet API.
  • Updated RegistryModelExample to demonstrate how to operate with registry model notes using Comet API.
  • Updated RegistryModelExample to demonstrate how to update registry model using Comet API.
  • Updated RegistryModelExample to demonstrate how to update version details of the registry model using Comet API.
  • Updated RegistryModelExample to demonstrate how to delete registered model using Comet API.
  • Updated RegistryModelExample to demonstrate how to delete specific version of the registry model using Comet API.

Copy link
Contributor

@Lothiraldan Lothiraldan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yaricom yaricom merged commit ec7a63f into master Mar 9, 2022
@yaricom yaricom deleted the bump-version-1.1.10 branch March 9, 2022 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants