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

move ipyparallel-specific code to this package #61

Merged
merged 10 commits into from
Nov 3, 2015

Conversation

minrk
Copy link
Member

@minrk minrk commented Oct 27, 2015

Mostly copied out of ipykernel. I will open PR against that repo that deprecates these APIs in ipykernel. These are mostly the Python object serialization used by data_pub and apply_request, which do not make sense outside ipyparallel.

  • Python serialization is now handled by ipyparallel.serialize
  • IPythonParallelKernel is a subclass that defines apply_request and some modifications to execute_request that should become unnecessary after pushing some changes upstream to the base class.
  • ZMQDataPublisher and EnginePUBHandler are moved to this repo as well.

Related: ipython/ipykernel#17

@minrk minrk added this to the 5.0 milestone Oct 29, 2015
minrk added a commit that referenced this pull request Nov 3, 2015
move ipyparallel-specific code to this package
@minrk minrk merged commit 6e4c1f7 into ipython:master Nov 3, 2015
@minrk minrk deleted the parallel-to-ipyparallel branch November 3, 2015 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant