ipython / ipykernel

IPython Kernel for Jupyter
https://ipykernel.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
654 stars 369 forks source link

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

Closed minrk closed 1 month ago

minrk commented 1 month ago

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