------------------------------------------------------------------- Wed Mar 3 19:24:34 UTC 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 18:08:05 UTC 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 17:49:54 UTC 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 5 16:24:04 UTC 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 15:32:36 UTC 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 13:37:24 UTC 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 9 08:49:18 UTC 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 19:33:24 UTC 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 15:45:01 UTC 2020 - Todd R - initial version