Changelog for
python3-nbclient-0.7.4-lp154.qubes.4.4.noarch.rpm :
* Mon May 01 2023 Ben Greiner
- Update to 0.7.4
* include stream output in CellExecutionError #282 (AATTminrk)
* avoid duplicate \'Exception: message\' in CellExecutionError #283 (AATTminrk)
* Send KeyboardInterrupt a little later in test_run_all_notebooks[Interrupt.ipynb-opts6] #285 (AATTkxxt)
* Sun Apr 23 2023 Ben Greiner - Update to 0.7.3
* Add coalesce_streams #279 (AATTdavidbrochart)
* Sun Jan 08 2023 Ben Greiner - Update to 0.7.2
* Allow space after In #264 (AATTdavidbrochart)
* Fix jupyter_core pinning #263 (AATTdavidbrochart)
* Update README, add Python 3.11 #260 (AATTdavidbrochart)- Release 0.7.1
* Remove nest-asyncio #259 (AATTdavidbrochart)- Use PEP517 hatchling build
* Sun Oct 09 2022 Arun Persaud - update to version 0.7.0:
* Maintenance and upkeep improvements + Cleanup CI #254 (AATTblink1073) + Handle client 8 support #253 (AATTblink1073)
* Fri Sep 09 2022 Arun Persaud - update to version 0.6.8:
* Merged PRs + Fix tests compatibility with IPython 8.5.0 #251 (AATTfrenzymadness)
* Sun Aug 28 2022 Ben Greiner - Update to 0.6.7
* Fix tests for ipywidgets 8 #246 (AATTfrenzymadness)
* Sat Jul 09 2022 Arun Persaud - update to version 0.6.6:
* Merged PRs + Start new client if needed in blocking setup_kernel #241 (AATTdavidbrochart)- changes from version 0.6.5:
* Merged PRs + Start new client if needed #239 (AATTdavidbrochart)
* Sun Jun 05 2022 Ben Greiner - Fix test requirements
* Sat Jun 04 2022 Arun Persaud - specfile:
* update requirements- update to version 0.6.4:
* Merged PRs + Make sure kernel is cleaned up in case an error occurred while starting kernel client #234 (AATTCiprianAnton) + Suppress most warnings in tests #232 (AATTdavidbrochart)- changes from version 0.6.3:
* Bugs fixed + Clean up docs and typings #230 (AATTblink1073)
* Documentation improvements + Clean up docs and typings #230 (AATTblink1073)- changes from version 0.6.2:
* Merged PRs + Fix documentation generation #228 (AATTdavidbrochart)- changes from version 0.6.1:
* Merged PRs + [pre-commit.ci] pre-commit autoupdate #225 (AATTpre-commit-ci) + Add error_on_interrupt trait #224 (AATTdavidbrochart) + Fix typo #223 (AATTdavidbrochart) + Add on_cell_executed hook #222 (AATTdavidbrochart)- changes from version 0.6.0:
* Maintenance and upkeep improvements + Fix typings and update mypy settings #220 (AATTblink1073) + Add missing dep on testpath #219 (AATTblink1073) + Add more pre-commit hooks and update flake8 #218 (AATTblink1073)
* Documentation improvements + Clean up docs handling #216 (AATTblink1073)
* Sat Mar 12 2022 Arun Persaud - update to version 0.5.13:
* Drop ipython_genutils #209 (AATTdavidbrochart)
* Wed Mar 09 2022 Arun Persaud
* specfile:
* update version requirement for traitlets- update to version 0.5.12:
* Merged PRs + Require traitlets>=5.0.0 #204 (AATTdavidbrochart) + Extend the ignored part of IPython outputs #202 (AATTfrenzymadness)
* Mon Feb 28 2022 Ben Greiner - Skip more failing tests due to new Exception message format
* Thu Feb 17 2022 Arun Persaud - update to version 0.5.11:
* Merged PRs + Pin ipython<8 in tests #198 (AATTdavidbrochart) + Clear execution metadata, prefer msg header date when recording times #195 (AATTkevin-bates) + Client hooks #188 (AATTdevintang3)
* Mon Jan 17 2022 Ben Greiner - Skip a flaky test gh#jupyter/nbclient#189
* Sat Jan 15 2022 Ben Greiner - Update to 0.5.10
* Fix ipywidgets version in tests #192 (AATTmartinRenou)
* Compatibility with IPython 8 where tracebacks are different [#190] (AATTfrenzymadness)
* Drop tox #187 (AATTdavidbrochart)
* Drop python3.6, test python3.10 #184 (AATTdavidbrochart)
* Fix typos #182 (AATTkianmeng)- Cleanup now unused specfile code for Python 3.6 distributions
* Sat Jan 08 2022 Ben Greiner - Do not build on SLE/Leap <= 15.3
* Sun Nov 21 2021 Ben Greiner - Deselect all 4 flaky parallel_notebooks tests
* Fri Nov 19 2021 Ben Greiner - Update to version 0.5.9
* Remove jupyter-run, keep jupyter-execute #180 (AATTdavidbrochart)- Switch to libalternatives
* Sun Nov 14 2021 Ben Greiner - Update to version 0.5.8
* Prepare for use with Jupyter Releaser #175 (AATTdavidbrochart)
* Move IPYKERNEL_CELL_NAME from tox to pytest #172 (AATTfrenzymadness)
* Added CLI to README #170 (AATTpalewire)
* Add \"jupyter execute\" command-line interface #165 (AATTpalewire)
* Fix: updating buffers overwrote previous buffers #169 (AATTmaartenbreddels)
* Fix tests for ipykernel without debugpy #166 (AATTfrenzymadness)
* gitignore Pipfile #164 (AATTpalewire)
* Fixed CONTRIBUTING.md link #163 (AATTpalewire)
* Fix typo #162 (AATTThe-Compiler)
* Move format & lint to pre-commit #161 (AATTchrisjsewell)
* Add skip-execution cell tag functionality #151 (AATTchrisjsewell)- Not enabling new jupyter-run entrypoint due to conflict with jupyter_client
* Wed Sep 22 2021 Ben Greiner - Fix async_parallel_notebooks deselection expression
* Sun Sep 19 2021 Ben Greiner - Add IPYKERNEL_CELL_NAME env var for test sanitization- Only require async_generator for Python < 3.7
* Wed Sep 15 2021 Arun Persaud - update to version 0.5.4:
* Replace km.cleanup with km.cleanup_resources #152 (AATTdavidbrochart)
* Use async generator backport only on old python #154 (AATTmkoeppe)
* Support parsing of IPython dev version #150 (AATTcphyc)
* Set IPYKERNEL_CELL_NAME = #147 (AATTdavidbrochart)
* Print useful error message on exception #142 (AATTcertik)
* Thu Apr 08 2021 Ben Greiner - Actually break the cycle: test flavor needs a psuffix
* Wed Mar 31 2021 Ben Greiner - test in multibuild flavor in order to break runtime and build dependency cycle with nbconvert.
* Wed Mar 03 2021 Arun Persaud - update to version 0.5.3:
* Fix ipykernel\'s stop_on_error value to take into account raises-exception tag and force_raise_errors #137
* Sun Feb 14 2021 Arun Persaud - specfile:
* update copyright year- update to version 0.5.2:
* Set minimum python version supported to 3.6.1 to avoid 3.6.0 issues
* CellExecutionError is now unpickleable
* Added testing for python 3.9
* Changed travis tests to github actions
* Documentation referencing an old model instead of NotebookClient was fixed
* allow_error_names option was added for a more specific scope of allow_errors to be applied
* Thu Nov 26 2020 Arun Persaud - update to version 0.5.1:
* Update kernel client class JIT if it\'s the synchronous version
* Several documentation fixes / improvements
* Sat Sep 05 2020 Arun Persaud - specfile:
* update required version- update to version 0.5.0:
* Move language_info retrieval before cell execution #102
* HistoryManager setting for ipython kernels no longer applies twice (fix for 5.0 trailets release)
* Improved error handling around language_info missing (async_)start_new_kernel_client is now split into (async_)start_new_kernel and (async_)start_new_kernel_client
* Tue Jul 14 2020 Arun Persaud - update to version 0.4.1:
* Python type hinting added to most interfaces! #83
* Several documentation fixes and improvements were made #86
* An asynchronous heart beat check was added to correctly raise a DeadKernelError when kernels die unexpectantly #90
* Tue Jun 30 2020 Marketa Calabkova - 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
* Tue Jun 09 2020 Tomáš Chvátal - 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
* Sun Apr 26 2020 Arun Persaud - 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
* Mon Feb 24 2020 Todd R - initial version