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 ipyparallel methods now that they are broken anyway #1282

Merged
merged 3 commits into from
Oct 26, 2024

Conversation

minrk
Copy link
Member

@minrk minrk commented Oct 22, 2024

no version of ipython parallel without these methods will work with ipykernel 7 anyway, so might as well remove them since they can never be used.

Restores should_handle to be sync in the default implementation (it only returns True now that the ipyparallel code is removed), which was an unnecessary breakage. It is allowed to be async in subclasses.

alternative to the updated deprecation messages in #1272

no version of ipython parallel without these methods will work with ipykernel 7 anyway
@minrk minrk changed the title remove deprecated ipyparallel methods remove deprecated ipyparallel methods now that they are broken anyway Oct 22, 2024
@Carreau Carreau merged commit 8cc1ee3 into ipython:main Oct 26, 2024
28 of 32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants