-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Incrementing version number to 1.6.0 #2353
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
Incrementing version number to 1.6.0 #2353
Conversation
docs/Versioning.md
Outdated
@@ -165,3 +165,4 @@ ONNX version|File format version|Operator set version ai.onnx|Operator set versi | |||
1.3|3|8|1 | |||
1.4.1|4|9|1 | |||
1.5.0|5|10|1 | |||
1.6.0|6|11|1 |
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.
1.6.0|6|11|1 | |
1.6.0|6|11|2 |
In ML domain, there is a LabelEncoder in opset 2.
If you find doing another CI build takes too long, I am ok with a post-release fix. This is just a documentation problem.
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.
LGTM. Just one small (but important) fix.
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.
Looks good.
@wschin looks like CI failed for one of the builds (https://travis-ci.org/onnx/onnx/jobs/589584006), perhaps a machine hang? Can this be wavied? |
I've restarted that particular job. |
* Incrementing version number to 1.6.0 * Updating ML version to 2
No description provided.