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

Remove deprecated properties from FormalParameter #5921

Merged
merged 1 commit into from Feb 9, 2024

Conversation

justinchuby
Copy link
Contributor

@justinchuby justinchuby commented Feb 8, 2024

Description

Remove deprecated properties from FormalParameter.

Motivation and Context

The properties are set to be removed for the 1.16 release. Fixes #5074

Signed-off-by: Justin Chu <justinchu@microsoft.com>
@justinchuby justinchuby requested a review from a team as a code owner February 8, 2024 18:46
@justinchuby justinchuby added this to the 1.16 milestone Feb 8, 2024
Copy link

codecov bot commented Feb 8, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (48501e0) 56.65% compared to head (ccc6257) 56.65%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5921   +/-   ##
=======================================
  Coverage   56.65%   56.65%           
=======================================
  Files         506      506           
  Lines       30194    30194           
  Branches     4556     4556           
=======================================
  Hits        17105    17105           
  Misses      12266    12266           
  Partials      823      823           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@thiagocrepaldi thiagocrepaldi left a comment

Choose a reason for hiding this comment

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

There are no tests or documentation associated with those properties that need to be deleted too?

@justinchuby
Copy link
Contributor Author

There are no tests or documentation associated with those properties that need to be deleted too?

There is not. The tests were previously updated at deprecation.

@justinchuby justinchuby added this pull request to the merge queue Feb 9, 2024
Copy link
Member

@jcwchen jcwchen left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for taking care of it!

Merged via the queue into onnx:main with commit b833ee7 Feb 9, 2024
41 checks passed
@justinchuby justinchuby deleted the justinchu/remove-camel-cases branch February 9, 2024 07:24
andife pushed a commit to andife/onnx that referenced this pull request Feb 9, 2024
### Description

Remove deprecated properties from FormalParameter.

### Motivation and Context

The properties are set to be removed for the 1.16 release. Fixes
onnx#5074

Signed-off-by: Justin Chu <justinchu@microsoft.com>
Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Tracking] Remove deprecated pybind fields in objects
3 participants