Quentin Peter
Quentin Peter
## Description of Changes - Depends on spyder-ide/spyder-kernels#403 ### Affirmation By submitting this Pull Request or typing my (user)name below, I affirm the [Developer Certificate of Origin](https://developercertificate.org) with respect to...
## Description of Changes run `black . --exclude "((external-deps|build|rope_profiling)/.+|.+/tests/(data|assets)/.+)"` on spyder Fixing existing PR: ``` git merge hash_5.x_before_black -m "merge 5.x" black . --exclude "((external-deps|build|rope_profiling)/.+|.+/tests/(data|assets)/.+)" git stash git merge hash_5.x_after_black...
## Description of Changes Add `profile_file` and `profile_cell` functions to the shell with the same signature as `runcell`/`debugcell` and `runfile`/`debugfile` This solves a few issues I have with profiling, including:...
## Description of Changes Includes : https://github.com/spyder-ide/spyder-kernels/pull/257 * [x] Wrote at least one-line docstrings (for any new functions) * [x] Added unit test(s) covering the changes (if testable) * [x]...
## Description of Changes When pasting a file location in the working directory bar, it will go to this file's directory instead of failing, and open the file in the...
### Expected behaviour No recursion ### Actual behaviour `ImportError: ERROR: recursion is detected during loading of "cv2" binary extensions. ` ### Steps to reproduce 1. `pip install "opencv-python>=4.6"` (works with...
Some numpy arrays have a dtype (such as int32) that excludes any objects. In that case, looping the array looking for a quantity is not helpful, and can waste a...
- init repo - Add some files - gl track *.py - rm useless.py - gl status And then see this error: On branch master, repo-directory // ✘ Some internal...
If qtbot tries to stop waiting while `QApplication.processEvents()` is being called, the test will hang indefinitely. What happens is that: - qtbot creates a `QEventLoop` - an event calling `QApplication.processEvents()`...
It would be great to have support for ipython files. For example: ``` %tim -> %timeit ```