-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[Py OV] Update samples to use __version__ instead of get_version() #28717
[Py OV] Update samples to use __version__ instead of get_version() #28717
Conversation
Signed-off-by: Alicja Miloszewska <[email protected]>
@@ -21,7 +21,7 @@ The following Python API is used in the application: | |||
|
|||
| Feature | API | Description | | |||
| --------------------------| ------------------------------------------------|----------------------------------------------| | |||
| OpenVINO Runtime Version | [openvino.runtime.get_version] | Get Openvino API version. | | |||
| OpenVINO API Version | [openvino.__version__] | Get Openvino API version. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| OpenVINO API Version | [openvino.__version__] | Get Openvino API version. | | |
| OpenVINO API Version | [openvino.__version__] | Get Openvino API version. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please remove unnecessary spaces in all files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we also need to avoid runtime
namespace below
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rkazants generally yes, but there is a task for doc team to update all doc files :)
Signed-off-by: Alicja Miloszewska <[email protected]>
Details:
get_version()
to__version__
Tickets: