Changelog for
python3-jupyter_client-5.0.1-27.6.noarch.rpm :
* Fri Apr 07 2017 toddrme2178AATTgmail.com- Update to 5.0.1
* Update internal protocol version number to 5.1, which should have been done in 5.0.0.- Update to 5.0.0 + New features:
* Introduce :command:`jupyter run` command for running scripts with a kernel, for instance:: jupyter run --kernel python3 myscript.py
* New method :meth:`.BlockingKernelClient.execute_interactive` for running code and capturing or redisplaying its output.
* New ``KernelManager.shutdown_wait_time`` configurable for adjusting the time for a kernel manager to wait after politely requesting shutdown before it resorts to forceful termination. + Fixes:
* Set sticky bit on connection-file directory to avoid getting cleaned up.
* :func:`jupyter_client.launcher.launch_kernel` passes through additional options to the underlying Popen, matching :meth:`KernelManager.start_kernel`.
* Check types of ``buffers`` argument in :meth:`.Session.send`, so that TypeErrors are raised immediately, rather than in the eventloop. + Changes:
* In kernelspecs, if the executable is the string ``python`` (as opposed to an absolute path), ``sys.executable`` will be used rather than resolving ``python`` on PATH. This should enable Python-based kernels to install kernelspecs as part of wheels.
* kernelspec names are now validated. They should only include ascii letters and numbers, plus period, hyphen, and underscore. + Backward-incompatible changes:
* :py:class:`.datetime` objects returned in parsed messages are now always timezone-aware. Timestamps in messages without timezone info are interpreted as the local timezone, as this was the behavior in earlier versions.- Update to 4.4.0
* Add :meth:`.KernelClient.load_connection_info` on KernelClient, etc. for loading connection info directly from a dict, not just from files.
* Include parent headers when adapting messages from older protocol implementations (treats parent headers the same as headers).
* Compatibility fixes in tests for recent changes in ipykernel.- Update to 4.3.0
* Adds ``--sys-prefix`` argument to :command:`jupyter kernelspec install`, for better symmetry with :command:`jupyter nbextension install`, etc.- Update to 4.2.2
* Another fix for the :func:`start_new_kernel` issue in 4.2.1 affecting slow-starting kernels.- Update to 4.2.1
* Fix regression in 4.2 causing :func:`start_new_kernel` to fail while waiting for kernels to become available.- Update to 4.2.0
* added :command:`jupyter kernelspec remove` for removing kernelspecs
* allow specifying the environment for kernel processes via the ``env`` argument
* added ``name`` field to connection files identifying the kernelspec name, so that consumers of connection files (alternate frontends) can identify the kernelspec in use
* added :meth:`KernelSpecManager.get_all_specs` for getting all kernelspecs more efficiently
* various improvements to error messages and documentation
* Sun Oct 02 2016 arunAATTgmx.de- update to version 4.4.0:
* Add :meth:`.KernelClient.load_connection_info` on KernelClient, etc. for loading connection info directly from a dict, not just from files.
* Include parent headers when adapting messages from older protocol implementations (treats parent headers the same as headers).
* Compatibility fixes in tests for recent changes in ipykernel.
* Wed Jul 27 2016 toddrme2178AATTgmail.com- Update to version 4.3.0
* Adds ``--sys-prefix`` argument to :command:`jupyter kernelspec install`, for better symmetry with :command:`jupyter nbextension install`, etc.
* Sun May 08 2016 arunAATTgmx.de- specfile:
* updated source url to files.pythonhosted.org
* Sat Mar 12 2016 arunAATTgmx.de- update to version 4.2.2:
* Another fix for the :func:`start_new_kernel` issue in 4.2.1 affecting slow-starting kernels.
* Mon Mar 07 2016 arunAATTgmx.de- update to version 4.2.1:
* Fix regression in 4.2 causing :func:`start_new_kernel` to fail while waiting for kernels to become available.
* Sat Mar 05 2016 arunAATTgmx.de- update to version 4.2.0:
* added :command:`jupyter kernelspec remove` for removing kernelspecs
* allow specifying the environment for kernel processes via the env argument
* added name field to connection files identifying the kernelspec name, so that consumers of connection files (alternate frontends) can identify the kernelspec in use
* added :meth:`KernelSpecManager.get_all_specs` for getting all kernelspecs more efficiently
* various improvements to error messages and documentation
* Wed Feb 17 2016 toddrme2178AATTgmail.com- Split documentation to speed up building. This is a dependency of a lot of other packages, and the dependencies for the documentation are very heavy. So build the documentation separately to avoid holding up the build process.
* Thu Jan 07 2016 toddrme2178AATTgmail.com- Tests fail with python3-buildservice-tweak
* Sat Oct 10 2015 arunAATTgmx.de- update to version 4.1.1:
* Setuptools fixes for jupyter kernelspec
* jupyter kernelspec list includes paths
* add :meth:`KernelManager.blocking_client`
* provisional implementation of comm_info requests from upcoming 5.1 release of the protocol
* Thu Oct 01 2015 toddrme2178AATTgmail.com- Fix documentation location.
* Thu Oct 01 2015 toddrme2178AATTgmail.com- Build documentation
* Fri Aug 14 2015 toddrme2178AATTgmail.com- Fix update-alternatives usage
* Tue Jul 21 2015 toddrme2178AATTgmail.com- Initial version