File python3-jupyter_client-doc.changes of Package python3-jupyter_client
-------------------------------------------------------------------
Fri Jul 29 18:27:25 UTC 2016 - toddrme2178@gmail.com
- Fixed source URL.
-------------------------------------------------------------------
Wed Jul 27 21:39:26 UTC 2016 - toddrme2178@gmail.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.
- Merge documentation subpackages into single package.
-------------------------------------------------------------------
Sun May 8 07:12:08 UTC 2016 - arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Sat Mar 12 18:57:00 UTC 2016 - arun@gmx.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 7 03:51:42 UTC 2016 - arun@gmx.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 5 18:48:21 UTC 2016 - arun@gmx.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 14:46:15 UTC 2016 - toddrme2178@gmail.com
- PDF docs still broken
-------------------------------------------------------------------
Wed Feb 17 10:14:51 UTC 2016 - toddrme2178@gmail.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 7 14:04:10 UTC 2016 - toddrme2178@gmail.com
- Tests fail with python3-buildservice-tweak
-------------------------------------------------------------------
Sat Oct 10 16:22:42 UTC 2015 - arun@gmx.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 1 12:52:38 UTC 2015 - toddrme2178@gmail.com
- Fix documentation location.
-------------------------------------------------------------------
Thu Oct 1 12:04:25 UTC 2015 - toddrme2178@gmail.com
- Build documentation
-------------------------------------------------------------------
Fri Aug 14 07:03:18 UTC 2015 - toddrme2178@gmail.com
- Fix update-alternatives usage
-------------------------------------------------------------------
Tue Jul 21 14:28:11 UTC 2015 - toddrme2178@gmail.com
- Initial version