SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for python312-spyder-kernels-3.0.3-1.1.noarch.rpm :

* Sun Feb 09 2025 Ben Greiner - Update to 3.0.3
* PR 530: Correctly process Pdb commands available in cmdqueue, by AATTccordoba12
* PR 526: Filter frames that come from Spyder-kernels in tracebacks and fix tracebacks in Python 3.8, by AATTccordoba12- Version 3.0.2
* PR 521: Add logic to handle traceback color configuration, by AATTdalthviz
* Sun Nov 17 2024 Ben Greiner - Update to 3.0.1
* PR 517: Manually register the Matplotlib inline backend in case it hasn\'t, by AATTccordoba12
* PR 514: Fix development version for the stable branch, by AATTccordoba12
* PR 510: Replace Quansight logo by CZI one in Readme, by AATTccordoba12
* PR 508: Update workflows to run in the 3.x branch (CI), by AATTccordoba12
* PR 506: Make glob and loc kwargs of debug_exec, by AATTimpact27
* PR 504: Update workflow actions (CI), by AATTmrclary
* PR 503: Update load_dicom to accommodate Pydicom 3.0, by AATTmrclary
* Sun Sep 08 2024 Ben Greiner - Update to 3.0.0
* Speed up debugger execution.
* Notify Spyder when Matplotlib backend changes.
* Use control channel for comms instead of a special one.
* Update variable explorer from the kernel.
* Simplify kernel configuration from Spyder.
* Add a comm_handler decorator.
* Transform runfile, debugfile and runcell commands to IPython magics.
* Add comm handlers to interrupt executions and enter the debugger after that.
* Publish Pdb stack frames to Spyder.
* Drop support for Python 2 and support Python 3.8+- Drop spyder-kernels-pr453.patch
* 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
 
ICM