- Update to version 6.0.3 * KernelApp: rename ports variable to avoid override #731 (@amorenoz) - Release version 6.0.2 * Add watchfd keyword to InProcessKernel OutStream initialization #727 (@rayosborn) * Fix typo in eventloops.py #711 (@selasley) * [bugfix] fix in setup.py (comma before appnope) #709 (@jstriebel) * Add upper bound to dependency versions. #714 (@martinRenou) * Replace non-existing function. #723 (@Carreau) * Remove unused variables #722 (@Carreau) * Do not use bare except #721 (@Carreau) * misc whitespace and line too long #720 (@Carreau) * Formatting: remove semicolon #719 (@Carreau) * Clean most flake8 unused import warnings. #718 (@Carreau) * Minimal flake8 config #717 (@Carreau) * Remove CachingCompiler's filename_mapper #710 (@martinRenou) - Release version 6.0.1 * Fix Tk and asyncio event loops #704 (@ccordoba12) * Stringify variables that are not json serializable in inspectVariable #702 (@JohanMabille) - Install kernelspecs for each flavor. Remove common jupyter-ipykernel package - Update to version 6.0.0 IPykernel 6.0 is the first major release in about two years, that brings a number of improvements, code cleanup, and new features to IPython. IPykernel 6 should contain all changes of the 5.x series, in addition to the following non-exhaustive changes: * Support for the debugger protocol, when using JupyterLab, RetroLab or any frontend supporting the debugger protocol you should have access to the debugger functionalities. * The control channel on IPykernel 6.0 is run in a separate thread, this max change the order in which messages are processed, though this change was necessary to accommodate the debugger. * We now have a new dependency: matplotlib-inline, this helps to separate the circular dependency between IPython/IPykernel and matplotlib. * All outputs to stdout/stderr should now be captured, including subprocesses and output of compiled libraries (blas, lapack....). In notebook server, some outputs that would previously go to the notebooks logs will now both head to notebook logs and in notebooks outputs. In terminal frontend like Jupyter Console, Emacs or other, this may ends up as duplicated outputs. * coroutines are now native (async-def) , instead of using tornado's @gen.coroutine * OutStreams can now be configured to report istty() == True, while this should make some output nicer (for example colored), it is likely to break others. Use with care. Deprecations in 6.0 * Kernels now support only a single shell stream, multiple streams will now be ignored. The attribute * Kernel.shell_streams (plural) is deprecated in ipykernel 6.0. Use Kernel.shell_stream (singular) * Kernel._parent_header is deprecated, even though it was private. Use .get_parent() now. Removal in 6.0 * ipykernel.codeutils was deprecated since 4.x series (2016) and has been removed, please import similar functionalities from ipyparallel * remove find_connection_file and profile argument of connect_qtconsole and get_connection_info, deprecated since IPykernel 4.2.2 (2016). OBS-URL: https://build.opensuse.org/request/show/908012 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=34
Description
No description provided
Languages
Diff
100%