Commit Graph

10 Commits

Author SHA256 Message Date
Markéta Machová
cdc30beb19 Accepting request 882417 from home:bnavigator:branches:devel:languages:python:jupyter
- test in multibuild flavor in order to break runtime and build
  dependency cycle with nbconvert.

OBS-URL: https://build.opensuse.org/request/show/882417
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=18
2021-04-01 10:21:32 +00:00
Markéta Machová
fea774668a Accepting request 876614 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/876614
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=16
2021-03-08 16:53:16 +00:00
Markéta Machová
fea7647ed4 Accepting request 872188 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/872188
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=14
2021-02-15 13:02:02 +00:00
Markéta Machová
c201fc06f7 Accepting request 851148 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/851148
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=12
2020-11-27 14:50:23 +00:00
Tomáš Chvátal
f30a863126 Accepting request 832514 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version

OBS-URL: https://build.opensuse.org/request/show/832514
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=10
2020-09-05 20:12:53 +00:00
Tomáš Chvátal
b8e521c6ce Accepting request 817906 from home:mcalabkova:branches:devel:languages:python:jupyter
- Update to 0.4.0
  * Use KernelManager's graceful shutdown rather than KILLing kernels
  * Mimic an Output widget at the frontend so that the Output widget behaves correctly
  * Nested asyncio is automatic, and works with Tornado
  * async_execute now has a reset_kc argument to control if the client is reset upon execution request

OBS-URL: https://build.opensuse.org/request/show/817906
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=8
2020-06-30 14:57:06 +00:00
Tomáš Chvátal
127481cc11 - Update to 0.3.1:
* The (async_)start_new_kernel_client method now supports starting a new client when its kernel manager (self.km) is a MultiKernelManager. The method now returns the kernel id in addition to the kernel client. If the kernel manager was a KernelManager, the returned kernel id is None. #51
  * Added reset_kc option to reset_execution_trackers, so that the kernel client can be reset and a new one created in calls to (async_)execute #44
  * Check that a kernel manager exists before cleaning up the kernel #61
  * Force client class to be async when kernel manager is MultiKernelManager #55
  * Replace pip install with conda install in Binder #54

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=6
2020-06-09 09:07:48 +00:00
Tomáš Chvátal
6ebd3de6bc Accepting request 808468 from home:apersaud:branches:devel:languages:python:jupyter
- update to version 0.3.1:
  * Fixes
    + Check that a kernel manager exists before cleaning up the kernel
      #61
    + Force client class to be async when kernel manager is
      MultiKernelManager #55
    + Replace pip install with conda install in Binder #54
- changes from version 0.3.0:
  * Major Changes
    + The (async_)start_new_kernel_client method now supports starting
      a new client when its kernel manager (self.km) is a
      MultiKernelManager. The method now returns the kernel id in
      addition to the kernel client. If the kernel manager was a
      KernelManager, the returned kernel id is None. #51
    + Added sphinx-book-theme for documentation. Added a CircleCI job
      to let us preview the built documentation in a PR. #50
    + Added reset_kc option to reset_execution_trackers, so that the
      kernel client can be reset and a new one created in calls to
      (async_)execute #44
  * Docs
    + Fixed documentation #46 #47
    + Added documentation status badge to the README
    + Removed conda from documentation build
- specfile:
  * only build for python 3, add skip_python2
  * updated requirement versions, add async_generator
  * be more specific in %files section
- update to version 0.2.0:
  * Major Changes
    + Async support is now available on the client. Methods that
      support async have an async_ prefix and can be awaited #10 #35
      #37 #38
    + Dropped support for Python 3.5 due to async compatability issues
      #34
    + Notebook documents now include the new kernel timing fields #32
  * Fixes
    + Memory and process leaks from nbclient should now be fixed #34
    + Notebook execution exceptions now include error information in
      addition to the message #41
  * Docs
    + Added binder examples / tests #7
    + Added changelog to docs #22
    + Doc typo fixes #27 #30

OBS-URL: https://build.opensuse.org/request/show/808468
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=4
2020-05-24 07:52:13 +00:00
Todd R
6a0f5bd8c4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=2 2020-04-20 18:37:02 +00:00
Todd R
127a9eb458 Accepting request 778866 from home:TheBlackCat:branches:devel:languages:python:jupyter
A client library for executing notebooks

OBS-URL: https://build.opensuse.org/request/show/778866
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=1
2020-02-24 17:58:04 +00:00