2020-07-15 09:35:53 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_client: updated to 6.1.6
6.1.6
- Removed warnings in more cases for KernelManagers that use new cleanup method
- Some improved tests with a conversion to pytest pattern
6.1.5
- Gracefully Close ZMQ Context upon kernel shutdown to fix memory leak
- Fix for chained exceptions to preserve stacks
- Fix start_kernel error when passing kernel_id
- Update to releasing docs
6.1.4
(Deleted release with incorrect local files)
6.1.3
- Add AsyncKernelClient client_class to AsyncKernelManager
- Doc fix for xeus hyperlinks
- Doc typo fix
|
2020-07-07 10:19:10 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py-jupyter_client: updated to 6.1.5
6.1.2
- Fixed a bug causing clients to sometimes hang after a stop call was made
6.1.1
- Subprocess kill action fix for async execution
- Doc fix for xeus kernel list
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
- Removed unused sphinx dependency
- Added install instructions for pip to documentation
- Improved docs around version protocol and messaging
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
Changes:
- Python 3.8 testing and support added
- Session.msg_id optimization
- Only cache ports if the cache_ports flag is set to True
- Removed direct dependency on pywin32 as this is now in jupyter core
Fixes:
- Prevent two kernels to have the same ports
Docs:
- Document the handling of error in do_execute
Breaking changes:
- Dropped support for Python 2.7!
|
2020-04-26 12:01:38 by Roland Illig | Files touched by this commit (1) |
Log message:
devel/py-jupyter_client: disable tests for py27
|
2019-10-09 12:41:02 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_client: updated to 5.3.4
5.3.4
- Changed secure_write to be imported from jupyter_core with fix for extended \
usernames in Windows
|
2019-09-18 22:26:09 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_client: updated to 5.3.3
5.3.3
- Fixed issue with non-english windows permissions. Potential issue still open \
in use with jupyerlab.
5.3.2
- Important files creation now checks umask permissions
|
2019-08-21 12:24:08 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_client: updated to 5.3.1
5.3.1
- Fix bug with control channel socket introduced in 5.3.0
5.3.0
New Features:
- Multiprocessing and Threading support
- Setup package long_description
Changes:
- Control channel now in the public API
- Closing Jupyter Client is now faster
- Pip support improvements
Breaking changes:
- Dropped support for Python 3.3 and 3.4 (upstream packages dropped support already)
|
2019-07-22 10:42:50 by Nia Alarie | Files touched by this commit (5) |
Log message:
Use https for jupyter.org.
|
2019-01-02 16:18:20 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
py-jupyter_client: updated to 5.2.4
5.2.4:
- Prevent creating new console windows on Windows
- Fix interrupts on Python 3.7 on Windows
|
2018-04-05 14:38:57 by Adam Ciarcinski | Files touched by this commit (2) | |
Log message:
py-jupyter_client: updated to 5.2.3
5.2.3:
- Fix hang on close in :class:.ThreadedKernelClient (used in QtConsole)
when using tornado with asyncio
- Fix errors when using deprecated :attr:.KernelManager.kernel_cmd
|
2018-01-25 10:47:35 by Adam Ciarcinski | Files touched by this commit (3) | |
Log message:
py_jupyter_client: updated to 5.2.2
Changes in Jupyter Client 5.2.2
- Fix :meth:.KernelSpecManager.get_all_specs method in subclasses
that only override :meth:.KernelSpecManager.find_kernel_specs
and :meth:.KernelSpecManager.get_kernel_spec.
- Eliminate occasional error messages during process exit.
- Improve error message when attempting to bind on invalid address.
- Add missing direct dependency on tornado
|