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

Update jupyter-client to 6.1.0 #163

Closed
wants to merge 1 commit into from

Conversation

pyup-bot
Copy link
Contributor

This PR updates jupyter-client from 5.3.4 to 6.1.0.

Changelog

6.1.0

=====

This release includes support for asyncio patterns! Downstream tools should soon have releases to additionally support async patterns.

- AsyncKernelManager and AsyncMultiKernelManager are now available for async jupyter_client interactions (:ghpull:`528`, :ghpull:`529`)
- Removed unused sphinx dependency (:ghpull:`518`, :ghpull:`518`).
- Added install instructions for pip to documentation (:ghpull:`521`)
- Improved docs around version protocol and messaging (:ghpull:`522`, :ghpull:`526`)

6.0.0

=====

The git history had to be reworked heavily in merging 5.x and master, so a link to all the changes at once in github had been left out as it's just confusing.

An exciting change in this release is some async support (huge thanks to davidbrochart for doing most of the work)! See linked PR below for more details, we're working on integrating this into nbclient as well in the near future.

New Features:

- Added async API (:ghpull:`506`)

Changes:

- Python 3.8 testing and support added (:ghpull:`509`)
- Session.msg_id optimization (:ghpull:`493`)
- Only cache ports if the cache_ports flag is set to True (:ghpull:`492`)
- Removed direct dependency on pywin32 as this is now in jupyter core (:ghpull:`489`)

Fixes:

- Prevent two kernels to have the same ports (:ghpull:`490`)

Docs:

- Document the handling of error in do_execute (:ghpull:`500`)

Breaking changes:

- Dropped support for Python 2.7!
Links

@pyup-bot
Copy link
Contributor Author

Closing this in favor of #167

@pyup-bot pyup-bot closed this Mar 25, 2020
@qytz qytz deleted the pyup-update-jupyter-client-5.3.4-to-6.1.0 branch March 25, 2020 21:02
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