|
|
|
|
Changelog for python311-spyder-kernels-2.5.2-1.1.noarch.rpm :
* Sat Jun 29 2024 Dirk Müller - update to 2.5.2: * PR 489 - PR: Fix detecting Matplotlib backend for its 3.9.0 version * Tue Mar 05 2024 Ben Greiner - Skip python39 altogether: no ipykernel anymore * Sat Mar 02 2024 Ben Greiner - Update to 2.5.1 * Fix hangs with Maplotlib interactive backends- Skip testing with xarray on python39 * Fri Nov 24 2023 Ben Greiner - Update to 2.5.0 * Add support for chained exceptions to the debugger. * Improve getting signatures from docstrings. * Restore compatibility with Python 2. * Thu Aug 24 2023 Ben Greiner - Update to 2.4.4 * Increase minimal required version of IPykernel to 6.23.2, by AATTccordoba12 * Skip more buggy IPython versions, by AATTccordoba12 * Disable IPython\'s debugger skip functionality by default, by AATTccordoba12 * Remove codecov package and use Github action to upload coverage instead, by AATTccordoba12 (454)- Refresh spyder-kernels-pr453.patch * Wed Jun 07 2023 Ben Greiner - Add spyder-kernels-pr453.patch gh#spyder-ide/spyder-kernels#453 * fixes test failure with pandas 2 * Thu Apr 27 2023 Ben Greiner - Update to 2.4.3 * PR 452 - PR: Fix error when executing empty Python script, by AATTrear1019 * PR 450 - PR: Remove usage of distutils.LooseVersion, by AATTccordoba12 (440) * PR 449 - PR: Add support for Jupyter-client 8, by AATTccordoba12 * PR 448 - PR: Skip IPython versions that give buggy code completions, by AATTccordoba12 * PR 434 - PR: Use allow_pickle=True when loading Numpy arrays, by AATTnkleinbaer * PR 430 - PR: Inform GUI about position of exception in post mortem debugging, by AATTrear1019 * Sun Mar 19 2023 Ben Greiner - Skip test file requiring xarray on python38 * Thu Jan 19 2023 Ben Greiner - Update to 2.4.2 * formatargspec is deprecated since Python 3.5 * Fri Dec 30 2022 Ben Greiner - Update to version 2.4.1 * Make spyder-kernels compatible with IPython 8 * Sun Nov 06 2022 Ben Greiner - Update to verison 2.4.0 * Add support for Python 3.11 * Flush standard streams after execution. * Sun Sep 04 2022 andy great - Update to version 2.3.3. * Use get_size to get variable length for get_var_properties to prevent triggering Dask tasks, by AATTdalthviz * Use debugging namespace when curframe is active, by AATTimpact27 (405) * Mon Jul 25 2022 Ben Greiner - Update to version 2.3.2 * Fixed issue 394 - The variable explorer is broken while debugging * PR 399: Increase minimal required version of jupyter_client to 7.3.4, by AATTccordoba12 * PR 398: Fix module namespace, by AATTimpact27 * PR 395: Fix running namespace and improve eventloop integration while debugging, by AATTimpact27 (394) * PR 389: Fix debug filename path for remote debugging, by AATTimpact27 (18330) * PR 388: Fix getting args from functions or methods, by AATTccordoba12 * PR 386: Fix flaky test, by AATTimpact27 * PR 381: Eliminate unnecessary updates of the Variable Explorer while debugging, by AATTrear1019 * PR 378: Append paths that come from Spyder\'s Python path manager to the end of sys.path, by AATTmrclary * Tue May 24 2022 Ben Greiner - Update to version 2.3.1 * Add an upper constraint to our most important dependencies, by AATTccordoba12 * Increase minimal required version of jupyter_client to 7.3.1, by AATTccordoba12 * Sat Apr 09 2022 Ben Greiner - Update to version 2.3.0 * Add new handler to detect the current Matplotlib interactive backend. * Increase minimal required version of ipykernel to 6.9.2, by AATTccordoba12 * Handle getting dasks objects size, by AATTdalthviz * Add new handler to detect the current Matplotlib interactive backend, by AATTccordoba12 * Remove support for outdated and unused Matplotlib backends, by AATTccordoba12 * Catch FileNotFoundError when trying to get file code from the frontend, by AATTccordoba12 * Increase minimal required IPython version to 7.31.1, by AATTccordoba12 (344) * Avoid modifying the namespace view settings by reference, by AATTimpact27 (320) * Fix issues when debugging comprehensions, by AATTimpact27 (371) * Leave unsaved files in linecache, by AATTimpact27 * Print last line of Pdb code and some debugger fixes, by AATTimpact27 (330) * Fri Jan 21 2022 Ben Greiner - Update to version 2.2.1 * Improve error message when setting a Matplotlib backend whose module is not present, by AATTccordoba12 (347) * Filter another benign message coming from comm handlers, by AATTccordoba12 (365) * Catch error when validating if an object is defined in the namespace, by AATTccordoba12 * Fix error when running multiprocessing code that contains classes, by AATTimpact27 * Catch KeyError when closing comm, by AATTccordoba12 * Increase minimal required version of pyzmq for Python 3, by AATTccordoba12 * Increase minimal required version of ipykernel to 6.6.1, by AATTccordoba12 * Require jupyter-client 7.1.0 to fix issues on Windows, by AATTccordoba12 * Increase minimal required version of jupyter-client to 7.0+ for Python 3, by AATTccordoba12 * Implement a less hacky solution to fix namespace issues, by AATTimpact27 * More namespace fixes, by AATTimpact27 * Don\'t print DeprecationWarning\'s that come from comm handlers, by AATTccordoba12 (343) * Update Quansight logo in Readme, by AATTccordoba12 * Fix some namespace issues, by AATTimpact27 (345) * Fix misplaced section in changelog, by AATTccordoba12 * Mon Jan 10 2022 Ben Greiner - Skip some tests failing on obs server * Fri Nov 26 2021 Ben Greiner - Update to version 2.2.0 * Add the ability to capture segfaults and flush standard streams from Spyder. * Add support for jupyter_client 7.- Drop upstreamed spyder-kernels-pr328-unpin_jupyter-client.patch * Mon Oct 25 2021 Ben Greiner - Unpin jupyter_client<7 * spyder-kernels-pr328-unpin_jupyter-client.patch * gh#spyder-ide/spyder-kernels#328 * Sun Oct 10 2021 Ben Greiner - Update to version 2.1.3 * Fix errors when setting or getting the Matplotlib backend * Prevent other libraries to change the breakpoint builtin * Thu Sep 02 2021 Ben Greiner - Update to version 2.1.1 * Avoid runfile to be shadowed by other packages * Remove dependency on ipython_genutils * Memoize results of is_module_installed * Restrict jupyter-client to be less than version 7 * Thu Aug 05 2021 Ben Greiner - Update to version 2.1.0 * Add support for the Rich and Colorama libraries. * Load big modules (e.g. Numpy, Pandas and Scipy) only until it\'s really necessary. * Mon Jun 14 2021 Ben Greiner - Update to version 2.0.4 * Support decorator >= 5 (PR 301 by AATTccordoba12) * Fri May 21 2021 Ben Greiner - Update to version 2.0.3 * PR 291 - PR: Pass adding breakpoint on ValueError, * Sun May 02 2021 Ben Greiner - Update to version 2.0.2 * PR 289 - PR: Fix setting tight layout in inline figures * PR 287 - PR: Close comm on shutdown * PR 282 - PR: Fix numpy.complex deprecation warning in tests * Thu Apr 08 2021 Ben Greiner - Update to version 2.0.1 * Color handling in namespace view was moved to Spyder. * PR 279 - PR: Add Python types to namespace view * PR 285 - PR: Add a new dependency on decorator to fix the Cython magic- Skip python36 flavor entirely * Mon Feb 22 2021 Ben Greiner - Update to version 1.10.2 * Warn when comm call creates text output, by AATTimpact27 * Increase minimal required version of ipykernel, by AATTccordoba12 * Better test for non-interactive context, by AATTjuliangilbey * Fix assignment detection in exclamation mark mode (Pdb), by AATTimpact27 * Fix recursive debugger, by AATTimpact27 * Mon Feb 15 2021 Ben Greiner - NEP29: python36-numpy in Tumbleweed is no more. * don\'t install numpy and co for testing * skip tests requiring them * Tue Jan 26 2021 Benjamin Greiner - Skip test_dask_multiprocessing as it very often fails on OBS i586
|
|
|