-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
update digit version #863
base: 1.0
Are you sure you want to change the base?
update digit version #863
Conversation
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.
Just need to make sure that other modification involved in the mmcv PR is not necessary for mmdet3d, such as the upgrade of setuptools?
versions: alpha < beta < rc. | ||
Args: | ||
version_str (str): The version string. | ||
length (int): The maximum number of version levels. Default: 4. |
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.
Need a blank line
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.
int, optional
"""Convert a version string into a tuple of integers. | ||
|
||
This method is usually used for comparing two versions. For pre-release | ||
versions: alpha < beta < rc. |
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.
Need a blank line here?
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.
Compared with https://github.com/open-mmlab/mmcv/pull/1185/files. LGTM after fixing Tai Wang's comments.
Following open-mmlab/mmcv#1185 to update digit_version in mmdet