ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

ipyparallel for ipykernel -- deprecated or what?

Open SnarkBoojum opened this issue 3 years ago • 2 comments
trafficstars

There are a few files in the source tree where importing them triggers a warning they're deprecated and one should use ipyparallel.

But ipyparallel is mentioned as a test dep in setup.py, and not as a dep in pyproject.toml.

And CHANGELOG.md and a few but reports here mention ipyparallel itself as being deprecated.

What is the status of ipyparallel in ipykernel?

SnarkBoojum avatar Dec 03 '21 09:12 SnarkBoojum

Hi @SnarkBoojum, ipyparallel is an optional dependency, but we do use it in our tests. The PR that you mention in the CHANGELOG is a confusing name, what it actually is doing is removing a deprecated function and test that moved to ipyparallel.

blink1073 avatar Dec 03 '21 18:12 blink1073

ipyparallel isn't deprecated, but some functionality specific to ipyparallel used to live in ipykernel. That's been moved to the ipyparallel package, and the old implementations of ipyparallel-specific functionality in ipykernel were deprecated.

minrk avatar Dec 03 '21 21:12 minrk