-
Notifications
You must be signed in to change notification settings - Fork 215
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 Python Native API #1273
Remove Python Native API #1273
Conversation
Signed-off-by: MasterSkepticista <[email protected]>
Signed-off-by: MasterSkepticista <[email protected]>
Signed-off-by: MasterSkepticista <[email protected]>
Signed-off-by: MasterSkepticista <[email protected]>
82e0a72
to
cbf291a
Compare
This reverts commit 0ca06ba. Signed-off-by: MasterSkepticista <[email protected]>
Signed-off-by: MasterSkepticista <[email protected]>
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.
Awesome, thanks for the cleanup, @MasterSkepticista !
@psfoley @kta-intel Good to go? |
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!
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.
Approved. Just as a note - we will need to update the FeTS Challenge code for 2025 to utilize the Workflow API as a consequence of removing this entirely, as it relies on the Python Native API. This should happen within the next two months.
This PR removes (for Native API):
pki_wrong_cn
test has been non-functional for a long time, it has been removed because of its dependence on native API)Code (
openfl.native
) is preserved for the time being, it is used in a few tests as well as deprecated Interactive API code. This will be removed with Interactive API.How to review this PR: It may be overwhelming given this PR is mostly thousands of line deletions, check for items this PR might have missed to remove, may not have updated to reflect in certain documentation pages etc.