Skip to content

remove deprecated ipyparallel methods now that they are broken anyway - #1282

Merged
Carreau merged 3 commits into
ipython:mainfrom
minrk:rm-ipyparallel-messages
Oct 26, 2024
Merged

remove deprecated ipyparallel methods now that they are broken anyway#1282
Carreau merged 3 commits into
ipython:mainfrom
minrk:rm-ipyparallel-messages

Conversation

@minrk

@minrkminrk commented Oct 22, 2024

Copy link
Copy Markdown
Member

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
@minrkminrk mentioned this pull request Oct 22, 2024
@minrkminrk changed the title remove deprecated ipyparallel methodsremove deprecated ipyparallel methods now that they are broken anywayOct 22, 2024
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@minrk@Carreau