- Issue 9757 - Text in help search bar becomes selected once help is displayed (PR 9760)
- Issue 8336 - AttributeError in profiler (PR 9758)
In this release 2 issues were closed.
- PR 9760 - PR: Backport PR #9552 (9757)
- PR 9758 - PR: Avoid an error when profdata is None in Profiler (8336)
- PR 9718 - PR: Fix completion plugins listening to external hosts
In this release 3 pull requests were closed.
- Add option to allow users showing/hiding CMD windows created by the
subprocess
module on Windows. The option can be found inPreferences > IPython Console > Advanced settings > Windows adjustments
.
- Issue 9520 - Can't run profiler (PR 9652)
- Issue 9304 - PermissionError when trying to load a kernel connection file (PR 9651)
- Issue 9262 - Only require PyWebEngine on Python 3+ to avoid blocking py2 compat in pip wheels (PR 9436)
- Issue 9240 - The external system terminal close after running script if the Python console exits due to an exception (PR 9312)
- Issue 9221 - TypeError: cursor_position_changed (PR 9650)
- Issue 9217 - ValueError when clicking on a traceback link in the IPython console (PR 9649)
- Issue 9143 - Help pane doesn't accept aliased modules (PR 9166)
- Issue 9113 - Opening window in a subprocess from Spyder (PR 9123)
- Issue 9093 - Error when trying to create spyder.lock on an unwritable config directory (PR 9098)
- Issue 9051 - Variable explorer viewers go to the background on macOS (PR 9119)
In this release 10 issues were closed.
- PR 9658 - PR: Require spyder-kernels 0.5.0 in setup.py
- PR 9652 - PR: Remove usage of QTextCodec because it's not really needed (9520)
- PR 9651 - PR: Catch error when loading kernel connection file (9304)
- PR 9650 - PR: Catch an error when disconnecting a signal in calltip widget (9221)
- PR 9649 - PR: Catch error when pressing the link of a traceback in IPython console (9217)
- PR 9436 - PR: Require pyqtwebengine only in Python 3 (9262)
- PR 9312 - PR: Improvements to the cmd used to start external terminals on Windows (9240)
- PR 9166 - PR: Fix Help plugin string validation for the console (9143)
- PR 9123 - PR: Add preference to show/hide cmd windows generated by the subprocess module (9113)
- PR 9119 - PR: Make Variable Explorer viewers stay on top in macOS (9051)
- PR 9099 - PR: Add sponsors sections and remove relative links to images in Readme
- PR 9098 - PR: Avoid some permission errors at startup on Windows (9093)
In this release 12 pull requests were closed.
- Fix several incompatibilities with PyQt5 5.12.
- Avoid errors when running
turtle
programs in the IPython console multiple times. - Avoid the UMR to reload modules installed in the user site-packages directory.
- Issue 8978 - Github login window is resizing automatically (PR 8993)
- Issue 8934 - IOError raised when completion plugins fail to start (PR 8950)
- Issue 8927 - Change "Clear variables" to "Remove variables" in French translation (PR 8951)
- Issue 8878 - Error when try to type opening bracket in console (PR 8879)
- Issue 8841 - Static Code Analysis can be attempted without selected file (PR 8921)
- Issue 8807 - Error when saving LANG_FILE (PR 8808)
- Issue 8789 - spyder_io_hdf5 plugin no longer available (PR 8790)
- Issue 8776 - Problem with debugfile() in version >= 3.3.0
- Issue 8764 - VersionConflict when opening a file in the Editor (PR 8781)
- Issue 8762 - Text written in help pane gets automatically selected and replaced with every keystroke (PR 8907)
- Issue 8748 - spyder 3.3.3 icon theme Spyder 3 problem with PyQt 5.12 (PR 8896)
- Issue 8747 - Spyder should depend on QtWebEngine for pyqt >= 5.12 (PR 8753)
- Issue 6278 - Problems with running turtle programs in Spyder
In this release 13 issues were closed.
- PR 9073 - PR: Increase minimal required version of spyder-kernels to 0.4.3
- PR 9041 - PR: Fix a recurrrent error with our IPython console tests
- PR 9023 - PR: Fix warning and todo action menu entries
- PR 9020 - PR: Fix our tests on Windows/Python 3.7
- PR 8996 - PR: Generate PyPI long description from README.md
- PR 8993 - PR: Fix over-height resize of the Github login dialog (8978)
- PR 8953 - PR: Compile French translation po file
- PR 8951 - PR: Change 'Supprimer' for 'Effacer' in remove variables text for French translation (8927)
- PR 8950 - PR: Don't raise an error if completion plugins fail to start (8934)
- PR 8928 - PR: Use generic Qt name instead of Qt4 when switching backend for Mayavi
- PR 8921 - PR: Set enabled value of start_button with is_valid (Static Code Analysis) (8841)
- PR 8910 - PR: Fix tests on Windows/Python 3.7
- PR 8907 - PR: Fix force_refresh to only force with valid object entries (Help plugin) (8762)
- PR 8899 - PR: Run our tests with pip on Windows/Python 3.7
- PR 8896 - PR: Increase minimal QtAwesome version to 0.5.7 (8748)
- PR 8895 - PR: Remove Appveyor support and stop testing on Windows/Python 2
- PR 8879 - PR: Don't fail on UnicodeEncodeError when saving Help's search history to disk (8878)
- PR 8808 - PR: Avoid errors when trying to save LANG_FILE (8807)
- PR 8802 - PR: Upgrade Travis config to use Xenial image
- PR 8790 - PR: Fix missing spyder_io_hdf5 plugin (8789)
- PR 8781 - PR: Avoid errors when using Pygments to detect the lexer used to highlight a file (8764)
- PR 8756 - PR: Fix PyQt5 pinning restrictions in setup.py
- PR 8753 - PR: Add pyqtwebengine as a new dependency (8747)
In this release 23 pull requests were closed.
- Fix an incompatibility with Numpy 1.16 that generated an error when trying to open an array in the Variable Explorer.
- Increase maximum PyQt5 supported version to 5.12
- Increase minimal required version of spyder-kernels to 0.4.2 to get important fixes about saving/loading the current namespace and skipping installed modules from our User Module Reloader (UMR).
- Issue 8697 - Starting a python file importing tensorflow the second time results in error
- Issue 8681 - PYTHONPATH environment variable not inherited if using non-default python interpreter (PR 8685)
- Issue 8668 - Console throws error about wurlitzer on fresh install
- Issue 8582 - Spyder encountered a problem when opening numpy array (PR 8632)
- Issue 8581 - An error ocurred while starting the kernel: b'' (PR 8736)
- Issue 8475 - pyqt5 Dependency seems outdated (PR 8530)
In this release 6 issues were closed.
- PR 8736 - PR: Don't show empty kernel error messages (8581)
- PR 8731 - PR: Backport PR 8559
- PR 8728 - PR: Increase minimal spyder-kernels version in setup.py to avoid faulty release
- PR 8696 - PR: Increase minimal required version of spyder-kernels
- PR 8689 - PR: Backport PR 8363
- PR 8686 - PR: Backport PR 8452
- PR 8685 - PR: Avoid dropping predefined PYTHONPATH when using an external interpreter (8681)
- PR 8636 - PR: Improve warning for when only some namespace objs couldn't be saved
- PR 8632 - PR: Don't force write flag to True in ArrayEditor, to fix compat with Numpy >=1.16 (8582)
- PR 8530 - PR: Increase maximum PyQt5 supported version (8475)
In this release 10 pull requests were closed.
- Add new German and Hungarian translations.
- Give users the ability to select the OpenGL implementation
used by Qt. This option can be changed in
General > Advanced Settings > Rendering engine
.
- Simplify the way to exclude files from search.
- Fix error that prevented to stop a search when it was in progress.
- Save its options when Spyder is closed.
- Don't remove Spyder's temporary directory when Spyder is closed. This avoids conflicts when multiple Spyder instances are running.
- Issue 8290 - spyder.desktop doesn't contain WMClass variable for grouping windows (PR 8292)
- Issue 8236 - Update translations for 3.3.2
- Issue 8216 - Error on startup with non-clean config file (from previous files/projects open?) and recent master builds (PR 8249)
- Issue 8179 - Error when changing language from French to English (PR 8188)
- Issue 8128 - Error raises when use multiprocessing
- Issue 8103 - DeprecationWarning with iPython during executing certain commands in the console.
- Issue 8046 - PermissionError while launching Spyder (PR 8048)
- Issue 8025 - Custom interpreters are not shown in "Preferences > Python interpreter" (PR 8231)
- Issue 8007 - Kernel crash due to file with the same name of a stdlib Python module present in current working directory
- Issue 7882 - Error while restarting kernel (PR 7887)
- Issue 7868 - Connect to kernel dialog needs to be clearer that either the SSH keyfile or the password is required (PR 7898)
- Issue 7862 - 4.0beta1 is offered as an update when using a development version and a virtualenv (PR 7902)
- Issue 7856 - Nbconvert 5.4.0 breaking mainwindow notebook test due to change in output file text (PR 7860)
- Issue 7811 - Find In Files: empty "Exclude" field makes all files be excluded (PR 7816)
- Issue 7810 - Find In Files: regexp icon (PR 7864)
- Issue 7809 - Make visible by default the widget to exclude file types in Find in Files (PR 7864)
- Issue 7804 - Stopping a search using FindInFiles freezes the app (PR 7806)
- Issue 7803 - Change the way to exclude file types in Find in files (PR 7806)
- Issue 7800 - FileNotFoundError when using custom interpreter (PR 7829)
- Issue 7753 - Error when copying data from a dataframe (PR 7759)
- Issue 7748 - Cannot import notebook variables (PR 7761)
- Issue 7742 - Error when dropping files in the Editor (PR 7764)
- Issue 7733 - Error when browsing git repository (PR 7766)
- Issue 7721 - Error after upgrading to Python 3.7 (PR 7807)
- Issue 7705 - Error on saving generated by Pygments lexers (PR 7712)
- Issue 7674 - New Python interpreter selection combobox displays previous, not actual executable path if selected from file browser (PR 7715)
- Issue 7619 - Error when trying to display Latex through Matplotlib
- Issue 7578 - AttributeError: 'NoneType' object has no attribute 'input' (PR 7716)
- Issue 7561 - Annoying "Are you sure you want to restart the kernel?" (PR 7694)
- Issue 7552 - TypeError: scaledToWidth in the IPython console
- Issue 7447 - Main window is black when starting Spyder over ssh/X11 (PR 7859)
- Issue 7302 - PermissionError when launching kernel (PR 7717)
- Issue 7244 - AttributeError when pasting list in collectionseditor.py (PR 7817)
- Issue 7236 - UnicodeDecodeError when changing PYTHONPATH in Python 2 (PR 7655)
- Issue 7195 - Crash when displaying a pandas data frame with a column containing a data frame (PR 8114)
- Issue 7177 - Error when passing a regexp to the findreplace widget (PR 8115)
- Issue 6936 - Data Type of customized class is changed to base class when viewed in the Variable Explorer (PR 7679)
- Issue 6535 - Text in "About Spyder" menu is not selectable (PR 7727)
- Issue 6218 - UnicodeDecodeError when truncating results in Find in files (PR 7812)
- Issue 6176 - Find in Files options not saved to spyder.ini (PR 7863)
- Issue 5898 - Closing all files in split pane view with at least 2 open then clicking any menu triggers RuntimeError
- Issue 4474 - Find in files exclude as a textbox is very limited (not very UX friendly either) (PR 7864)
- Issue 4291 - Menu items don't show in full-screen mode (PR 7720)
- Issue 3777 - Output of C extensions is not shown in IPython console
- Issue 937 - Editor maximized - Run script - console takes most of screen (PR 7205)
In this release 45 issues were closed.
- PR 8292 - PR: Add StartupWMClass to Linux desktop files (8290)
- PR 8278 - PR: Update Spanish translation for 3.3.2
- PR 8264 - PR: French Translation for 3.3.2
- PR 8263 - PR: Fix tests in Appveyor/Python 2
- PR 8261 - PR: Fix error in Pydoc widget when quitting server in Python 2
- PR 8259 - PR: Fixes due to the new Pytest 4
- PR 8256 - PR: Add German translation
- PR 8255 - PR: Update Japanese translation for 3.3.2
- PR 8250 - PR: Update Hungarian translation for 3.3.2
- PR 8249 - PR: Prevent an error during the initialization of the Editor plugin (8216)
- PR 8248 - PR: Update Russian translation
- PR 8232 - PR: Fix passing --run-slow to runtests.py
- PR 8231 - PR: Don't associate the combobox of FileComboBox to the same option as its lineedit (8025)
- PR 8188 - PR: Catch errors when trying to change the interface language (8179)
- PR 8187 - PR: Don't install qtconsole from git on Appveyor because it's generating errors
- PR 8173 - PR: Fix various DeprecationWarnings and FutureWarnings
- PR 8152 - PR: Make test_codeanalysis more robust to changes in Pyflakes and Pycodestyle
- PR 8133 - PR: Skip test_values_dbg in Python 2 because it's timing out too much
- PR 8123 - PR: Improve usability of runtests locally and test output on the CIs
- PR 8116 - PR: Do not close split editor when empty or when switching project
- PR 8115 - PR: Catch errors when trying to replace text in the Editor with a regexp (7177)
- PR 8114 - PR: Catch errors when trying to display dataframe values as strings (7195)
- PR 8111 - PR: Remove several old files
- PR 8110 - PR: Use software OpenGL implementation by default
- PR 8048 - PR: Don't raise exceptions when writing config to disk fails (8046)
- PR 8024 - PR: Remove testpath condition now that its conda packages are in good shape
- PR 8021 - PR: Fix tests by pinning testpath and switching to Python 3.5 on Windows
- PR 7928 - PR: Update PR template to link to developer COI and clarify other text
- PR 7926 - PR: Convert and optimize needed PNGs in img_src directory
- PR 7908 - PR: Fix showing kernel creation error messages
- PR 7902 - PR: Improve detection of new Spyder versions to be offered for updates (7862)
- PR 7898 - PR: Clarify and improve Connect to kernel dialog text (7868)
- PR 7888 - PR: Remove old pdn image source files that are no longer needed
- PR 7887 - PR: Remove unnecessary code to restart kernels (7882)
- PR 7873 - PR: Correct next/previous word shortcut callback (7872)
- PR 7864 - PR: More improvements to Find in Files (7810, 7809, 4474)
- PR 7863 - PR: Correctly save Find in Files options when closing Spyder (6176)
- PR 7860 - PR: Fix failing test due to a new version of nbconvert (7856)
- PR 7859 - PR: Set selected OpenGL implementation for QtQuick too (7447)
- PR 7838 - PR: Start testing with Python 3.7 on Linux
- PR 7837 - PR: Fix tests after ci-helpers updated conda version
- PR 7829 - PR: Use a function to create and get our temporary directory (7800)
- PR 7817 - PR: Don't import objects in collectionseditor that are not dicts (7244)
- PR 7816 - PR: Don't ignore all files when exclude pattern is empty (7811)
- PR 7812 - PR: Truncate results correctly in Find in Files for Python 2 (6218)
- PR 7807 - PR: Correctly handling pydoc._start_server on Python 3.7 (7721)
- PR 7806 - PR: Stop searches in Find in Files correctly and improve how to exclude file types (7804, 7803)
- PR 7791 - PR: Remove gettext scripts separated into their own repo
- PR 7790 - PR: Protect calls to unregister_editorstack_cb and pin sip in our tests
- PR 7785 - PR: House cleaning
- PR 7769 - PR: Exclude non-runnable code from coverage reports
- PR 7766 - PR: Fix Browse and Commit vcs actions in file and project explorers (7733)
- PR 7765 - PR: Fix minor issues with the tutorial as pointed out by Dr. Fangohr himself
- PR 7764 - PR: Catch error when dropping a file on the Editor doesn't have an associated url (7742)
- PR 7761 - PR: Catch errors generated when creating the env vars dialog (7748)
- PR 7759 - PR: Catch any error when trying to copy the contents of a dataframe (7753)
- PR 7727 - PR: Make the text of the About Spyder message box selectable (6535)
- PR 7720 - PR: Implement a workaround to toggle on/off fullscreen mode for Windows systems (4291)
- PR 7717 - PR: Catch any error generated when trying to start kernels (7302)
- PR 7716 - PR: Catch error when writing to stdin and there's no kernel client available (7578)
- PR 7715 - PR: Simplify how custom interpreters are loaded/saved (7674)
- PR 7712 - PR: Catch errors when getting file type extensions supported by Pygments (7705)
- PR 7700 - PR: Add option to select OpenGL implementation used by Qt
- PR 7694 - PR: Make "Are you sure you want to restart the kernel?" warning optional (7561)
- PR 7691 - PR: Load css when showing kernel errors in the IPython console
- PR 7679 - PR: Make editor for collection types which copy incorrectly read-only (6936)
- PR 7655 - PR: Add validation in Python 2 to prevent the addition of paths with unicode characters to the PYTHONPATH (7236)
- PR 7205 - PR: Unmaximize plugins when an action or menu calls another plugin (937)
- PR 4473 - PR: Add Hungarian translation
In this release 69 pull requests were closed.
- Save the list of custom interpreters introduced in
Preferences > Python interpreter
.
- Do not save pdb commands in debugging history
- Issue 7652 - Tutorial should be conformed to the Spyder Docs style guide (PR 7659)
- Issue 7641 - Tutorial is out of date and needs updating (PR 7643)
- Issue 7639 - Include runtests.py in tarball (PR 7651)
- Issue 7581 - Update setup.py with polished, up to date description, links and metadata for PyPI (PR 7582)
- Issue 7529 - Improve selection of custom Python interpreter in Preferences (PR 7566)
- Issue 7513 - IOError when getting saved file names in a project (PR 7515)
- Issue 7489 - NameError: name '_' is not defined (PR 7495)
- Issue 7465 - "switch to console" keyboard shortcut doesn't do anything (PR 7471)
- Issue 7452 - Check for new conda packages in Anaconda's repos instead of Github (PR 7478)
- Issue 7432 - Error in display of tabulator in editor (PR 7464)
- Issue 7404 - Don't ask again ineffective in Console delete all variables dialog (PR 7462)
- Issue 7403 - AttributeError: 'NoneType' object has no attribute 'get_active_project_path' (PR 7409)
- Issue 7337 - Update readme and contributing guide to reflect need to install (correct version of) spyder-kernels (PR 7418)
- Issue 7328 - Failure checking out a branch and the opened file is in a different path (PR 7642)
- Issue 7324 - Syntax highlighting for numeric literals containing underscores (PR 7505)
- Issue 7299 - Debugging history saves both python commands and pdb commands (PR 7300)
- Issue 7082 - Error when connecting to external kernels (PR 7463)
- Issue 6292 - Do not reopen Project explorer on startup (PR 7546)
- Issue 1329 - Spyder hangs on interactive input in internal console (input is not redirected) (PR 7500)
In this release 19 issues were closed.
- PR 7659 - PR: Conform tutorial to docs style guide and further minor improvements (7652)
- PR 7651 - PR: Add runtests.py and conftest.py to our tarball (7639)
- PR 7650 - PR: Don't require keyring for Python 2 and Linux in our wheels
- PR 7643 - PR: Edit tutorial to update it, fix errors, copyedit and clarify (7641)
- PR 7642 - PR: Handle error when doing a browser history update (7328)
- PR 7611 - PR: Upgrade all links to use HTTPS where available, and fix link targets when broken/redirected
- PR 7610 - PR: Update conda install command for spyder-kernels 1.x
- PR 7606 - PR: Fix bug in spyder3.appdata.xml
- PR 7605 - PR: Send reported issues to Spyder's main repo in DEV mode
- PR 7598 - PR: Update capitalization of Spyder name, and standardize description with everywhere else
- PR 7582 - PR: Update setup.py description, metadata, links, and more (7581)
- PR 7566 - PR: Improve selection of custom interpreter (7529)
- PR 7560 - PR: Migrate to CircleCI 2.0
- PR 7546 - PR: Do not automatically open Project Explorer when opening project if user closed it (6292)
- PR 7543 - PR: Fix misspelling in Japanese translation
- PR 7515 - PR: Catch errors when saving/getting the list of open files per project (7513)
- PR 7505 - PR: Add support for numeric literals with underscores highlighting in Python 3.6 (7324)
- PR 7502 - PR: Setting tab stop width by using the width of multiple spaces (7432)
- PR 7500 - PR: Handle input commands correctly in the internal console. (1329)
- PR 7497 - PR: Reinstall Matplotlib in Appveyor in case it had been removed
- PR 7495 - PR: Avoid raising an error when getting available translations (7489)
- PR 7478 - PR: Change way to check for updates (7452)
- PR 7471 - PR: Remove old shortcut for the Python console (7465)
- PR 7464 - PR: Fix tabulation spacing by setting tab spacing after the font (7432)
- PR 7463 - PR: Fix connection to external kernels (7082)
- PR 7462 - PR: Really hide reset namespace warning in IPython console (7404)
- PR 7453 - PR: Improve message about the lack of spyder-kernels in external interpreters
- PR 7418 - PR: Update the running Github clone procedure in the readme and contributing guide to include spyder-kernels (7337)
- PR 7409 - PR: Catch AttributeError when trying to get the active project path (7403)
- PR 7408 - PR: Remove conda recipe
- PR 7300 - PR: Do not save pdb commands in debugging history (7299)
In this release 31 pull requests were closed.
- Add a new error reporting dialog to simplify and automate the process of submitting reports to Github.
- Add an option to use a tight layout with inline plots. Activate it under
Preferences > IPython console > Graphics
. - Add an option to turn on/off Jedi completions. Activate it under
Preferences > IPython console > Advanced
.
- Change the button names of all its viewers from
Ok
andCancel
toSave and Close
andClose
, respectively, to better express what each one really does. - Fix several critical memory leaks.
- Remove support for PyQt 5.4 and older versions.
- Remove support for PyQt4.
- Remove support for Python 3.3.
- Move all code used to create kernels for our consoles to a new package
called
spyder-kernels
. It's required version for Spyder 3.3+ is any0.x.x
release (e.g0.2.3
). - Add the
keyring
package as a new dependency to safely save users Github passwords.
- Issue 7356 - Update translations for 3.3.0
- Issue 7312 - Spyder (Python 3.6) + Pandas 0.23 - Future Warning (PR 7335)
- Issue 7295 - HIstory browsing while debugging is broken (PR 7296)
- Issue 7293 - "Stop the current command" stops only the first run after "Run file" button is pressed more than one time (PR 7294)
- Issue 7259 - ImportError when trying to load third-party plugins (PR 7263)
- Issue 7190 - Add pythoncom and fastmat to the UMR blacklist (PR 7198)
- Issue 7161 - "SyntaxError: invalid syntax" when creating kernel manager (PR 7163)
- Issue 7158 - Validate serialized length of modified objects in the Variable Explorer (PR 7218)
- Issue 7157 - Ensure garbage collection is run in the main window when closing Variable Explorer editors (PR 7234)
- Issue 7156 - Change behavior of the Variable Explorer editors buttons (PR 7202)
- Issue 7149 - Don't save IPython history in safe mode (PR 7151)
- Issue 7148 - Error when getting Pygments lexers (PR 7150)
- Issue 7112 - Running ./bootstap.py --test should open an empty history.py (PR 7115)
- Issue 7101 - "Help > Report Issue" goes to a broken link if not logged into GitHub (PR 7230)
- Issue 7100 - typo in locale\fr (PR 7160)
- Issue 7080 - Spyder is slow to start due to big history file (PR 7132)
- Issue 7063 - RuntimeWarning when displaying min/max in the Variable Explorer (PR 7154)
- Issue 7059 - Can't use pythonw as interpreter when needed on Mac (PR 7170)
- Issue 7051 - ValueError: unknown locale when starting kernels (PR 7159)
- Issue 7041 - Multiple loading of pytorch module with script causes RuntimeError on IPython console. (PR 7168)
- Issue 6996 - Error when setting color scheme in the IPython console (PR 7164)
- Issue 6975 - AttributeError: Nonetype has no attribute "clear" when right clicking in the empty project explorer with no project open (PR 7165)
- Issue 6970 - Realtime code analysis stops working when non-ASCII characters are used in strings (PR 7254)
- Issue 6968 - Spyder crashes with segmentation fault on startup in Anaconda 4.5.0 (PR 7029)
- Issue 6962 - Add Astropy to default UMR blacklist for Python 2.7 due to resulting bug (PR 7168)
- Issue 6942 - Error when viewing bytes in the Variable Explorer (PR 7206)
- Issue 6901 - OSError: [Errno 28] No space left on device (PR 7210)
- Issue 6899 - Spyder opens new instances when double-clicking Python scripts (PR 7260)
- Issue 6889 - Remove support for PyQt4 (PR 6961)
- Issue 6887 - Include Matplotlib in Help > Dependencies (PR 7166)
- Issue 6886 - Spyder fails to start when trying to set language on Windows (PR 7159)
- Issue 6864 - UnicodeEncodeError when saving Help's history (PR 7246)
- Issue 6851 - Script executes in other console of its dedicated console is dedicated is on debugging (PR 7243)
- Issue 6834 - The tab switcher widget won't close if it loses focus (PR 6759)
- Issue 6812 - Find Russian symbols with a regexp gives an error (PR 7209)
- Issue 6771 - Cannot runfile if the name of the file contains a
'
character in Windows - Issue 6767 - TypeError: unsupported operand type(s) for -: 'float' and 'NoneType' (PR 6769)
- Issue 6746 - 'Execute in an external system terminal' doesn't work if there is spaces in the path where the python interpreter is installed in Windows (PR 6750)
- Issue 6743 - Changing file in editor with [Ctl]+[tab] uncompatible with tiling window manager (PR 6759)
- Issue 6619 - The figure layout is not respected when plotting inline in the IPython console (PR 6790)
- Issue 6617 - Use an authentication dialog to send reports to Github (PR 6707)
- Issue 6469 - Errors when selecting a kernel from a different Python installation (PR 7306)
- Issue 6351 - No such file or directory when trying to access %userprofile (PR 7287)
- Issue 6339 - Plotting with Mayavi is broken (PR 6919)
- Issue 6297 - Avoid showing autoreload warnings (PR 7306)
- Issue 6036 - Error trying to open renamed project (PR 7272)
- Issue 5986 - Move online documentation to Github Pages (PR 7007)
- Issue 5958 - Stop button not working after second run on dedicated consoles (PR 7245)
- Issue 5833 - UnicodeDecodeError thrown when viewing Dataframes with non-ascii index (PR 7242)
- Issue 5830 - Variable Explorer is leaking memory when editing variables (PR 7234)
- Issue 5201 - Adding, removing, or moving a breakpoint while debugging changes the focus (PR 7251)
In this release 51 issues were closed.
- PR 7392 - PR: Update Spanish translation for 3.3
- PR 7376 - PR: Update Brazilian Portuguese translation for 3.3
- PR 7370 - PR: French translation for 3.3
- PR 7367 - PR: Update Japanese translation for 3.3
- PR 7335 - PR: Handle deprecated Pandas methods in tests (7312)
- PR 7306 - PR: Move all kernel code to an external package called spyder-kernels (6469, 6297)
- PR 7296 - PR: Fix history browsing while debugging (7295)
- PR 7294 - PR: Don't allow multiple executions in the IPython console when one is taking place (7293)
- PR 7287 - PR: Improve detection of users' home directory (6351)
- PR 7279 - PR: Fix crash while running our tests on CircleCI
- PR 7278 - PR: Fix links to Travis CI and Google Group
- PR 7272 - PR: Add validation when renaming the active project outside Spyder (6036)
- PR 7263 - PR: Catch any error when trying to load third-party plugins (7259)
- PR 7260 - PR: Add spyder-script.py as a valid name to be detected by lockfile (6899)
- PR 7254 - PR: Prevent realtime code analysis failures due to encoding errors (6970)
- PR 7251 - PR: Stop editor from jumping around when adding/removing lines with breakpoints while debugging (5201)
- PR 7248 - PR: Save credentials in the Github login dialog
- PR 7246 - PR: Catch possible errors when writing Help's history to disk (6864)
- PR 7245 - PR: Avoid disabling consoles stop button when an execution is taking place (5958)
- PR 7243 - PR: Show message in our consoles when trying to run a file while on debugging (6851)
- PR 7242 - PR: Fix error when viewing dataframe with a non-ascii index (5833)
- PR 7237 - PR: Improve pythonw detection
- PR 7234 - PR: Call garbage collector from Main Window after closing Variable Explorer editors (7157, 5830)
- PR 7232 - PR: Run tests in macOS
- PR 7230 - PR: Use the error dialog to report issues too (7101)
- PR 7218 - PR: Limit length of serialized values in Variable Explorer when applying modifications (7158)
- PR 7210 - PR: Catch EnvironmentError in all places we write to disk (6901)
- PR 7209 - PR: Fix error when using unicode to search text with regular expressions in the Editor (6812)
- PR 7206 - PR: Add bytes or unicode ellipses in value_to_display (6942)
- PR 7202 - PR: Change behavior of Variable Explorer editor buttons (7156)
- PR 7198 - PR: Add fastmat and pythoncom to UMR blacklist. (7190)
- PR 7189 - PR: Add env var to prevent showing useless warning in macOS
- PR 7170 - PR: Change validation to allow pythonw executables as valid interpreters (7059)
- PR 7169 - PR: Remove internal copy of our docs
- PR 7168 - PR: Add astropy and pythorch to UMR blacklist by default. (7041, 6962)
- PR 7166 - PR: Add Matplotlib as optional dependency for the IPython Console. (6887)
- PR 7165 - PR: Handle not initialized menu in DirView. (6975)
- PR 7164 - PR: Handle AttributeError when setting color scheme in the IPython Console. (6996)
- PR 7163 - PR: Show errors generated when creating QtKernelManager inside the IPython console (7161)
- PR 7160 - PR: Fix typo in 'Save File' french translation. (7100)
- PR 7159 - PR: Fix a couple of problems when setting and detecting the system locale (7051, 6886)
- PR 7154 - PR: Filter a Numpy 1.14 warning shown in our consoles (7063)
- PR 7151 - PR: Avoid loading/saving IPython console history in safe mode or testing (7149)
- PR 7150 - PR: Catch any exception when trying to get Pygments lexers (7148)
- PR 7132 - PR: Limit the number of lines in history according to the relevant setting (7080)
- PR 7115 - PR: Add --safe-mode option to start with a clean config directory (7112)
- PR 7079 - PR: Add Twitter and Facebook links to Readme, for SEO/visibility
- PR 7075 - PR: Remove Jedi pinnings in our CIs
- PR 7029 - PR: Load libGL using low-level function without requiring pyopengl (6968)
- PR 7007 - PR: Update links to docs when they are ready (5986)
- PR 6986 - PR: Adapt sphinxify for changes in Sphinx 1.8
- PR 6977 - PR: Skip tests numpy_returns and matplotlib_figure_returns for now on jedi >=0.12 and pin CIs to 0.11.1
- PR 6973 - PR: Update minimum Python version in setup.py to 3.4
- PR 6963 - PR: Add a few extra badges, fix troubleshooting link in readme and update banner
- PR 6961 - PR: Remove support for PyQt4 (6889)
- PR 6937 - PR: Check "use a tight layout for inline plots" by default in the preferences
- PR 6925 - PR: Update contributing doc with better organization, standard links and minor fixes
- PR 6921 - PR: Fix often failing elapsed time test with fuzzier check and more reps
- PR 6920 - PR: Fix tests after update to PyQt 5.9
- PR 6919 - PR: Fix Mayavi plotting in our consoles (6339)
- PR 6909 - PR: Update readme screenshot, streamline organization, add banner and update/cleanup content
- PR 6890 - PR: Bump next version to be 3.3.0
- PR 6870 - PR: Add checklists for Github issue report and pull requests
- PR 6845 - PR: Remove old code present in our kernel
- PR 6832 - PR: Add option to use Jedi in the IPython console + warning on greedy completer
- PR 6826 - PR: Add instance pattern "cls" for class methods
- PR 6790 - PR: Add an option to control bbox_inches option when plotting inline (6619)
- PR 6772 - PR: Fix a bug when running a file with a single quote character in its name
- PR 6769 - PR: Initialize start time to a time and not None (6767)
- PR 6763 - PR: Add 3.2.8 version header to the changelog
- PR 6759 - PR: Change Editor's tab switcher from Qt.SubWindow to Qt.Popup for tiling window managers (6834, 6743)
- PR 6750 - PR: Enclose python exe path in double quotes (6746)
- PR 6707 - PR: Add authentication dialog to submit issues to Github (6617)
In this release 73 pull requests were closed.
- Add
Ctrl+Shift+Enter
shortcut to introduce new lines at any point.
- Always run Cython files in a dedicated console.
- Issue 6729 - ValueError trying to open pandas.DateOffset objects in Variable Explorer (PR 6731)
- Issue 6728 - AttributeError when attempting to edit non-writeable or non-settable attributes of certain (e.g. many common Pandas) objects in CollectionsEditor (PR 6731)
- Issue 6727 - TypeError and Python hard crash to desktop after modifying _typ attribute of pandas Period in CollectionsEditor (PR 6731)
- Issue 6689 - Saving session data (spydata) deletes all arrays nested inside other data structures (PR 6692)
- Issue 6682 - System time change causes Spyder error (PR 6699)
- Issue 6673 - AttributeError: 'NoneType' object has no attribute 'apply_plugin_settings' when attempting to activate Automatic Connections for Help
- Issue 6664 - Typo in introspection.utils.get_words
- Issue 6570 - Sphinx html_use_smartypants is deprecated as of 1.6 and removed in 1.7 (PR 6575)
- Issue 6524 - Spyder always open a new instance after updating to 3.2.7 version (PR 6712)
- Issue 6520 - Strange behavior for Spyder code annotations (PR 6681)
- Issue 6519 - AttributeError: 'NoneType' object has no attribute 'apply_plugin_settings' (PR 6587)
- Issue 6518 - AttributeError: 'NoneType' object has no attribute 'load_module' (PR 6597)
- Issue 6451 - Setting a path containing a single quote (PR 6543)
- Issue 6445 - ValueError when closing a file whose folder changed name in File Explorer (PR 6569)
- Issue 6284 - When browsing MultiIndex in Object Explorer, Pandas raises NotImplementedError: isna is not defined for MultiIndex (PR 6710)
- Issue 5717 - FileNotFoundError generated for template.py (PR 6598)
- Issue 5696 - Variable Explorer windows don't close when Spyder exits; prevents it from reopening until manually closed (PR 6703)
- Issue 5680 - Bug: Find and Replace indicate "no matches" when "[", "(", or ")" included in the search string (PR 6526)
- Issue 5642 - AttributeError when attempting to view dom.minidom.Element object in Variable Explorer (PR 6731)
- Issue 5466 - How do I move to a new line while I'm in the middle of the current line? (PR 6423)
- Issue 5299 - pyximport.install() in sitecustomize.py is not a good idea (PR 6607)
- Issue 4231 - delete (context="editor", name="delete") keyboard shortcut doesn't work (PR 6530)
- Issue 919 - Saving large workspace on network drive crashes Spyder on Windows (PR 6692)
In this release 23 issues were closed.
- PR 6736 - PR: Error report stopgap to make instructions harder to miss
- PR 6731 - PR: Fix various bugs in Variable Explorer, including an application crash to desktop (6729, 6728, 6727, 5642)
- PR 6715 - PR: Replace deprecated function in inline CollectionsEditor tests and add recently supported data types
- PR 6714 - PR: Make several GUI/qtbot tests more reliable by increasing timeouts and tweaking the methods used
- PR 6713 - PR: Add .pytest_cache to gitignore
- PR 6712 - PR: Fix new instance validation on Windows. (6524)
- PR 6710 - PR: Fix NotImplementedError when browsing a MultiIndex in the Collection Editor (6284)
- PR 6703 - PR: Set parent for Variable Explorer editors so Spyder closes properly (5696)
- PR 6699 - PR: Change time elapsed calculation to prevent OSError (6682)
- PR 6692 - PR: Fix bugs in session saving to spydata and improve tests (919, 6689)
- PR 6681 - PR: Allow TODO check marks with blank line (6520)
- PR 6667 - PR: Fix typo in utils.introspection.get_words
- PR 6626 - PR: Pin to a Tornado version less than 5.0 to avoid hangs in our tests
- PR 6607 - PR: Run Cython files in a dedicated console (5299)
- PR 6602 - PR: Avoid showing dialogs in IPython console tests to avoid segfaults
- PR 6598 - PR: Be able to open files in the Editor if no template is found (5717)
- PR 6597 - PR: Add handling for AttributteError when importing module from path (6518)
- PR 6587 - PR: Remove ipyconsole and editor attrs from the Help plugin (6519)
- PR 6575 - PR: Update deprecated Sphinx directive html_use_smartypants (6570)
- PR 6569 - PR: Allow rename from Explorer to work for directories (6445)
- PR 6543 - PR: Fix error when setting a path with a single quote (6451)
- PR 6540 - PR: Delay check whether we are running under pytest until run time
- PR 6530 - PR: Allow shortcut key for editor/delete to work like Del key (4231)
- PR 6528 - PR: Restore the previous wording for package versions in error report
- PR 6527 - PR: Skip some IPython console tests in PyQt4 because they are segfaulting too much
- PR 6526 - PR: Find/replace - return match counts on unescaped characters (5680)
- PR 6423 - PR: Add Ctrl+Shift+Enter to enter a new line in the Editor (5466)
In this release 27 pull requests were closed.
- Improve the interface to report errors to Github.
- Enable the display of many more Numpy array types.
- Copy text from the search field to the replace one
after pressing
Tab
.
- Make
%edit foo.py
openfoo.py
in the Editor on Windows.
- Remove items from the
Search in
list when hovering over them and pressingDel
. - Add a
Clear this list
option belowSelect other directory
.
- Demand PyQt less than 5.10 for our wheels.
- Issue 6484 - Update translations for 3.2.7 (PR 6491)
- Issue 6447 - test_completions_custom_path fails with jedi 0.9.0 (Spyder 3) (PR 6473)
- Issue 6431 - FileNotFoundError history.py when running code in the IPython console (PR 6434)
- Issue 6393 - Mouse cursor issue with PyQt 5.10 (PR 6478)
- Issue 6361 - Add the the Collapse All and Expand All buttons to the toolbar of the Outline Explorer (PR 6360)
- Issue 6319 - PermissionError when Spyder is started (PR 6383)
- Issue 6317 - Selecting "tutorial" from help menu does not bring up Help pane automatically if not loaded, leading to user confusion (PR 6345)
- Issue 6314 - IndexError when getting help of an object (PR 6331)
- Issue 6308 - AttributeError when running code in the IPython console (PR 6330)
- Issue 6299 - RuntimeError when interrupting kernel (PR 6303)
- Issue 6295 - pdb history doesn't collapse similar text (PR 6301)
- Issue 6267 - IOError when trying to write to stderr file (PR 6305)
- Issue 6254 - Convert re expressions to use raw strings (PR 6263)
- Issue 6245 - Errors pop up when change the key shortcuts in python 2.7 (PR 6251)
- Issue 6240 - %edit magic command does not work on Windows (PR 6244)
- Issue 6235 - Color scheme changes after kernel restart (PR 6256)
- Issue 6220 - Spyder Profiler Hangs/Freezes (PR 6238)
- Issue 6202 - Bug with saved window layouts (PR 6293)
- Issue 6188 - Icon should be moved from share/pixmaps to share/icons (PR 6408)
- Issue 6187 - UnicodeEncodeError when searching text in the Editor (PR 6189)
- Issue 6177 - Uncaught error when opening a pandas DataFrame with out of bounds timestamps (PR 6237)
- Issue 6064 - Several tests fail locally under user environment with customized keyboard shortcuts due to relying on hardcoded keybindings (PR 6262)
- Issue 5813 - TypeError: tabText(self, int) when moving plugin tabs (PR 6333)
- Issue 5799 - UnicodeEncodeError when using a project with non-ascii characters on it (PR 6435)
- Issue 5601 - UnicodeDecodeError when moving a file with Project Explorer (PR 6413)
- Issue 5316 - Add missing Keywords metadata in desktop file (PR 6409)
- Issue 5306 - Paths in the "Search in" combobox of the "Find in File" plugin becomes corrupted (PR 6095)
- Issue 5247 - Improve interface to report errors (PR 5346)
- Issue 4958 - IPython console failing when custom interpreter is removed (PR 6354)
- Issue 4482 - Use Tab key to copy text to "Replace with:" field (PR 6180)
In this release 30 issues were closed.
- PR 6510 - PR: Update Spanish translation
- PR 6491 - PR: French translation for 3.2.7 (6484)
- PR 6487 - PR: Update Japanese translation for 3.2.7
- PR 6486 - PR: Update Brazilian Portuguese translation
- PR 6485 - PR: Update Russian translation
- PR 6478 - PR: Demand PyQt5 less than 5.10 in our wheels (6393)
- PR 6473 - PR: Skip test_completions_custom_path if jedi version before 0.10.0 (6447)
- PR 6468 - PR: Update broken matplotlib project URL in install doc
- PR 6435 - PR: Make projects work on unicode directories (5799)
- PR 6434 - PR: Handle errors when writing history to disk in the IPython Console (6431)
- PR 6433 - PR: Fix all test files to be run independently
- PR 6432 - PR: Xfail test_auto_backend for certain versions of zmq and ipykernel
- PR 6413 - PR: Add test for file directory change in the Project Explorer. (5601)
- PR 6409 - PR: Add keywords to desktop files (5316)
- PR 6408 - PR: Change share/pixmaps to share/icons in setup.py (6188)
- PR 6383 - PR: Add error handling for the lockfile symlink on Windows (6319)
- PR 6360 - PR: Harmonized the toolbar of the Outline Explorer with its context menu. (6361)
- PR 6354 - PR: Add validation for custom interpreter option (4958)
- PR 6345 - PR: Show Help if closed when opening tutorial to avoid user confusion (6317)
- PR 6333 - PR: Fix and catch typeerror thrown when from_index is None while moving plugin tab (5813)
- PR 6331 - PR: Catch any error in the isdefined method of dochelpers (6314)
- PR 6330 - PR: Handle AttributeError when running code in the IPython Console. (6308)
- PR 6305 - PR: Catch any error when creating stderr files in the IPython console (6267)
- PR 6303 - PR: Catch RuntimeError when no kernel is running (6299)
- PR 6302 - PR: Skip test_tab_copies_find_to_replace on Linux because it fails
- PR 6301 - PR: Don't add repeated entries to history while on pdb (6295)
- PR 6298 - PR: Skip test_calltip on Python 3 and PyQt < 5.9 because it's failing there
- PR 6293 - PR: Custom layouts not working when hexstate is None (6202)
- PR 6289 - PR: Pin pyqt5 to 5.9.2 on tests because 5.10 is giving segfaults during the collection phase
- PR 6286 - PR: Install and run window manager in Travis to fix focus issues and unskip now-passing tests
- PR 6283 - PR: Update Brazilian Portuguese translation
- PR 6263 - PR: Change to re strings for Deprecation Warning (6254)
- PR 6262 - PR: Use a temporary config directory to run our tests (6064)
- PR 6256 - PR: Preserve color scheme on kernel restart (6235)
- PR 6251 - PR: Update super() call to use Python 2 style call (6245)
- PR 6244 - PR: Fix %edit magic on Windows (6240)
- PR 6238 - PR: Fix Profiler error when run is stopped (6220)
- PR 6237 - PR: Catch OutOfBoundsDatetime errors from pandas (6177)
- PR 6207 - PR: Use a checkbox in error dialog to dismiss it instead of a button
- PR 6206 - PR: Fix some completion errors in the Editor and show again no docs message in Help
- PR 6189 - PR: Fix error when searching text in the Editor in translated interfaces (6187)
- PR 6180 - PR: Find/replace - Copy search text to replace textbox on tabbing between them (4482)
- PR 6154 - PR: Add troubleshooting blurb and OS version to issue template and enhance UI
- PR 6137 - PR: Add Troubleshooting links and blurb to various appropriate places in Spyder and doc
- PR 6129 - PR: Enable the display of many more numpy array types in the Variable Explorer
- PR 6095 - PR: Fix 3 bugs and add 4 improvements to Find in Files (5306)
- PR 6084 - PR: Major overhaul of Readme, contributing and install docs
- PR 6017 - PR: Differenciate between ), }, and ] when closing brackets
- PR 5346 - PR: Change error report dialog to enter issue description before submitting it (5247)
In this release 49 pull requests were closed.
- Make
Shift+Del
to cut text if users have some text selected. - Make
Shift+Ins
to paste text. - Make
Ctrl+PgUp
,Ctrl+PgDn
andCtrl+Tab
shortcuts configurable.
- Display date/times in human readable format.
- Disable editing for immutable types (e.g. tuples).
- Fix installation of wheels with
pip
.
Issues
- Issue 6169 - Error on Maximize Current Pane
- Issue 6163 - AttributeError when resetting console namespace
- Issue 6152 - Not able to change layouts after resetting
- Issue 6115 - DataFrame Editor raises TypeError when editing any complex type
- Issue 6114 - Fix errors when entering a value for a cell larger than the max int in Array and Dataframe editors
- Issue 6098 - Consoles get renamed when moved in the IPython console
- Issue 6091 - 3.2.5 fails to activate Matplotlib Qt5 backend
- Issue 6080 - Variable Explorer throws an error instead of displaying contents when attempting to inspect any loaded modules
- Issue 6076 - Spyder not starting in macOS because pyopengl is present
- Issue 6075 - Update to 3.2.5 with pip fails for Python 2.7 as it pulls pyqt5
- Issue 6060 - Spyder crashes upon typing
net(
in editor - Issue 6032 - When comparing a generated and loaded profile, any negative deltas show (actual_value - ?) 1h:60min, not actual value
- Issue 6003 - Improve how we detect that Spyder is running under Anaconda
- Issue 5973 - Shift+del should delete line only when empty selection, otherwise clipboard cut
- Issue 5953 - Tuples can be "edited" in Variable Explorer but changes are discarded
- Issue 5636 - "ValueError: malformed node or string" when evaluating code that contains Path elements
- Issue 5477 - Window layout setting error
- Issue 5426 - Segmentation fault when trying to change keyboard shortcuts in Preferences
- Issue 5384 - File switcher error
- Issue 5080 - ValueError: not enough values to unpack in the File Explorer
- Issue 4842 - Add ability to change Ctrl+PgUp and PgDn shortcuts
- Issue 4111 - Keyboard shortcut hint is missing from menu item Search/Find in files
- Issue 3674 - Tab in-between find and replace text boxes
In this release 23 issues were closed
Pull requests
- PR 6173 - PR: Fix error when trying to maximize plugins that don't have a dock widget
- PR 6170 - PR: Catch error when resetting console namespace and no kernel_client is available
- PR 6158 - PR: Skip some tests because they are failing locally or segfaulting
- PR 6153 - PR: Cannot change windows layout on first start after reset
- PR 6141 - PR: Add shortcut to Find in Files in Search menu
- PR 6138 - PR: Mark introspection test slow and re-enable it on certain CIs
- PR 6135 - PR: Add test to verify that the Automatic backend is working correctly
- PR 6134 - PR: Run slow tests only in our CIs
- PR 6132 - PR: Fix TypeError editing any complex val in DataFrameEditor, and bug resulting in bool_s being treated as uneditable
- PR 6125 - PR: Prevent an error in the FileSwitcher when all tabs are closed in the last focused widget.
- PR 6123 - PR: Allow tab cycling shortcuts to be configurable in Editor
- PR 6121 - PR: Patch ipykernel to avoid errors when setting the Qt5 Matplotlib backend
- PR 6118 - PR: Fix crash and error dialog when triggering OverflowError (too large int) when editing arrays and dataframes
- PR 6108 - PR: Fix renames when moving IPython console tabs
- PR 6106 - PR: Fix negative deltas on profiler
- PR 6104 - PR: Avoid a calltip crash when docstring is None
- PR 6100 - PR: Fix mime type error detection in the File Explorer
- PR 6099 - PR: Remove unnecessary flaky from introspection test, minor cleanup
- PR 6094 - PR: Make Tab key properly switch between find and replace fields
- PR 6092 - PR: Fix segfault on shortcut preferences when using mouse
- PR 6090 - PR: Improve how we detect if we are running under Anaconda
- PR 6089 - PR: Avoid errors when importing pyopengl at startup
- PR 6088 - PR: Make pyqt5 a wheel dependency only for Python 3
- PR 6081 - PR: Fix error when attempting to view module contents in CollectionsEditor
- PR 6062 - PR: Add expected default behavior for Shift+Del and Shift+Ins
- PR 6057 - PR: Add coverage files and Notepad++ backups to gitignore
- PR 6044 - PR: Skip several failing tests on Windows and one on a specific CI build
- PR 6042 - PR: Add test coverage reporting with AppVeyor to Codecov
- PR 6000 - PR: Display date/times in human readable format in Variable Explorer
- PR 5992 - PR: Make bullets/numbers/headings more consistent and add Anaconda for Linux in install doc
- PR 5991 - PR: Properly disable editing in Variable Explorer for values in immutable collections (e.g. tuples)
- PR 5746 - PR: Manage types that extend str in value_to_display
In this release 32 pull requests were merged
- Improve kernel startup time.
- Add option to show kernel elapsed time.
- Add button and option to remove all user-defined variables.
- Load
%autoreload
magic at kernel startup to make changes to modules take effect instantly in the console. - Use
cloudpickle
to serialize/deserialize data between kernels and Spyder.
- Add support for
datetime.timedelta
objects.
- Add
pyqt5
as a new wheel dependency. - Add a new
--hide-console
option and deprecate--show-console
on Windows.
Issues
- Issue 5988 - Update translations for 3.2.5
- Issue 5978 - Remove 'DMG Installers' option from documentation
- Issue 5944 - UserWarning: Config option use_jedi not recognized by IPCompleter
- Issue 5885 - Error when choosing rename option after editing tuple value from Variable explorer.
- Issue 5877 - Code from one file not updating when called from another if run directly in the console
- Issue 5791 - "Real-time code style analysis" checkbox in Prefs > Editor > Introspection checks for pep8, not pycodestyle
- Issue 5776 - Return value of EditorStack.has_filename not checked properly
- Issue 5759 - IPython console missing features with respect to the old Python console
- Issue 5755 - AttributeError is thrown when trying to get help of an object
- Issue 5750 - Improve working directory dropdown box
- Issue 5748 - TypeError: disconnect() failed between 'sig_prompt_ready' and all its connections
- Issue 5728 - Missing python doc in help menu
- Issue 5718 - Problems with backend "TkAgg" on Linux
- Issue 5707 - NameError when running isdefined
- Issue 5703 - Save after moving editor tabs with split panes changes wrong files
- Issue 5661 - Symbol finder gives error message
- Issue 5640 - Cannot run static code analysis on Spyder 3.2.4
- Issue 5628 - Error when trying to explore empty numpy array
- Issue 5591 - Variable explorer broken because of DeprecationWarning in ipykernel
- Issue 5588 - Close parenthesis when unmatched
- Issue 5587 - Crash on profiler because of lack of profiler.results
- Issue 5578 - Can't open preferences anymore as I get an error message
- Issue 5568 - Runtime Error raised while closing IPython Console instance
- Issue 5559 - AttributeError: 'InternalShell' object has no attribute 'is_running'
- Issue 5557 - Keyboard shortcuts reset button cannot be canceled/undone and too easy to trigger
- Issue 5552 - Explicitly stated default Russian encoding on Windows not recognized
- Issue 5541 - Automatic graphics backend throws an error
- Issue 5535 - Can't enable debug mode
- Issue 5514 - Spyder crashes after typing plt.plot( at the ipython console
- Issue 5495 - Change --show-console for --hide-console
- Issue 5494 - "Replace Selection" Erroneously Removing/Interpreting Escape Sequences
- Issue 5475 - 'Show in external file explorer' on editor menu more than once for split panels
- Issue 5402 - ValueError: invalid literal for int() with base 10: b''
- Issue 5386 - Error when replacing "" by "\"
- Issue 5373 - Add Clear button to (find) entry boxes
- Issue 5360 - Don't set current working directory for external kernels
- Issue 5218 - Error when drag and drop file from zip
- Issue 5057 - Fast file switch and fast symbol search do not work properly if the editor is splitted
- Issue 5036 - Exploring variables in debugging mode is giving focus to the Editor
- Issue 4186 - Spyder always opens a new instance
- Issue 3612 - Variable explorer should list datetime.timedelta variables
- Issue 3242 - Spyder is not installing the PyQt5 wheel when using pip
- Issue 2883 - Outline explorer doesn't work with second Editor window
- Issue 2179 - Breakpoint doesn't appear in gui (red circle) but is listed in Debug > Breakpoints > List breakpoints
- Issue 1492 - There should be a way to donate money to support the project
In this release 45 issues were closed
Pull requests
- PR 6005 - PR: Update Japanese translation for 3.2.5
- PR 6002 - PR: Update French translation for 3.2.5
- PR 5997 - PR: Update Spanish translations for 3.2.5
- PR 5995 - PR: Update Russian translation for 3.2.5
- PR 5987 - PR: Load %autoreload magic at kernel startup
- PR 5979 - PR: Remove/update outdated refs to Mac OS X, Mac DMG installers and Continuum.io
- PR 5952 - PR: Skip a test that started to fail on Windows and Python 2
- PR 5950 - PR: Disable renames for list, set and tuple in the Variable Explorer
- PR 5902 - PR: Make tabs drag behavior in the IPython console to be the same as the Editor one
- PR 5878 - PR: Several improvements to the IPython console
- PR 5865 - PR: Fix missing documentation links
- PR 5862 - PR: Add PyQt5 as a new wheel dependency
- PR 5792 - PR: Change pep8 check_executable for pycodestyle.
- PR 5784 - PR: Change for file save on split editor when tabs are moved
- PR 5780 - PR: Disable smartpants quotes in Sphinx to prevent crash with MathJax
- PR 5778 - PR: Catch AttributeError while using the Help plugin
- PR 5777 - PR: Adjust calls to use has_filenames return value of None
- PR 5766 - PR: Simplify how pyopengl is declared in setup.py
- PR 5762 - PR: Add a tooltip showing the full path of highlighted item in the working directory dropdown box
- PR 5758 - PR: Improve how Matplotlib backend is set in the IPython console
- PR 5752 - PR: Catch TypeError while executing code instructions in the IPython console
- PR 5742 - PR: Prevent Editor dockwidget to become visible when clicking on the outline explorer if the Editor is in a separate window
- PR 5731 - PR: Skip test_load_kernel_file in PyQt4 because it segfaults too much
- PR 5714 - PR: Catch NameError in isdefined
- PR 5694 - PR: Add validation for mimedata2url in Editor's dragEnterEvent
- PR 5688 - PR: Ignore warning generated by ipykernel.datapub
- PR 5674 - PR: Skip test_issue_4066 in our CIs with PyQt >= 5.9
- PR 5666 - PR: Set focus for filter line when doing symbol search
- PR 5662 - PR: Handle 3d empty numpy arrays
- PR 5646 - PR: Change position of data loading to prevent not calling validation in the Pylint plugin
- PR 5635 - PR: Change default behavior of --show-console option
- PR 5634 - PR: Catch not found file error when loading profiler results.
- PR 5632 - PR: Skip some dataframe tests on Linux
- PR 5624 - PR: Add validation for attribute 'is_running' in the Help plugin
- PR 5619 - PR: Support datetime.timedelta in variable explorer
- PR 5618 - PR: Catch search regexp error while doing replace/find
- PR 5614 - PR: Better feedback for regexp errors in find/replace
- PR 5604 - PR: Do not overwrite unmatched braces
- PR 5585 - PR: Fix ValueError when switching Python interpreters
- PR 5584 - PR: Fix typo in Solarized color schemes.
- PR 5577 - PR: Add confirmation message to reset shortcuts.
- PR 5576 - PR: Add handling for RuntimeError while closing an IPython console instance.
- PR 5575 - PR: Fix syncing of line number and plugin list for breakpoints and add unit tests.
- PR 5560 - PR: Make clear line shortcut configurable in the IPython console
- PR 5555 - PR: Don't unescape control characteres in replace in selection
- PR 5553 - PR: Add cp1251 (default Russian) encoding on Windows to be recognized by the Editor
- PR 5538 - PR: Reduce row height in dependencies dialog
- PR 5537 - PR: Add clear button to find comboboxes
- PR 5536 - PR: Fix bootstrap.py --debug
- PR 5528 - PR: Add validation to not publish pdb_state after getting values of variables
- PR 5476 - PR: Fix EditorSplitter menu_actions and add test.
- PR 5472 - PR: Don't rely on process name when detecting a previous instance
- PR 5341 - PR: Trade ipykernel.serialize for cloudpickle and remove use of publish_data
- PR 5221 - PR: Make the fileswitcher aware of split editorstacks
In this release 54 pull requests were merged
- Add compatibility with Jedi 0.11
- Display lists with all types of elements in the Variable Explorer.
Issues
- Issue 5416 - Cannot get past splash screen
- Issue 5361 - Sorting by column in variable explorer
- Issue 5330 - Error in variable explorer for dicts with mixed-type keys
- Issue 5324 - Spyder crashes because of race condition in ZMQ
- Issue 5317 - Error when opening a new project
- Issue 5313 - Not all lists are supported by the variable explorer
- Issue 5305 - Error when pressing Ctrl+C in the terminal where Spyder was started
- Issue 5296 - Increase kernel_client.hb_channel.time_to_dead even more
- Issue 5294 - Variable Explorer: sort by values not working
- Issue 5289 - Checking/Unchecking path in the pathmanager is not working as expected in the IPython console
- Issue 5280 - Enter in IPython console inserts new line when big Dataframes are in namespace
- Issue 5271 - Problem when closing files with split editors whose tabs order are not synced.
- Issue 5254 - Variable explorer crash when viewing numpy structured array
- Issue 5253 - Profiler incorrectly detects recursion
- Issue 5232 - Variable explorer raise error when try to sort dict by values
- Issue 5226 - error when closing a file
- Issue 5225 - Error when trying to sort dataframe with duplicate columns
- Issue 5213 - Error when Selecting Fig from Variable Explorer
- Issue 5202 - In ipdb, the up and down keys have a strange behaviour
- Issue 5200 - pdb.pm() raises an Error
- Issue 5183 - Issues with recognizing directory renaming
- Issue 5099 - Closing last open file while being in non-existing working dir raises exception
- Issue 5053 - AttributeError: 'NoneType' object has no attribute 'execute'
- Issue 5003 - Error when trying to edit elements of a float numpy array in variable explorer
- Issue 4856 - Some issues with dedicated consoles
- Issue 4156 - "Save as" dialog extremely slow
In this release 26 issues were closed
Pull requests
- PR 5467 - PR: Add an error message when sorting a dataframe on categorical dtypes
- PR 5457 - PR: Make consoles to start without an stderr file
- PR 5450 - PR: Update minimal QtPy required version
- PR 5445 - PR: Skip a Matplotlib test in PyQt4 because it's failing too much
- PR 5392 - PR: Backport PR 5159
- PR 5389 - PR: Fix crashing of the fileswitcher after closing the last file of the Editor.
- PR 5388 - PR: Change spyderproject for spyproject in some missing places.
- PR 5358 - PR: Add an error message when failing to serialize an object
- PR 5357 - PR: Skip some tests to prevent recurrent failures and segfaults
- PR 5356 - PR: Prevent a race condition with ZMQ during startup
- PR 5342 - PR: Fix history browsing while debugging
- PR 5340 - PR: Add handling for OSError's when changing directories.
- PR 5337 - PR: Display all lists in the variable explorer
- PR 5336 - PR: Add a safe getcwd function to handle errors when the current working was deleted
- PR 5327 - PR: Show error when trying to sort dataframe with duplicate columns
- PR 5320 - PR: Fix editing floats in array editor
- PR 5311 - PR: Sync correctly the closing of files in multiple editorstacks.
- PR 5301 - PR: Wait until console is ready before executing code for dedicated consoles
- PR 5298 - PR: Fix some execution delays in the IPython console
- PR 5297 - PR: A couple of fixes for Jedi 0.11
- PR 5295 - PR: Enable sorting by values in Variable Explorer
- PR 5290 - PR: Prevent unchecked paths in the pathmanager to be added to the IPython console sys.path
- PR 5272 - PR: Fix recursion error in profiler
- PR 5259 - PR: Prevent hard crash when inspecting certain structured arrays
- PR 5246 - PR: Don't show errors when kernel_client is None
- PR 5245 - PR: Fix some issues with the Editor Save dialog
- PR 5244 - PR: Apply window style only if it's not None
- PR 5234 - PR: Handle error when using deepcopy in the collections editor.
- PR 5229 - PR: Editor historystack improvements
- PR 5204 - PR: Fix calling pdb.pm() in a console
In this release 30 pull requests were merged
- Add a button to the Variable Explorer to remove all variables at once.
Issues
- Issue 5167 - AttributeError when using outline and split code
- Issue 5165 - 'Execute in external system terminal' unwantedly uses python2 on ubuntu16.04
- Issue 5158 - AttributeError: 'super' object has no attribute '_handle_error' in IPython console
- Issue 5157 - Renaming file containing folders yields IndexError.
- Issue 5144 - pip created executable name changes between versions
- Issue 5114 - KeyboardInterrupt error in waitingspinner
- Issue 4680 - Debug: "Run Current Line" past the end of a script doesn't exit the debugger
- Issue 4313 - "unblockcomment" incompatible with "automatically remove trailing spaces"
- Issue 3390 - RuntimeError when using outline and split code editor
- Issue 313 - Variable Explorer: Add a button to remove all variables at once
In this release 10 issues were closed
Pull requests
- PR 5181 - PR: Use get_python_executable to run in external terminals
- PR 5166 - PR: Fix RuntimeError and AttributeError when using outline and split code editor
- PR 5164 - PR: Stop creating universal wheels
- PR 5163 - PR: Add handling for IndexError in the Editor when renaming folder containing file
- PR 5162 - PR: Don't use super in _handle_error method of IPython console
- PR 5129 - PR: Avoid KeyboardInterrupt to raise an error in waitingspinner
- PR 5089 - PR: Exit the debugger if we are about to enter to sitecustomize.py
- PR 5017 - PR: Fix unblock comments
- PR 4885 - PR: Add a button in the Variable Explorer toolbar to reset namespace
In this release 9 pull requests were merged
- Add a button to Find in Files to make searches case sensitive.
- Extend Find in Files to select other search directories.
- Add an option to set cursor blinking speed in miliseconds in
Preferences > General > Interface > Cursor blinking
. - Add checkboxes to PYTHONPATH manager to enable/disable paths.
- Show the number of matches in the Find/Replace widget.
Issues
- Issue 5111 - Unable to save file in Python
- Issue 5074 - Editor - Cannot close a (vertical) split after open
- Issue 5040 - Word operators do not have a color style in the IPython console
- Issue 5026 - Increase the limit of DPI setting for IPython inline graphics
- Issue 5019 - IPython consoles can't start if Spyder temp directory is missing
- Issue 5014 - BUG: Error editing element of numpy array in variable explorer
- Issue 4989 - Spyder Issue when using ctrl+P : goto line
- Issue 4981 - Unable to start Array builder using keyboard shortcut
- Issue 4970 - Console slow to close when debugging
- Issue 4953 - Consistent layout in different panes
- Issue 4934 - "Replace selection" adds "." anytime the string to be added contains "."
- Issue 4921 - IPython: Run Code at Startup - Magics
- Issue 4881 - Force-stop does not work on hanged progress.
- Issue 4879 - Run Configuration per file: Working Directory not remembered
- Issue 4851 - Error when trying to load third-party plugins
- Issue 4844 - Pressing Ctrl+Tab wanting to switch to another tab raises an IndexError
- Issue 4839 - Make Spyder remember tab order
- Issue 4836 - Kernels fail to start because they can't create stderr files in non-ascii accounts on Windows
- Issue 4829 - SPYDER_DEBUG=3 is failing on Windows
- Issue 4819 - Find in Files should have ignore case flag
- Issue 4814 - Extend Find in Files to select other directories
- Issue 4684 - Array editor: Change default float formatter from %.3f to %.6g
- Issue 4681 - Debug: If a breakpoint is on the first line of a script the whole script runs
- Issue 4504 - Exceptions swallow the prompt!
- Issue 4444 - Add icon to mac dock when running with bootstrap
- Issue 4410 - Editor autocompletion and help extraction not working in Spyder 3.1.4
- Issue 4277 - Option to Disable Blinking Cursor
- Issue 4221 - Spyder stops executing commands if Variable explorer shows complicated objects
- Issue 4001 - Ctrl+F should show the number of appearances in the file as #current/#total
- Issue 3529 - Spyder 3 opens a command prompt window when running certain commands
- Issue 1105 - Add the possibility to disable entries in the PYTHONPATH manager
In this release 31 issues were closed
Pull requests
- PR 5128 - PR: Skip package names that end in certain suffixes when loading third-party plugins
- PR 5125 - PR: Correctly move to first breakpoint after entering debugging
- PR 5118 - PR: Fix error when creating some error messagebox
- PR 5110 - PR: Add handling for non existing indexes in IPython Console clients
- PR 5109 - PR: Add more handling to actions with reference deleted
- PR 5094 - PR: Deactivate editor actions when Tab Swither is shown
- PR 5093 - PR: Skip some tests in our CIs
- PR 5086 - PR: Don't run continue when starting debug if there is a breakpoint in the first line with code.
- PR 5079 - PR: Create Spyder TEMPDIR if it does not exist when creating new consoles
- PR 5078 - PR: Fix cwd issues in the "Run > Configuration per file" dialog
- PR 5069 - PR: Increase waiting time and repetitions for tests that enter debugging
- PR 5064 - PR: Fix 1D Numpy arrays edition in the Variable Explorer
- PR 5051 - PR: Make inactive paths to be ignored when Spyder's path list is synchronized with PYTHONPATH on Windows
- PR 5048 - PR: Increase dpi limit of inline plots
- PR 5045 - PR: Allow values with '%' in config system
- PR 5042 - PR: Add a style for word operator tokens in the IPython pygments dictionary
- PR 5028 - PR: Make value_to_display more robust
- PR 5027 - PR: Increase tries for a couple of flaky tests
- PR 5013 - PR: Add test with non-ascii directory for consoles stderr file
- PR 5008 - PR: Fix setting SPYDER_DEBUG variable on Windows
- PR 4993 - PR: Fix handling of line count in the fileswitcher
- PR 4992 - PR: Prevent subprocess.Popen calls to create visible consoles on Windows.
- PR 4991 - PR: Remove regex escape characters from replacement string on the Find/Replace widget
- PR 4990 - PR: Fix shortcut to make array builders appear in the IPython Console
- PR 4978 - PR: Minor fixes in Find in Files
- PR 4971 - PR: Stop console before closing it
- PR 4962 - PR: Send Spyder python path to introspection plugins
- PR 4961 - PR: Reduce row height in shortcut dialog
- PR 4957 - PR: Clean Spyder config before re-running our tests
- PR 4955 - PR: Change format in array and dataframe editors
- PR 4954 - PR: Unify layout for panes and widgets
- PR 4914 - PR: Display prompt after errors
- PR 4880 - PR: Preserve order when saving/loading files from a project.
- PR 4822 - PR: Extend Find in Files to select other search directories
- PR 4820 - PR: Add a button to Find in Files to make searches case sensitive
- PR 4758 - PR: Add an option to set cursor blinking speed in miliseconds
- PR 4756 - PR: Add checkboxes to PYTHONPATH manager to enable/disable paths
- PR 4443 - PR: Add icon earlier when running application
- PR 4060 - PR: Show the number of matches in the Find/Replace widget
In this release 39 pull requests were merged
Issues
- Issue 4943 - Unicode symbols are not highlighted in the Editor
- Issue 4922 - Static code analysis produces error when running with empty filename
- Issue 4873 - Error when trying to get a very large namespace view from the kernel
- Issue 4862 - File execution fails with AttributeError: _Feature instance has no attribute 'len'
- Issue 4843 - Error when attempting to close a split panel in the editor window
- Issue 4841 - Setting QT_SCREEN_SCALE_FACTORS is not working as expected
- Issue 4831 - Error when rearranging tabs and multiple Editors
- Issue 4824 - Error when trying to print source code - AttributeError: 'QPrintDialog' object has no attribute 'addEnabledOption'
- Issue 4816 - Error when trying to change to non-ascii directories in the Working Directory toolbar
- Issue 4811 - Editor line number font size does not increase when zooming on windows
- Issue 4810 - Spyder crashes when attempting to define function named setup in IPython console
- Issue 4806 - Change color of matched parens in the IPython console
- Issue 4797 - Remove scientific_startup.py
- Issue 4769 - Exception raised when running file from project explorer
- Issue 4763 - In the Editor, tab does not switch when ctrl is released and focus remains on the tab_switcher
- Issue 4754 - Shifting multiple lines of code with ctrl + cmd + down-arrow-key doesn't work properly after first shift
- Issue 4734 - High DPI scaling messes up placement of breakpoint red circles
- Issue 4453 - Crash when opened file is renamed/deleted outside Spyder
- Issue 4442 - Segfault when closing with temporary file open
- Issue 4304 - EOLs incorrectly switch from LF to CRLF on split editor panes
- Issue 4039 - Sorting order of profiler is wrong
- Issue 3166 - Editor line numbers dissappear
In this release 22 issues were closed
Pull requests
- PR 4949 - PR: Add basic pep8speaks config file.
- PR 4946 - PR: Fix error when the selecting an unicode word
- PR 4928 - PR: Check that combobox text is not empty string before emiting valid signal
- PR 4918 - PR: Handle truncated dictionary of namespace view from the kernel
- PR 4899 - PR: Remove capture_dir_change method of IPython console shell widget
- PR 4875 - PR: Separate the installation of Qt from running our tests in Travis
- PR 4870 - PR: Save a reference to messagebox in EditorStack to avoid memory to be freed.
- PR 4869 - PR: Omit editor split menu option if its reference was deleted
- PR 4866 - PR: Remove TypeError and AttributeError exceptions from SpyderKernel
- PR 4864 - PR: Fix Run option in File and Project explorers
- PR 4863 - PR: Fix sorting in Profiler
- PR 4861 - PR: Install qtpy and qtconsole from Github when testing
- PR 4850 - PR: Update only current editor stack when moving tabs.
- PR 4849 - PR: Prevent importing packages that raise SystemExit exceptions when verifying if an object is defined
- PR 4847 - PR: Use Editor font to paint line numbers on all platforms
- PR 4846 - PR: Use QT_SCALE_FACTOR when users set only one scale factor
- PR 4845 - PR: Set eol_chars in cloned editor on split editor panes
- PR 4835 - PR: Delete print test because it segfaults too frequently
- PR 4830 - PR: Fix error when printing source code
- PR 4828 - PR: Fix error when using non-ascii current directory to run code
- PR 4813 - PR: Make highlighting colors in the IPython Console match those used in the Spyder Editor
- PR 4799 - PR: Delete scientific_startup.py
- PR 4774 - PR: Fix shifting code selection issues in the Editor
- PR 4764 - PR: Fix tab does not switch when ctrl is released issue
- PR 4759 - PR: Fix enable/disable spinbox bug in Editor preferences panel
- PR 4749 - PR: Add icon to MessageCheckBox while avoiding unclickable issue
- PR 4738 - PR: Update pixmap height calculation
- PR 4733 - PR: Avoid visible_blocks to be empty when first visible block is wrapped
In this release 28 pull requests were merged
- Remove it for all operating systems. For an explanation, please see here.
- Add a dialog to quickly view all keyboard shortcuts defined in Spyder.
It can be accessed in the
Help > Shortcuts Summary
menu or using theMeta+F1
shortcut. - Add an option to set a custom screen resolution scale factor. This option
is available in
Preferences > Appearance > Screen resolution
. - Show Spyder internal errors in a special dialog to ease submitting them to Github.
- Add the ability to reorganize tabs by drag and drop.
- Add option to only replace in a selection.
- Add
Ctrl+Up
andCtrl+Down
shortcuts to move to the next/previous cell, respectively. - Add
Alt+Enter
shortcut to re-run the last cell. - Add support to run Cython files from the Editor (i.e. by simply
pressing
F5
). - Add syntax highlighting support for Markdown files.
- Add a tab switcher dialog to navigate files in most recently used
order. This dialog is activated with
Ctrl+Tab
andCtrl+Shift+Tab
to go in forward or backward order, respectively. - Make
Shift+Enter
search text backwards in the find/replace widget. - Add
Shift+Del
shortcut to delete lines. - Add
Ctrl+]
andCtrl+[
shortcuts to indent/unindent text, respectively. - Add a Save copy as action.
- Add a context menu entry to show the selected file in the operating system file explorer.
- Apply smart indentation rules to Python files only. For non-Python files, the Editor will preserve the indentation level of the previous line.
- Several improvements to its debugger:
- Restore the ability to inspect variables using the Variable Explorer.
- Make plotting work with a new
%plot
magic, but only using theinline
backend (e.g.%plot plt.plot(range(10))
). - Add history browsing with the Up and Down arrow keys.
- Make the Clear console and Reset keyboard shortcuts to work.
- Show plots from the Variable Explorer.
- Change the current working directory using the Working Directory toolbar.
- Use
Ctrl+Shift+C
to copy text.
- Add the possibility to run a file in the same (dedicated) console all the time.
- Allow to rename consoles by doing a double-click on their tabs and setting a new name.
- Make drag and drop of its tabs to work.
- Make the
%cd
magic to change the current working directory of the File Explorer and Working Directory toolbar. - Add menu entries to show environment variables and
sys.path
contents for each console. - Make it use the same color scheme of the Editor.
- Automatically load the Cython extension if Cython is installed.
- Add options to search on the current file, project or working directory.
- Display results as search takes place.
- Allow to order results alphabetically.
- Add a spinner as indicator of a search in progress.
- Simplify visualization of results.
- Remove previous search results when a new search takes place.
- Improve file and string encoding to bypass and correct errors associated with codification.
- Inform users if search regexp patterns are incorrect.
- Remove unused search options.
- Omit binary files during a search.
- Add an option to show the selected file in the operating system file explorer.
- Show icons for different file types (pdf, image, video, audio, compressed and MS Office files).
- Make it change the current working directory of the active console when changing directories on it.
- Rename it to Current working directory (it was Global working directory).
- Simplify its options to make them more understandable.
- Make it show the working directory of the active IPython console and the current directory in the File Explorer.
- Prevent assignment of
Shift+<single key>
shortcuts because they can't be used by Qt applications unless they are hard-coded in the application itself.
- Use
pycodestyle
package instead ofpep8
to do style analysis. - Add
pyopengl
as a new dependency to our pip wheels on Linux to prevent crashes related to OpenGL in PyQt 5.7+. - Demand
rope
0.10.5+ in our wheels because it supports Python 2 and 3 with the same codebase.
Issues
- Issue 4730 - Update translations for 3.2
- Issue 4725 - RuntimeError when closing spyder
- Issue 4722 - Indentation changes after zoom-in
- Issue 4721 - Add tests for dedicated consoles and run config options
- Issue 4698 - Fancy exception handler does not show exception
- Issue 4694 - Disambiguate dedicated IPython consoles
- Issue 4693 - Change "Path" option to "Current working directory" in Find in Files
- Issue 4692 - Make file switcher to have a minimal width
- Issue 4679 - Add IPython to Help > Dependencies
- Issue 4665 - Don't register external plugins if check_compatibility fails
- Issue 4664 - Detect external Spyder kernels
- Issue 4663 - Inspecting Numpy bool arrays in Var. Explorer uses deprecated '-' operator in Numpy
- Issue 4648 - File switcher is changing size when changing from symbols to files
- Issue 4646 - Setting Numpy threshold to nan in console makes the Variable Explorer really slow
- Issue 4641 - Add a check_compatibility method to PluginMixin
- Issue 4636 - Focus doesn't go to the selected entry in file switcher when filtering
- Issue 4632 - Spyder fails to start because of UnicodeDecodeError when creating kernel spec
- Issue 4619 - Scroll down/up scrolls down twice
- Issue 4615 - Lists with None elements don't appear in the Variable Explorer
- Issue 4611 - Goto previous cell behaviour is different than other IDEs
- Issue 4597 - Editors not gaining focus when changing by tab click
- Issue 4596 - Even more improvements to Find in Files
- Issue 4595 - Editor hangs when trying to open Spyder's own CHANGELOG.md file
- Issue 4592 - Add useful commands for working with branches to Contributing Guide
- Issue 4584 - Tips of the introductory tour pop up when window moved or resized
- Issue 4581 - Multiple whitespaces as a separator in variable explorer
- Issue 4575 - Make a unique instance of the file switcher
- Issue 4553 - Spyder hangs after Introduction Tour
- Issue 4526 - Error in syntaxhighlighting of decorators
- Issue 4524 - Remove the Python console
- Issue 4520 - Line is not being highlighted in cells
- Issue 4496 - Shift+Space shortcut doesn't work
- Issue 4490 - More Find in Files improvements
- Issue 4487 - spyder_io_hdf5 plugin not available
- Issue 4481 - Auto-indent Incorrect following line starting with return as part of variable name.
- Issue 4475 - Inserting a line-break in code/comment with parenthesis deletes part of the code/comment
- Issue 4452 - Add more annotation keywords to the Editor (e.g. BUG, OPTIMIZE, etc)
- Issue 4421 - Step-by-step debugging with IPython console doesn't work in 3.1.4.
- Issue 4418 - No option for dedicated IPython console
- Issue 4411 - Part of file switcher always outside of screen when full-screen
- Issue 4403 - Debugging hangs in iPython console
- Issue 4316 - Spyder looks terrible on a very high resolution screen
- Issue 4307 - Additional shortcuts are making the outline explorer to appear
- Issue 4285 - Move to support only Rope 0.10.5+
- Issue 4282 - Create a flaky conda package on conda-forge and move it to the spyder-ide channel
- Issue 4268 - QKeySequence not defined in the arrayeditor
- Issue 4259 - Display file path of file in the Editor title again
- Issue 4257 - Numpy array copy format
- Issue 4216 - Delete unused file formlayout.py
- Issue 4214 - Spyder debugger doesn't terminate
- Issue 4197 - Find in Files not working in 3.1.3
- Issue 4157 - Implement simple indentation fon non-python files
- Issue 4134 - Non-ascii characters not displayed correctly in Find in files
- Issue 4132 - Spyder crashes because of socket initialization errors on Windows
- Issue 4061 - Find occurrences backwards with Shift + Enter (inside find or find/replace mode)
- Issue 4020 - Add "run selection" icon
- Issue 4016 - save file doesn't work on new files unless you change them
- Issue 4013 - Variable Explorer and Editor are not updated when breakpoints are placed in submodules
- Issue 4010 - Pressing Enter in the "Replace with" entry of Find/Replace should replace the currently selected text
- Issue 3986 - Write additional information on 3.1, 3.x and master branches and how to do bugfixes
- Issue 3959 - Shortcut feature request: re-run the previous cell
- Issue 3945 - Cannot change local variables in debug mode
- Issue 3940 - Spyder crashes when pressing ctrl-g in editor to go to definition
- Issue 3825 - Improve icons in the File explorer
- Issue 3771 - Error when hit 'run file' button in debug mode
- Issue 3711 - Variable Explorer is not showing variables in debug mode
- Issue 3673 - Error when trying to view the contents of a binary string in the Variable Explorer for Python 2
- Issue 3573 - Create requirements file to ease introduction to development and testing
- Issue 3555 - Spyder 3 can't inspect values through the variable explorer while debugging
- Issue 3406 - Add Ctrl+] and Ctrl+[ as indent and unindent shortcuts
- Issue 3405 - Cannot create Shift+Del as a shortcut for delete line
- Issue 3332 - Spyder can't start because of problems with OpenGL and PyQt5
- Issue 3275 - Print all keyboard shortcuts to cheatset
- Issue 3257 - The distinction between "working directory for newly opened consoles" and "working directory for current console" is hard to understand
- Issue 3197 - Use pycodestyle instead of pep8
- Issue 2963 - Find in files results disappear when search path loses focus
- Issue 2850 - Adapt the Find in Files so results display is flat, like ACK
- Issue 2730 - Find in files default include and exclude values should be empty!
- Issue 2628 - Show current file in file browser
- Issue 2238 - Preserve size in status bar widgets
- Issue 2122 - QSyntaxHighlighter and Pygments do not properly interoperate, leading to occasional mis-highlighting
- Issue 2030 - Some inconsistencies about the use of "working directories"
- Issue 2020 - ipdb freezes and doesn't allow to debug properly
- Issue 1977 - Error in Variable explorer when modifying nested objects in wrong order
- Issue 1962 - Allow to rename IPython consoles
- Issue 1833 - Provide move to next/previous cell shortcut
- Issue 1787 - Debugger not responding after copying text from IPython Console
- Issue 1717 - Spyder hangs when calling pdb.set_trace() in class definition
- Issue 1706 - Breakpoints on continued lines (with \ character) don't work
- Issue 1555 - Find in Files unusable
- Issue 1525 - Show internal errors in a QMessageBox instead of poping up the Internal Console
- Issue 1352 - Keybord short-cut to switch between last open files
- Issue 1170 - File tabs have unconventional behaviour
- Issue 1049 - Update the cwd name on the working directory toolbar when changing focus between consoles
- Issue 916 - Add color schemes to IPython console
- Issue 564 - Editor: drag n' drop (movable) tabs
- Issue 358 - Find/Replace widget: add option to find/replace in selection only
- Issue 43 - Make Ctrl+Tab to navigate between tabs in Most Recently Used (MRU) order
In this release 98 issues were closed
Pull requests
- PR 4791 - PR: Update Spanish translations for 3.2
- PR 4785 - PR: Prevent Jedi and Rope to open two previously unopened files simultaneously
- PR 4782 - PR: Update Russian translation for 3.2
- PR 4765 - PR: Prevent potential problems when importing third-party modules
- PR 4755 - PR: Update French translation for 3.2
- PR 4752 - PR: Remove startup options of working directory plugin
- PR 4750 - PR: Don't set pandas.core.common.in_qtconsole anymore
- PR 4746 - PR: Update Japanese translation
- PR 4737 - PR: Add mdw as markdown extension.
- PR 4729 - PR: Add tests for dedicated consoles and runconfig options
- PR 4726 - PR: Fix error when closing window and we ask users if they want to close it or not
- PR 4723 - PR: Update tabwidth when changing zoom in Editor.
- PR 4719 - PR: Fix running in dedicated consoles and other UI fixes
- PR 4713 - PR: Remove all code related to the Python console
- PR 4711 - PR: Show complete exception (not only the traceback) in error QMessageBox.
- PR 4706 - PR: Revert PR #4651
- PR 4700 - PR: Add disambiguation for dedicated IPython consoles
- PR 4699 - PR: Set width of file switcher according to main window width
- PR 4696 - PR: Rename "Path" label to "Current working directory" in Find in Files
- PR 4691 - PR: Implement dedicated IPython consoles
- PR 4682 - PR: Added IPython >= 4.0 as a dependency
- PR 4670 - PR: Add detection of external Spyder kernels
- PR 4667 - PR: Update ArrayEditor to correct deprecated Numpy operator
- PR 4666 - PR: Don't register external plugins if check_compatibility fails
- PR 4661 - PR: Fix fileswitcher size during its setup
- PR 4651 - PR: Avoid comments to generate pep8 warnings
- PR 4647 - PR: Set Numpy threshold every time we run value_to_display
- PR 4644 - PR: Add a check to verify compatibility to plugins
- PR 4638 - PR: Implement "Replace in selection" in the Editor
- PR 4637 - PR: Give focus to the right entry in the file switcher
- PR 4634 - PR: Fix several issues about the Working Directory toolbar
- PR 4633 - PR: Make test_calltip to time out to avoid long waiting times in Appveyor
- PR 4631 - PR: Fix error when calling keyPressEvent in keyReleaseEvent in CodeEditor
- PR 4630 - PR: Move Spyder kernel spec to its own file
- PR 4628 - PR: Backport PR #4627
- PR 4626 - PR: Create a unique instance of the file switcher attached to the main window
- PR 4621 - PR: Add git command for changing base branch to Contributing guide
- PR 4616 - PR: Display collections with None values in the Variable Explorer
- PR 4613 - PR: Move modules test to Circle and all pytest's to Travis
- PR 4612 - PR: Add same behaviour for go to previous cell as the one in Matlab
- PR 4607 - PR: Fix unwanted scrolling when selecting tabs
- PR 4603 - PR: Add break condition to Markdown syntax highlighter loop
- PR 4602 - PR: Update Rope to 0.10.5+
- PR 4601 - PR: Add pyopengl to setup.py to fix errors with some Nvidia/Intel drivers
- PR 4599 - PR: More find in files improvements
- PR 4598 - PR: Add more file type icons to File Explorer
- PR 4585 - PR: Prevent hangs and showing tips after tour
- PR 4583 - PR: Add Whitespace option in the import wizard
- PR 4579 - PR: Return value of fix_indentation_smart in fix_indentation
- PR 4573 - PR: Invert indent shortcuts
- PR 4567 - PR: Add indentation shortcuts and simple indentation for non-Python files
- PR 4562 - PR: Add actions to show sys.path and environment variables contents to the IPython console
- PR 4561 - PR: Use Python module to launch pylint
- PR 4558 - PR: Backport PR 4538
- PR 4549 - PR: Stop loading the Python console
- PR 4544 - PR: Fix font size for the Help plugin
- PR 4541 - PR: Remove connection between the Editor and the Python console
- PR 4539 - PR: Make Shift+Enter search backwards in Find and Replace widget
- PR 4537 - PR: Find in Files style and UI improvements
- PR 4536 - PR: Hide the Python console at startup until we completely remove it
- PR 4535 - PR: Change Editor title to display file path again
- PR 4534 - PR: Force current cell to be before of current line in extra_selections
- PR 4533 - PR: Remove connection between Help and the Python Console
- PR 4532 - PR: Delete extra shortcut for the Outline Explorer
- PR 4528 - PR: Skip test_values_dbg because it times out too much
- PR 4527 - PR: Fix error in decorators regex in syntaxhighlighter.
- PR 4525 - PR: Remove connection between the Variable Explorer and the Python console
- PR 4523 - PR: Add "Save copy as..." to file menu
- PR 4522 - PR: Handle socket creation errors during start up
- PR 4521 - PR: Register spyder_io plugins correctly
- PR 4511 - PR: Fix error in message about reseting Spyder configuration
- PR 4507 - PR: Restore Python 3.6 tests in AppVeyor and add Python 3.5 as well
- PR 4500 - PR: Move some tests and coveralls to Travis
- PR 4486 - PR: Some indentation fixes
- PR 4485 - PR: Fix indentation error when a line starts with return but it's not a return statement
- PR 4477 - PR: Disable tab with setting when indent chars are spaces.
- PR 4465 - PR: Complete annotation types in Preferences and Source toolbox
- PR 4456 - PR: Add more regular code annotation types
- PR 4454 - PR: Add an option to set a custom HiDPI scale factor
- PR 4449 - PR: Fix a couple of errors in our tests after Pandas 0.20 was released
- PR 4448 - PR: Fix a few typos in the FR locale file
- PR 4414 - PR: Implement go to previous/next cell shortcuts
- PR 4370 - PR: Remove misplaced flags from re.sub() call
- PR 4354 - PR: Delete formlayout.py
- PR 4352 - PR: Add Markdown syntax highlighter.
- PR 4346 - PR: Fix tests in Appveyor
- PR 4337 - PR: Add 'Show in external file explorer' option
- PR 4302 - PR: Add a tab switcher dialog to the Editor
- PR 4301 - PR: Avoid tab scrolling when changing current tab.
- PR 4273 - PR: Add Contributing file
- PR 4267 - PR: Add missing parameter to copy contents with the format defined in array editor
- PR 4252 - PR: Make Cython a test dependency in setup.py
- PR 4229 - PR: Backport PR #4198 - Cython support
- PR 4218 - PR: Change from pep8 to pycodestyle for style analysis
- PR 4211 - PR: Backport PR #4210 - Improve Cython syntax highlighting
- PR 4202 - PR: Fix several IPdb problems and add some improvements to it
- PR 4201 - PR: Remove u function from py3compat
- PR 4092 - PR: Add the possibility to rename IPython consoles
- PR 4056 - PR: Several Find in Files improvements
- PR 4045 - PR: Make status bar widgets to have a fixed width
- PR 4044 - PR: Add "run selection" icon to run toolbar
- PR 4040 - PR: Show internal errors in a QMessageBox
- PR 4033 - PR: Allow new files to be saved before modifing them.
- PR 4027 - PR: Pressing Enter in the "Replace with" entry of Find/Replace replaces the currently selected text
- PR 4000 - PR: Make IPython Console to use the same color scheme of the Editor
- PR 3974 - PR: Added shortcut and menu option to re-run last cell
- PR 3964 - PR: Update load_matlab and add test
- PR 3946 - PR: Make Editor tabs movable
- PR 3906 - PR: Don't show TextEditor if it fails to be initialized
- PR 3491 - PR: Make Pygments to work correctly with QSyntaxHighlighter
- PR 3464 - PR: Add a Shortcuts Summary window
In this release 111 pull requests were merged
Issues
- Issue 4372 - Update translations for 3.1.4
- Issue 4284 - The message about the removal of the Python console is also shown on the Internal console
- Issue 4233 - Python console is stealing focus at startup because of message about its removal
- Issue 4217 - "Unable to connect to the internet" problem
- Issue 4191 - Kernel dies and can't report errors because of failure to read stderr file
- Issue 4174 - Add our required packages for testing to setup.py
- Issue 4173 - Add a message in the update dialog about not using pip if Spyder is running under Anaconda/Miniconda
- Issue 4172 - Add a message to the Python console about its removal in Spyder 3.2
- Issue 4170 - IPython console fails to start (Ipython >=6.x)
- Issue 4161 - Create a test for finding print statements in the code
- Issue 4141 - Code completion breaks with Spyder 3 for modules added through the Python path manager
- Issue 4003 - Debugging seems to break with recent versions of Spyder and tqdm
- Issue 4002 - %matplolib magic command in IPython terminal needs to be executed twice
- Issue 3985 - Add CI testing with Python 3.6
- Issue 3967 - Hide calltip when a matching
)
is written up to the starting point where it's shown - Issue 3926 - File switcher doesn't leave focus in its last selected file when it looses focus
- Issue 3823 - sig_new_file error when converting notebook to script
- Issue 3195 - Test stand alone widgets in application
- Issue 1855 - can't run doctest - unexpected keyword argument 'nosigint'
In this release 19 issues were closed
Pull requests
- PR 4389 - PR: Update Spanish translation
- PR 4387 - PR: Update Japanese translation
- PR 4375 - PR: Update Russian translations
- PR 4369 - PR: Add encoding handling to stderr files in the IPython Console
- PR 4361 - PR: Fix some inline backend issues
- PR 4353 - PR: Test conversion of notebooks to Python files from the Project Explorer
- PR 4345 - PR: Simplify Appveyor installation
- PR 4342 - PR: Decrease test times by moving Qt4 tests to Travis
- PR 4341 - PR: Make jedi_patch.py to work with Jedi 0.10.x versions
- PR 4321 - PR: Add all tests to the distributed package
- PR 4311 - PR: More robust username query
- PR 4293 - PR: Skip and re-run some tests that fail too much
- PR 4292 - PR: Backport PR #4286
- PR 4290 - PR: Add support for other plugins in File Switcher
- PR 4283 - PR: Don't fail while running tests if coveralls fails for whatever reason
- PR 4263 - PR: Add Spyder PYTHONPATH to PluginClient
- PR 4256 - PR: Some test fixes
- PR 4251 - PR: Add pytest-xvfb to our test dependencies
- PR 4249 - PR: Run our tests with PyQt5 wheels on CircleCI
- PR 4248 - PR: Change how to add removal message for the Python console to not make it steal focus
- PR 4247 - PR: Added sigint argument to SpyderPdb constructor
- PR 4246 - PR: Make %matplotlib magic to really change backends
- PR 4237 - PR: Don't show internet conection errors on startup when trying to check for new releases
- PR 4230 - PR: Run tests for PyQt4 and Python 3.6 on CircleCI
- PR 4226 - PR: Generalice previous is_instance test to search other avoided patterns
- PR 4224 - PR: Add warning message about updating Spyder if installed with Anaconda
- PR 4208 - PR: Surround deprecated IPython quick_quide import by try/except block
- PR 4199 - PR: Move all tests to be pytest's
- PR 4189 - PR: Fixup MANIFEST.in to include the changelog
- PR 4185 - PR: Add testing requirements to setup.py
- PR 4177 - PR: Add a message informing the removal of the Python console
- PR 4123 - PR: Add AppStream metainfo file
- PR 4121 - PR: Monkey patch Jedi 0.10.0 for numpydoc
- PR 4019 - PR: Handle errors while debugging code when importing tqdm
- PR 3984 - PR: Correctly hide calltip when matching closing parenthesis
- PR 3956 - PR: Add missing signal to convert notebooks from the project explorer
- PR 3952 - PR: Make File Switcher leave focus on its last selected file when it loses focus
In this release 37 pull requests were merged
Issues
- Issue 4139 - Nan value in dataframe editor crash Spyder
- Issue 4128 - Add the version of PyQt in the report of the issue
- Issue 4127 - UnboundLocalError: local variable 'img_path' referenced before assignment
- Issue 4122 - Spyder closes after completing Run settings dialog for a first run.
- Issue 4096 - More issues with autoindentation
- Issue 4088 - Crash when saving an image in the IPython console
- Issue 4086 - Error when launching a new Editor window from the options in the menu.
- Issue 4085 - Crash in "New window" when opening new file.
- Issue 4076 - Add tests to verify that importing .mat files is working
- Issue 4074 - Identation broken after statements with closing parenthesis followed by more code
- Issue 4072 - Case sensitive replace does not respect case
- Issue 4066 - Spyder core dumps if an opened variable in variable explorer gets deleted
- Issue 4063 - Spyder crashes when killing the current process to start a new one
- Issue 4053 - Spyder 3.1.2 cannot connect to kernel as 3.0.2
- Issue 4052 - Maximising current pane fails and hangs Spyder 3.1.x
- Issue 4050 - Wrong binary in Python 3 wheels
- Issue 4041 - Create a way to add tests for the whole app
- Issue 4037 - Tabs as indentation - characters being removed in editor
- Issue 4030 - Inconsistent icon for "Find symbols in file..."
- Issue 4005 - Find in Files not working after 3.1.0 update
- Issue 3992 - Remove unnecessary newlines in run cell
- Issue 3972 - Remove file path from Editor's plugin title
- Issue 3970 - Error when editing markdown
- Issue 3917 - Failed to import data in Variable Explorer on Windows
- Issue 3476 - New breakpoints can't be created in the IPython console
In this release 25 issues were closed
Pull requests
- PR 4175 - PR: Set new breakpoints in the IPython console while on a debugging session
- PR 4171 - PR: Re-run flaky tests several times
- PR 4165 - PR: Loading spydata files now uncompress them inside a temp folder
- PR 4152 - PR: Skip matlab import test if SciPy is not installed.
- PR 4151 - PR: Make tests more reliable
- PR 4148 - PR: Use an older Miniconda version for Python 3
- PR 4144 - PR: Some fixes for Find in files
- PR 4142 - PR: Gracefully handle ValueError in DataFrameModel
- PR 4140 - PR: Disable some tests on Windows because they are timing out recurrently
- PR 4133 - PR: Add an initialization value to img_path
- PR 4130 - PR: Correctly stop pytest's on failure
- PR 4129 - PR: Add Qt and PyQt version in the report of the issue
- PR 4125 - PR: Make loading IPython kernels by using their ids to work again
- PR 4113 - PR: Add a validation for the PyQt version used to show a message in the Python console
- PR 4110 - PR: Add more tests for the main window
- PR 4109 - PR: Fix maximize button
- PR 4106 - PR: Prevent some crashes and errors when editing objects in the Variable Explorer
- PR 4105 - PR: Fix hard crash when trying to open files in a new editor window
- PR 4104 - PR: Pin Jedi to 0.9.0
- PR 4102 - PR: Added Matlab files import tests
- PR 4097 - PR: Add a validation for editorstack existence
- PR 4082 - PR: More autoindentation fixes
- PR 4079 - PR: Add a flag to use case sensitive search/replace
- PR 4069 - PR: Fix executable name in Python 3 wheels
- PR 4043 - PR: Use the "at" symbol to represent the symbol finder everywhere
- PR 4042 - PR: Unindent with tabs was deleting some text.
- PR 4034 - PR: Fix error when using TextSH (default highligher)
- PR 4006 - PR: Remove unnecessary new lines when running cells
- PR 3975 - PR: Remove file path from the Editor's plugin title.
In this release 29 pull requests were merged
Issues
- Issue 4025 - Error when running cell for the first time in the Editor
- Issue 4021 - Spyder fails to import numpy on first line of a file
In this release 2 issues were closed
Pull requests
- PR 4031 - PR: Fix error when running cells because previous_focused_widget is not initialized in main window
- PR 4029 - PR: Fix fix_indent() when editor cursor is on the first line
In this release 2 pull requests were merged
Issues
- Issue 4012 - Edit menu items greyed out after update to Spyder 3.1.0
- Issue 3989 - Spyder won't start after upgrade to 3.1.0 due to an error with QRegularExpression
- Issue 3987 - Errors running or importing code because sys.argv is empty
In this release 3 issues were closed
Pull requests
- PR 4022 - PR: Edit menu disable error
- PR 3997 - PR: Enclosing quotes of sys.argv clearing instruction are now consistent
- PR 3994 - PR: Use QRegularExpression only for Qt 5.5+
In this release 3 pull requests were merged
- Add Introduction interactive tour to explain the main Spyder
components (in
Help > Interactive tours
). This tour was announced in Spyder 3.0 but deactivated due to an error.
- Add the Solarized Light and Dark color schemes.
- Add support for greedy regular expressions in the find/replace widget (only available with PyQt5).
- Improve the use of tabs instead of spaces for indentation.
- Add
Ctrl+Shift+T
shortcut to reopen the last closed file. - Show completions for Numpy and Matplotlib compiled objects (e.g.
np.array
andplt.figure
) - Disambiguate tabs in case users open several files with the same name.
- Add the shortcut
Ctrl+Alt+P
to open a switcher to select among the symbols (functions, methods or classes) present in a file. Also add an entry in theFile
menu and toolbar button to show this switcher.
- Add support for the most important numeric types of Numpy (32 and 64 bits int, float and complex numbers).
- Save format for floats in DataFrame editor.
- Make the index column of DataFrame editor always visible when scrolling to right and left.
- Add support for Pandas DatetimeIndex objects.
- Show empty Numpy arrays.
- Be able to load kernel json files anywhere in the file system when connecting to external kernels.
- Add an option (under
Preferences > Run
andRun > Configure
) to clear all variables present in a console before running a file (it runs%reset -f
in the associated kernel).
- Show time units (in seconds) spent by each function or method.
- Make all keyboard shortcuts configurable
- Add the
--project <path-to-dir>
command line option to load projects at startup. - Add the chardet and numpydoc libraries as new dependencies.
Issues
- Issue 3968 - Update translations for 3.1
- Issue 3962 - Update Appveyor Badge for new username spyder-ide
- Issue 3961 - Add devs to the Appveyor account
- Issue 3949 - F9 broken in latest git master
- Issue 3943 - Qtpy 1.2.0 breaks Spyder with Qt4
- Issue 3932 - Add verification for 'text/plain' key in all evaluations of the IPython console
- Issue 3925 - Go-to-line dialog shows a question mark button that does nothing
- Issue 3901 - Incorrect use of "it's" in tutorial
- Issue 3896 - Spyder Variable explorer crashes when double clicking a 2 line DataFrame
- Issue 3883 - Error when executing argparse in IPython console
- Issue 3875 - async and await keywords highlight
- Issue 3874 - Spyder freezes on new project creation
- Issue 3859 - Extra selections should be ordered
- Issue 3855 - Add fuzzy function/class search shortcut
- Issue 3848 - 'self' not defined in DataFrameView.update_section_height()
- Issue 3843 - Spyder shows blank screen because of errors in QtAwesome
- Issue 3830 - Add a command line option to load projects
- Issue 3818 - F1 shortcut is hard-coded
- Issue 3809 - No call tips when 'Automatic insertion of parentheses, braces and brackets' is unchecked
- Issue 3807 - Directory with non-ascii characters throws an error when it's made the working directory on the IPython console
- Issue 3800 - Auto indentation of line following indented block
- Issue 3794 - Create menu separator instead of None
- Issue 3788 - runfile with path containing apostrophe will not work
- Issue 3772 - Configparser error leads to crash of Spyder 3 under Python(x,y)
- Issue 3764 - Problems with default extension in save_as
- Issue 3763 - Replace contents of Find widget with current selection
- Issue 3759 - KeyError: 'execution_count' in IPython console
- Issue 3756 - Verify that the interpreter selected in Main Interpreter is really a Python interpreter
- Issue 3755 - Redefined hotkeys are not displayed in menu
- Issue 3753 - Saving a file is not respecting the encoding detected with chardet
- Issue 3748 - Bad window size in spyder.ini prevents Spyder from showing
- Issue 3746 - Menu view/toolbar has empty contents
- Issue 3738 - Spyder crashes at startup because of errors when importing Sympy
- Issue 3737 - Fast switch between files gives error for unicode files
- Issue 3731 - Correctly report the encoding of files in the Editor using the chardet library
- Issue 3729 - Define tabulation width in term of spaces instead of pixels
- Issue 3706 - Spyder fails to create kernel.json files if jupyter_runtime_dir is not writable
- Issue 3704 - Create a get_words method in introspection utils
- Issue 3703 - Don't replace text in the find widget if there's text there
- Issue 3700 - Wrong autoindentation with lists that contains strings with parenthesis
- Issue 3680 - Autoindentation not working in first line
- Issue 3678 - Weird behaviour of Save as...
- Issue 3672 - Profiler is not showing time units
- Issue 3670 - Dragging and dropping files in the Editor is failing
- Issue 3651 - Improve indentation tests
- Issue 3648 - Edit menu shortcuts are invisible
- Issue 3638 - Variable explorer should display the value of numpy.int64 variables
- Issue 3631 - Edit context menu appears only for utf-8 files in project explorer
- Issue 3630 - Load external kernel json files from anywhere in the file system
- Issue 3627 - Spyder won't start because of "ValueError: unknown locale: UTF-8" in macOS
- Issue 3608 - Syntax highlighting of decorators
- Issue 3535 - Run ciocheck as part of our tests to test code style
- Issue 3508 - Indentation issue using Tabs
- Issue 3480 - Editor doesn't support hanging indentation
- Issue 3473 - Incorrect auto-indentation
- Issue 3461 - Click on outisde of tour should exit tour
- Issue 3459 - Auto-adjust rows height in the Variable Explorer
- Issue 3458 - Feature Request: Clear Console After Kernel Restart
- Issue 3452 - Interactive tour freezes Spyder on Windows
- Issue 3415 - Can't change Run Selection keyboard shortcut from F9 to Cmd + Shift + Enter
- Issue 3408 - Find and replace: Greedy regular expressions
- Issue 3407 - Sitecustomize fails when current directory has non-ascii chars
- Issue 3395 - Don't hard code the Ctrl+Enter shortcut
- Issue 3380 - DatetimeIndex types are not visible in the Variable Explorer
- Issue 3322 - Spyder crashes with Unicode symbols in editor
- Issue 3249 - Regex is not fully functional when using to find&replace
- Issue 3160 - Disambiguate Editor tabs
- Issue 3141 - Search for backslash () sign
- Issue 3026 - File save as: file is unavailable
- Issue 3005 - Getting "Spyder already running" warning when it's not
- Issue 2927 - Editor: "move line up/down" commands broken when moving past a blank line
- Issue 2907 - Modified file flag ('*') disappears from tab in the Editor
- Issue 2728 - Add the default format in dataframe editor to user preferences
- Issue 2644 - Editor: Popup showing function arguments only displayed for 3 seconds
- Issue 2563 - Enhancement: add option to "clear all" variables before running script
- Issue 2512 - Index column of Pandas DataFrame should be visible all the time
- Issue 2415 - Add shortcut to open last closed tab
- Issue 2392 - Current EOL status is displayed incorrectly after changing it
- Issue 1165 - Console tabs are too big because they display the full filename
In this release 79 issues were closed
Pull requests
- PR 3983 - Update Spanish translations
- PR 3982 - PR: More fixes for Appveyor
- PR 3979 - Update Brazilian Portuguese translation
- PR 3971 - PR: Don't run pytest tests when running modules_test.bat in Appveyor
- PR 3963 - PR: Update AppVeyor badge in Readme because of move to org account
- PR 3960 - PR: Ping conda-build to 2.1.0 for compatibility with conda 4.3 in Travis and AppVeyor
- PR 3951 - PR: Add default value to clear_variables=False in execute code method
- PR 3944 - PR: Change setResizeMode to setSectionResizeMode
- PR 3936 - PR: Backport PR #3577 - Use inspect.getfullargspec to support annotated functions in the Help pane
- PR 3935 - PR: Add validation for 'text/plain' key in all if clauses of handle_exec_method
- PR 3933 - PR: Catch LookupError when encoding in encode() function
- PR 3931 - PR: Add some tests for indentation with brackets
- PR 3930 - PR: Use encoding.encode function in run_code_analysis.
- PR 3929 - PR: Save file with original encoding if possible
- PR 3927 - PR: Remove question mark button on the 'Go to line' dialog.
- PR 3920 - PR: Incorrect use of "it's" in tutorial
- PR 3918 - PR: Clean sys.argv in our IPython kernels
- PR 3898 - PR: Get the proper encoding for the header text of Dataframe editor
- PR 3893 - PR: Show calltips when 'Automatic insertion of parentheses, braces and brackets' is unchecked
- PR 3886 - PR: Add a way to handle font errors in QtAwesome
- PR 3885 - PR: Add async and await as keywords for syntax highlighting
- PR 3884 - PR: Hide tour tips dialog when Spyder looses focus
- PR 3879 - PR: Make Spyder not to freeze on new project creation
- PR 3878 - PR: Add function/class search shortcut, menu and toolbar entries
- PR 3871 - PR: Add option to "clear all" variables before running file
- PR 3866 - PR: Add code to cancel active Appveyor builds in a branch
- PR 3864 - PR: Extra selections is now an ordered dictionary
- PR 3861 - PR: Show kernel initialization errors in the IPython console
- PR 3854 - PR: Add disambiguation functionality to the Python console
- PR 3853 - PR: Move rope_patch.py to utils/introspection
- PR 3852 - PR: Add missing 'self' to DataFrameView.update_section_height
- PR 3849 - PR: Support DatetimeIndex in Variable Explorer
- PR 3847 - PR: Make regex fully functional when using find & replace
- PR 3845 - PR: Install ciocheck from the spyder-ide Anaconda channel
- PR 3842 - PR: Validate that Main Interpreter is really a Python interpreter
- PR 3840 - PR: Make conda respect channel priority in CircleCI
- PR 3837 - PR: Catch UnicodeDecodeError when trying to import matplotlib in sitecustomize.py.
- PR 3836 - PR: Ignore some superflous errors reported by ciocheck
- PR 3834 - PR: Add a command line option to load projects
- PR 3827 - PR: Don't run Pylint with ciocheck
- PR 3826 - PR: Improve auto indentation of line following indented block
- PR 3822 - PR: Make Spyder documentation keyboard shortcut configurable
- PR 3817 - PR: Fix "move line down" behavior in the presence of blank lines
- PR 3813 - PR: Fixed encoding issue when changing cwd in the IPython console
- PR 3811 - PR: Make index column of DataFrame editor always visible
- PR 3808 - Patch Jedi to get completions for compiled objects in Numpy and Matplotlib
- PR 3806 - PR: Added management for toolbars in new Editor windows instances.
- PR 3805 - PR: Backport #3803 - Use CircleCI for testing
- PR 3802 - PR: Add missing menus to show shortcuts for in macOS
- PR 3796 - PR: Make running a file with single quotes on its path not to throw an error on Windows
- PR 3795 - PR: Use a menu separator constant instead of None
- PR 3793 - PR: Closing tour does not freeze Spyder on windows
- PR 3791 - PR: Catch error raised in isbinaryornot when trying to open a directory
- PR 3787 - PR: Redefinition of upper/lower shortcuts was not updated in Edit menu
- PR 3785 - PR: Change file switcher entries to unicode
- PR 3781 - PR: Backport #3574 - Improve style of scientific startup script
- PR 3776 - Improve highlighter decorator regexp
- PR 3774 - PR: Delete references to the 'xy' module.
- PR 3770 - PR: Modified behavior for the Find widget to replace contents with current selection
- PR 3765 - PR: Set Python as default file extension for the "Save As" dialog
- PR 3760 - PR: Define tabulation width in term of spaces instead of pixels
- PR 3757 - PR: Add get_words function to introspection/utils
- PR 3754 - PR: Added validation to window/position config value saved in spyder.ini
- PR 3752 - Backport pull request #3534 (Solarized themes)
- PR 3749 - PR: Fix View/Toolbars menu
- PR 3742 - PR: Use chardet as a fallback for encoding detection
- PR 3741 - PR: Show time units in Profiler
- PR 3739 - Utils: Make is_module_installed to catch all errors when importing a module
- PR 3733 - PR: Fix EOL status after changing it
- PR 3719 - PR: Spyder wont crash if it can not acces jupyter runtime dir
- PR 3717 - PR: Load kernel json files anywhere in the filesystem
- PR 3715 - PR: Add disambiguation functionality for Editor tabs
- PR 3709 - PR: Don't replace text in the find widget if there's text there
- PR 3707 - PR: Disable languages whose translations are outdated
- PR 3699 - PR: Remove logic to delete last dir separator (, /) in find and replace widget
- PR 3696 - PR: Use QRegularExpression for find and replace (only for PyQt5)
- PR 3695 - PR: Set English as default language if getdefaultlocale gives errors
- PR 3685 - PR: Fixed weird behavior of "Save as"
- PR 3675 - PR: Several fixes for the Variable Explorer
- PR 3663 - PR: Fix some errors of Indentation with tabs
- PR 3659 - PR: Improve spyder.lock pid verfication
- PR 3654 - PR: Add regex to highlight decorators
- PR 3653 - PR: Added support to the principal numeric Numpy types in the Variable Explorer
- PR 3640 - PR: Check if files are text files using the binaryornot package
- PR 3620 - PR: Add Ctrl+Shift+T shortcut to reopen the last closed Editor tab
- PR 3611 - PR: Remember format for floats in DataFrame editor
- PR 3604 - PR: Add ciocheck linter formater tester
- PR 3498 - PR: Change fixed shortcuts for configurable ones
- PR 3487 - PR: Add hanging Indentation to the Editor
- PR 3296 - PR: Don't hide calltip widget with a timer
In this release 91 pull requests were merged
- Add an option under Preferences > General to enable/disable high DPI scaling (disabled by default).
- Add a menu entry in the Projects menu to cleanly delete projects.
- Add the shortcuts
Ctrl+U
andCtrl+Shift+U
to turn text into lower/uppercase respectively.
Issues
- Issue 3647 - "%reset -s" is giving an error in the IPython console
- Issue 3618 - Removing a project deletes also the files on the disk
- Issue 3609 - New release dialog is un-clickable
- Issue 3588 - Files are opened twice at startup if a project is active
- Issue 3583 - Error when connecting to external kernels
- Issue 3575 - Cannot press Enter after underscore in File Switcher
- Issue 3564 - Error when reloading modules in the IPython Console in Python 2
- Issue 3561 - Working Directory toolbar is not working for IPython Consoles
- Issue 3553 - Spyder fails to launch because of Unicode errors in create_kernel_spec
- Issue 3522 - Dependencies diaog not updating correctly when installing dependencies while spyder is running
- Issue 3519 - Cannot set Maximum Number of Recent Files
- Issue 3513 - Spyder does not free up memory after closing windows with datasets in the Variable explorer
- Issue 3489 - Display problems on systems that use 'display scaling'
- Issue 3444 - Reports of Kernel Death are greatly exagerated
- Issue 3436 - Default file extension should be .py instead of empty
- Issue 3430 - Update translations
- Issue 3214 - Indentation after a line with [] and {} is reset
- Issue 3127 - Spyder fails to launch because of errors in spyder.ini
- Issue 2159 - Built-in 'print' statement is displayed as two different colors depending on indentation
- Issue 1669 - Menu item and shortcut to toggle UPPER and lower case of selected text
- Issue 1665 - sympy shadows matplotlib in ipython console
- Issue 1373 - Editor autoindentation fails after list, dict
In this release 22 issues were closed
Pull requests
- PR 3702 - PR: Update French translation
- PR 3694 - Restore icons in the code completion widget
- PR 3687 - Increase time to detect if an IPython kernel is alive
- PR 3681 - Update Spanish translation
- PR 3679 - Update Russian translations
- PR 3664 - Free memory when closing a Variable Explorer editor
- PR 3661 - IPython Console: Fix error when running "%reset -s"
- PR 3660 - IPython Console: Simple fix after PR #3641
- PR 3642 - PR: Fix unclickable update message box
- PR 3641 - PR: Fix error when trying to add a non-ascii module in Python 2 to the UMR blacklist
- PR 3629 - PR: Add shortcut for Upper/Lower functionality
- PR 3626 - PR: Added management for delete operation of a project
- PR 3622 - Fix connection between the IPython Console and the Working Directory toolbar
- PR 3621 - Some corrections after pull request #3580
- PR 3619 - Fix another error when connecting to external kernels
- PR 3615 - PR: Allow underscore to be valid for Enter in File Switcher
- PR 3599 - Load default settings if there is any error in spyder.ini
- PR 3596 - PR: New warning message in IPython console when both pylab and sympy are enabled
- PR 3590 - Fix builtin and keywords highlighting depending on indentation
- PR 3589 - Don't open files saved as part of a project twice at startup
- PR 3582 - PR: Added a verification for the existence of the 'text/plain' key
- PR 3581 - PR: remove spyder/widgets/tests/init.py because of error in execution of pytest -rxs
- PR 3580 - PR: Set default file extension in save dialog
- PR 3576 - Fix autoindentation after data structures.
- PR 3572 - PR: Change deprecated funtion QInputDialog.getInteger for QInputDialog.getInt
- PR 3551 - Add option to set/unset dpi scaling for screens that are not high resolution
- PR 3543 - PR: Change of the label in the dependencies dialog
In this release 27 pull requests were merged
Issues
- Issue 3528 - Cannot see numpy datatypes in variable explorer
- Issue 3518 - Spyder hangs with big numpy structured arrays
- Issue 3484 - Fix menus in macOS
- Issue 3475 - Cannot type left parenthesis in ipdb when automatic Help is turned on
- Issue 3472 - Cannot connect to existing ipython kernel after upgrading to 3.0
- Issue 3471 - "Local variable 'reply' referenced before assignment" on debugger exit
- Issue 3454 - ImportError with create_app.py
- Issue 3453 - Update docs for Projects
- Issue 3317 - Console/Editor lose focus when auto-connected to help
- Issue 2284 - Very slow boot time on Mac app
In this release 10 issues were closed
Pull requests
- PR 3560 - Update documentation
- PR 3550 - Prevent WebEngine to steal focus when setting html on the page
- PR 3548 - Fix some ipdb issues
- PR 3546 - Truncate all values shown in the Variable Explorer
- PR 3544 - Don't try to get shape and ndim for objects that are not ndarrays
- PR 3541 - Update create_app.py for Spyder 3.0
- PR 3540 - Fix problems when connecting to external kernels
- PR 3501 - PR: Handle Mac menubar icon bug
- PR 3499 - Testing: Pin conda-build to 2.0.0
In this release 9 pull requests were merged
- The Object Inspector pane was renamed to Help.
- Add a new icon theme based on FontAwesome.
- Add an Introduction interactive tutorial (under the
Help
menu). - Add new default layouts (Horizontal, Vertical, Matlab and Rstudio), and also the possibility to name custom layouts.
- Panes that are tabbed next to each other can now be rearranged by dragging and dropping their tabs.
- Check for Spyder updates at startup, and also if you go to the menu entry
Help > Check for updates
. - Add the shortcut
Shift+Alt+R
to restart the application. - Add an option to warn when exiting the application, under
Preferences > General > Interface > Prompt when exiting
. - Add Portuguese, Russian and Japanese translations.
- Remove light mode
- Add highlighting and code completion to all file types supported by Pygments (a syntax highlighting library)
- Use
Ctrl+M
andCtrl+Alt+M
to visually create matrices and vectors. It also works on the Python and IPython consoles. - Add a new file switcher inspired by the Sublime Text one, which can be called
with the
Ctrl+P
shortcut. It can also be used to look for classes, functions and methods inside a file, using the@my_function
syntax.
- A new menu entry called Projects was added to the main window with all actions related to projects.
- A project now saves the state of open files in the Editor, so that people can easily work on different coding efforts at the same time.
- The project's path is added to
PYTHONPATH
, so that Python packages developed as part of a project can be easily imported in Spyder consoles. - The project explorer now shows a file tree view of the current project, as other editors and IDEs do (e.g. Sublime Text and VSCode).
- Projects are completely optional and not imposed on users, i.e. users can work without creating any project.
- Keyboard shortcuts can now be entered in an easier and more intuitive way.
- Add a menu entry to reset to default settings, under
Tools > Reset Spyder to factory defaults
. - The language used in the main interface can now be changed. The option to
do it is present in
General > Advanced Settings
. Syntax coloring
now has a preview of the selected theme and it's able to change the current theme for all plugins.- Plain and Rich text fonts for all plugins are now changed in
General > Appearance
. - Add a new entry called
Python interpreter
to allow people to select the interpreter used for all Python and IPython consoles (this was before inConsole > Advanced settings
). - Rename the
Console
entry toPython console
.
- Drop support for IPython 3.0 and older versions.
- Support the new
qtconsole
package instead. - Communicate directly with IPython kernels instead of doing it through the Python console.
- Enter debugging mode if running a file generates errors. This is not activated
by default but you can do it by going to
Run > Configure > General settings
.
- Add the ability to save and restore profiler data to compare speed improvements.
- Get directory completions by pressing the
Tab
key twice on it.
- The
spyderlib
module was renamed tospyder
spyderplugins
has been removed and its plugins have been assigned to different different modules (spyder_profiler
,spyder_breakpoints
, etc) still distributed with the Spyder package.
spyderlib.widgets.dicteditor.DictEditor
has been renamed tospyder.widgets.variableexplorer.collectionseditor.CollectionsEditor
.spyderlib/widgets/dicteditorutils.py
has been renamed tospyder/widgets/variableexplorer/utils.py
.spyderlib/widgets/externalshell/namespacebrowser.py
has been moved tospyder/widgets/variableexplorer
.spyderlib/widgets/externalshell/syntaxhighlighters.py
has been moved tospyder/utils/
.- Variable Explorer editor widgets were moved from
spyderlib.widgets
tospyder.widgets.variableexplorer
:spyder.widgets.variableexplorer.arrayeditor
spyder.widgets.variableexplorer.collectionseditor
spyder.widgets.variableexplorer.objecteditor
spyder.widgets.variableexplorer.texteditor
spyder.widgets.variableexplorer.dataframeeditor
- Modules used for configuration options (e.g.
spyderlib.config
,spyderlib.baseconfig
, etc) were moved to a new namespace calledspyder.config
. - Modules and files related to the application have been moved to
spyder.app
. spyderlib/plugins/projectexplorer.py
has been renamed tospyder/plugins/projects.py
spyderlib/widgets/projectexplorer.py
has been renamed tospyder/widgets/projects/explorer.py
spyderlib/plugins/inspector.py
was renamed tospyder/plugins/help.py
.spyderlib/utils/inspector
was renamed tospyder/utils/help
.spyderlib.qt
was removed.spyderlib/widgets/ipython.py
was broken in several files insidespyder/widgets/ipythonconsole
.spyder/widgets/externalshell/{sitecustomize.py, osx_app_site.py}
were moved tospyder/utils/site
spyder/widgets/externalshell/start_ipython_kernel.py
was moved tospyder/utils/ipython
- Drop support for Python 2.6 and 3.2.
- Support PyQt5.
- Drop official support for PySide. Support for it will have to come from the community.
- Move our settings directory to
HOME/.spyder{-py3}
. Previous location wasHOME/.spyder2{-py3}
- On Linux we now follow the XDG specification to save our settings, i.e. they are saved in
~/.config/spyder{-py3}
or$XDG_CONFIG_HOME/spyder{-py3}
if$XDG_CONFIG_HOME
is defined. - Use the new (pythonic) style for signals and slots.
- Test Spyder with the help of Travis and AppVeyor.
- Code completions and help retrieval on the Editor are done asynchronously using a client/server architecture based on PyZMQ.
- Spyder now uses the
qtpy
package to be able to work with PyQt4 and PyQt5 seamlessly.
Issues
- Issue 3428 - runfile is not defined ?
- Issue 3427 - Spyder is opening black DOS windows now
In this release 2 issues were closed
Pull requests
- PR 3451 - Update Brazilian Portuguese translation
- PR 3450 - Update Spanish translation
- PR 3446 - Some fixes for Appveyor and Travis
- PR 3442 - Avoid showing cmd consoles when starting IPython kernels on Windows
- PR 3441 - Update Russian translation
- PR 3439 - Fix profiler
- PR 3438 - Add an init file to utils/site so it can be added to our tarballs
In this release 7 pull requests were merged
Issues
- Issue 3419 - IPython console: help window hijacks
?
keypress - Issue 3403 - Error when opening project and cancelling
- Issue 3354 - IPython console run code lines not being saved in preferences
- Issue 3109 - Auto select the only IPython or Python console after startup
- Issue 3011 - Cannot connect to existing kernel with full path specified
- Issue 2945 - Cannot locate kernel json file when connecting to remote ipython kernel
- Issue 2918 - Spyder always switches back to IPython kernel from IPyhton console
- Issue 2846 - Import runfile() produces errors when using a virtualenv
- Issue 2844 - Spyder won't connect to kernel / IPython console after switching to an external interpreter
- Issue 2790 - Make "Ask for confirmation before closing tabs" in IPython console work for all consoles
- Issue 2696 - Enter in the IPython console inserts new line instead of executing current line after kernel restart
- Issue 1860 - Don't show IPython kernels in the Python console by default
In this release 12 issues were closed
Pull requests
- PR 3423 - Try to fix plotting on Windows for the Python Console
- PR 3422 - Don't try to use "?" to automatically get help in the IPython console
- PR 3421 - Don't show a message when users press cancel in the "Open project" dialog
- PR 3420 - Skip testing the Spyder kernel for IPython consoles
- PR 3386 - Allow plugins with no dockwidgets
- PR 3368 - Avoid eval() when reading config file
- PR 2878 - PR: Remove IPython kernels from the Python console and connect directly to them
In this release 7 pull requests were merged
Issues
- Issue 3363 - Spyder wont start unless file ".spyderproject" is deleted. UnpicklingError
- Issue 3274 - Text not visible in new file switcher in KDE
- Issue 3211 - Edited syntax coloring preferences are not applied or saved
- Issue 3128 - Project Explorer filename filter (minor)
- Issue 3099 - Can existing files be added to a Spyder project?
- Issue 2887 - Make .spyderproject a textfile
- Issue 2636 - Problems with filename extension for saved sessions
- Issue 2595 - Spyder project renames/creates folders by removing first letter of imported directories
- Issue 2460 - Design for Projects in 3.0
- Issue 1964 - Project explorer doesn't refresh its contents
- Issue 1947 - New Project not getting created
- Issue 1642 - Files excluded by the filter list are displayed in the project explorer after start of spyder
- Issue 1554 - Add project's path to our PYTHONPATH so that it can be imported in the console
- Issue 1320 - Reorganize Spyder repository
- Issue 1317 - Make Project Explorer remember state of open files when reopening
In this release 15 issues were closed
Pull requests
- PR 3377 - Completely rewrite our support for Projects
- PR 3370 - Some improvements to our CI services
- PR 3369 - Remove some old files and directories
- PR 3356 - Remove icons from tabs for the Editor and IPython Console
- PR 3355 - Some improvements to our file switcher
- PR 3277 - Finish reorganization of the Spyder repo
In this release 6 pull requests were merged
Issues
- Issue 3351 - Spyder not opening because of problems with spyder.lock
- Issue 3327 - Drag and drop from OS file explorer is not working
- Issue 3308 - Variable Explorer fails to display DataFrame with categories
- Issue 3306 - Spyder unresponsive, requires forced quit (OS X)
- Issue 3297 - Pressing Ctrl+P twice opens file switcher twice
- Issue 3293 - F9 does not auto advance when it's at the last line
- Issue 3288 - "Quit Spyder" menu entry doesn't work in 3.0.0b4 (OS X 10.11)
- Issue 3287 - Spyder can't open a console because of problems with Beautiful Soup
- Issue 3282 - QApplication is used from QtGui instead of QtWidgets in app/spyder.py
- Issue 2940 - Variable explorer can't show Pandas objects containing timezone aware columns
- Issue 2629 - Use XDG_CONFIG_HOME for config directory on Linux
- Issue 2465 - Images are not rendered by the Help pane on Windows
- Issue 2119 - Spyder doesn't render well on HighDpi screens
In this release 13 issues were closed
Pull requests
- PR 3366 - Fix "Quit Spyder" action on OS X
- PR 3357 - Remove lock file as part of --reset
- PR 3353 - Rewrite computation of max and min in dataframe editor
- PR 3352 - Use XDG_CONFIG_HOME to save our settings on Linux
- PR 3339 - Fix dragging and dropping files to the Editor
- PR 3338 - Testing: Use Qt/PyQt 5.6 packages in Travis
- PR 3336 - PR: Update readme and organize badges
- PR 3333 - Enable high DPI scaling on Qt >= 5.6
- PR 3325 - Fix further freezes because of pyzmq
- PR 3324 - Make 'run line' add a blank line if on last line.
- PR 3319 - Test Spyder with Qt 5.6 in AppVeyor
- PR 3315 - Fix showing images in the Help plugin for Windows
- PR 3313 - Toggle file switcher when pressing its keyboard shortcut
- PR 3312 - Fix monkey-patching of QApplication
- PR 3310 - Fix error when Beautiful Soup is installed incorrectly
- PR 3300 - Re-include plugins in setup.py packages
- PR 3295 - PR: Fix/Find in files
- PR 3294 - Add keyboard shortcuts to context menu in editor
- PR 3285 - Japanese translation
- PR 3273 - Testing: Don't use particular tags when installing local conda packages
In this release 20 pull requests were merged
Issues
- Issue 3267 - Spyder 3.0 Beta3 fails to start in OS X
- Issue 3237 - Unable to see Float16 in Spyder Variable Explorer
- Issue 3231 - Deprecation warning from IPython 5.0.0b4
- Issue 3230 - Spyder is failing because of wrong qtpy version
- Issue 3223 - Spyder 3.0 Beta 3 crashing or freezing because of zmq problems
- Issue 3219 - Pylint report not jumping to line
- Issue 3206 - Local variable 'backends' referenced before assignment when starting IPython kernel
- Issue 3188 - Spyder crashes after creating a new file from Project/File Explorer
- Issue 3187 - Spyder crashes after deleting a folder in File explorer
- Issue 3186 - "New -> Module..." menu not saving the new module file to the disk
- Issue 3159 - Cannot search text in Help pane
- Issue 3155 - Exception raised when running script in external terminal
- Issue 3150 - Fix external plugins import
- Issue 3116 - Console panel resizing itself as new console tabs are opened
- Issue 3020 - DataFrame editor should first sort up, then down
- Issue 3010 - DataFrame editor should do a stable sort
- Issue 2995 - Variable explorer - Sequence break with wrong mapping
- Issue 2976 - Profiling hangs/freezes Spyder
- Issue 2915 - Problems with changing keyboard shortcuts on Mac
- Issue 2914 - Change keybinding for Replace text (⌘H) in the Editor on Mac
- Issue 1462 - Repeatable segfault while editing HTML file
- Issue 872 - Quotes and colons autocompletion
In this release 22 issues were closed
Pull requests
- PR 3271 - Fix introspection plugin server restart and timeout
- PR 3266 - Fix searching text in our Web widgets
- PR 3264 - Support float16 values in array editor
- PR 3261 - Fix timeouts in AppVeyor
- PR 3260 - Fix handling of unmatched end-of-HTML-comment.
- PR 3253 - Update minimal required version of several of our dependencies
- PR 3252 - Change Replace shortcut from Ctrl/Cmd+H to Ctrl/Cmd+R
- PR 3251 - Fix problems in AppVeyor because of update in conda-build
- PR 3248 - Fix heartbeat in introspection client/server
- PR 3240 - Improve sorting in dataframe editor
- PR 3235 - Fix several problems with our shortcuts system
- PR 3234 - Create only one instance of IntrospectionManager for the application
- PR 3233 - Fixes for qtpy 1.1.0
- PR 3228 - Fix a bug preventing Spyder to open external file In Mac application
- PR 3227 - Fix keyboard interrupt handling in plugin_server.py
- PR 3222 - Variable explorer: Disregard list1 when sorting list1 against list2
- PR 3218 - PR: Allow empty wdir option to run_python_script_in_terminal
- PR 3217 - Fix icon name in conda windows build script.
- PR 3210 - PR: Follow the Flask plugin model instead of namespace packages
- PR 3209 - Fix undefined
backends
when starting IPython kernel - PR 3190 - Fix small Explorer bugs about file operations
- PR 3177 - PR: Fix automatic insertion of colon
- PR 3174 - PR: Fix tutorial images on Windows
- PR 3095 - Add some indentation tests
- PR 3024 - Added QMutex protection to write_output in Python consoles to avoid crashes when writing long outputs
In this release 25 pull requests were merged
Issues
- Issue 3145 - Spyder doesn't work with Qt 5.6
- Issue 3129 - Is there a way to modify the main window title?
- Issue 3122 - Test array builder widget
- Issue 3115 - Automatically advance to the next line after pressing F9
- Issue 3113 - Cannot change font or font size
- Issue 3112 - Cannot open preferences dialog because of missing PYQT5 constant
- Issue 3101 - Migrate to qtpy
- Issue 3100 - Migrate to qtpy: Remove internal Qt shim used by Spyder.
- Issue 3084 - Variable Explorer generates an error while editing a DataFrame
- Issue 3078 - (I)Python consoles are not setting PyQt API to #2
- Issue 3073 - Spyder doesn't work with QtWebEngine
- Issue 3061 - Different output for internal and external console on Windows
- Issue 3053 - Ctrl+I doesn't seem to work on the editor on current tree on Windows
- Issue 3041 - Spyder crash with "too many files open" message
- Issue 3033 - Create a Remote Procedure Call helper
- Issue 3022 - Turn off module completion fallback
- Issue 3021 - Ghost completions
- Issue 3013 - "Goto definition" stopped working (3.0.0b2 Mac)
- Issue 3009 - Spyder crashes with Python 3.5 and pyqt4 if there are no existing configuration files
- Issue 3000 - Shortcuts: reset console / empty namespace
- Issue 2986 - Add context menu option for %reset
- Issue 2968 - Variable explorer gives an error when copying values
- Issue 2912 - Change keybinding for re-running last script
- Issue 2910 - Automatically set working directory in console
- Issue 2900 - 'Commit' command in File explorer not working in Spyder 3.0.0b2
- Issue 2877 - path module not available in 3.0.0b2
- Issue 2853 - Set all fonts to be one and only one for all plugins in spyder
- Issue 2835 - Control+C should not copy if it has nothing selected on the editor
- Issue 2724 - Editor very slow on Mac Yosemite and El Capitan
- Issue 2703 - File in Project Explorer is being executed(?) on dbl-click
- Issue 2619 - Spyder fails to start on light mode because of check_updates code
- Issue 2438 - Use a single font for all panes
- Issue 2407 - very slow auto completion with pandas
- Issue 2376 - Rename Object Inspector plug-in
- Issue 2354 - Context menu for tabs in editor should allow "close all but this" and "close all to the right"
- Issue 2268 - Start testing with pytest/pytest-qt and coverage for Spyder
- Issue 1996 - Unable to change the interface colors despite saving them in the preferences.
- Issue 1750 - Fail to do automatic indentation after comments
- Issue 1730 - 2 or 4 spaces, not 3
- Issue 820 - Move all color-related options into Preferences -> Color scheme
In this release 40 issues were closed
Pull requests
- PR 3204 - Make "Spyder 3" the default icon theme
- PR 3201 - Fix AppVeyor failures
- PR 3198 - Support PyQt 5.6
- PR 3151 - More robust plugin initialization in layout
- PR 3146 - Editor: Move to next line in run_selection() if nothing selected
- PR 3133 - Add an option to set window title to the command line
- PR 3120 - PR: Add pytests for array builder, code coverage and quantified code
- PR 3119 - PR: fix Russian translation
- PR 3105 - Remove our internal Qt shim in favor of QtPy
- PR 3098 - PR: Migrate to qtpy
- PR 3086 - Fix interrupt handling on Windows
- PR 3072 - Added Russian translation. Updated POT file
- PR 3062 - Fix consoles encoding in Python 3
- PR 3060 - Start testing with Qt5 on Windows
- PR 3049 - Implement a new Async Server approach based on pyzmq to get completions on the Editor
- PR 3043 - Copying when nothing is selected no longer affects the clipboard.
- PR 3036 - PR: Improve Syntax Coloring preferences page and set color scheme for all plugins there
- PR 3035 - PR: Remove font groups from plugins and move to general preferences
- PR 3034 - Report missing hard dependencies after startup
- PR 3032 - Fix errant completions
- PR 3029 - Add shebang line to default template.py
- PR 3023 - Fix bug in get encoding from "coding" comment line
- PR 3018 - PR: Remove Jedi special code in tests and other minor fixes
- PR 3015 - Editor: Fix code completions when working with bootstrap
- PR 2997 - Added context menu option to reset IPython namespace
- PR 2974 - Center cell icon
- PR 2973 - PR: Show all supported text files when opening files with "File > Open"
- PR 2971 - Make run-cell icons pixel-perfect
- PR 2957 - PR: Select the word under cursor if nothing is selected in Find/Replace
- PR 2955 - PR: Make backspace move to parent directory in file explorer
- PR 2952 - PR: Enable 'Save All' if there are files to be saved
- PR 2939 - PR: More accurate test for text-like files
- PR 2935 - PR: Improving Spyder 3 icon theme
- PR 2932 - PR: Asynchronous introspection for the Editor
- PR 2930 - PR: fix not decorated slots connected to 'triggered' and 'clicked' signals
- PR 2929 - Hide Help plugin if Sphinx is not installed
- PR 2919 - PR: Synchronize entry in Working Directory toolbar with console's current working directory
- PR 2917 - PR: Create a new module called app and move there all modules related to our application
- PR 2913 - Move to use Jupyter imports and remove support for IPython 3
- PR 2897 - Fixed typos (thanks to Benjamin Weis)
- PR 2890 - Added .idea folder to .gitignore for PyCharm users
- PR 2888 - Add 3,5,6,7,8 spaces as options in indentation of the Editor
- PR 2886 - Remove official support for PySide
- PR 2881 - PR: Crashing on shortcut assignment with PyQt5
- PR 2879 - Use PyQt5 as default API
- PR 2874 - Remove light mode
- PR 2873 - Rename Object Inspector plugin to Help
- PR 2669 - PR: Use pygments in introspection
- PR 2519 - Add "close all but this" and "close all to the right" entries to the Editor context menu
- PR 2184 - Prevent cmd.exe shell windows popping up in the background when calling subprocess
In this release 50 pull requests were merged
Issues
- Issue 2852 - Create conda.recipe folder at repo level
- Issue 2836 - Dicom plugin error in bootstrap.py
- Issue 2795 - Option 'Automatic insertion of parentheses, braces and brackets' has issues when un-checked
- Issue 2792 - Changing IPython graphics backend to "Qt" will result in error when using Qt5
- Issue 2788 - Plots are requiring a Ctrl+C in the Python console when using the Qt4 backend on Windows
- Issue 2779 - Bundled rope version is causing Spyder to crash
- Issue 2766 - fix ArrayEditor under PyQt5
- Issue 2763 - Release 3.0 with PyQt5 as default
- Issue 2756 - fallback_plugin tests are failing
- Issue 2748 - Spyder freezes when large MaskedArrays are in memory
- Issue 2737 - UI issues with collapse/expand in the profiler
- Issue 2736 - Profiler config does not carry command line arguments correctly
- Issue 2685 - "unable to connect to the internet" nag screen in 3.0.0b1
- Issue 2677 - Autocomplete for working directory widget
- Issue 2674 - Add run cell (and run cell advance) to right click prompt
- Issue 2672 - Autocomplete does not insert correct word when requested with Ctrl+Space
- Issue 2612 - Fix version detection on the Dependencies dialog
- Issue 2598 - Cannot change between UI tabs on OSX
- Issue 2597 - new icon theme broken on OSX
- Issue 2581 - Autoparens appear when autocompleting in the import section
- Issue 2574 - Create wheels for Spyder
- Issue 2573 - Spyder is crashing with PyQt5.5.0 on Windows / Python 3.4
- Issue 2569 - Spyper cannot read yahoo stock price
- Issue 2555 - Main window is bigger than screen size, after a first start in Mac and KDE
- Issue 2527 - More suggestions for the "Spyder 3" icon theme
- Issue 2481 - Align boxes for different lines in preferences dialog
- Issue 2471 - Matplotlib Gtk backend is broken in Python consoles
- Issue 2439 - Rope not autocompleting when *args or **kwargs are present in function definition
- Issue 2436 - Background coloring in array view (variable explorer) doesn't work if array contains nans
- Issue 2433 - Argument cannot work in Spyder 2.3.4
- Issue 2427 - can't find pylint installed as python3-pylint
- Issue 2422 - Selecting line numbers from the side areas with pointer potentially buggy?
- Issue 2420 - Zoom should not be associated with a file
- Issue 2408 - Exception on autocomplete in the internal console
- Issue 2404 - Code completion raise exception when the editor widget is floating
- Issue 2401 - Unable to reset settings from the Main Window
- Issue 2395 - Can not show exception information correctly in IPython Console
- Issue 2390 - Code completion is failing on Python consoles
- Issue 2389 - Move helper widgets to helperwidgets.py
- Issue 2386 - Error in Python console on startup
- Issue 2385 - Can't report issue on master with PyQt5
- Issue 2381 - Disable post-crash popup in dev mode
- Issue 2379 - Spyder can't switch lines of code when those two lines are the last two in the file
- Issue 2352 - Some issues with code completion in the Editor
- Issue 2348 - Combobox to choose Matplotlib backend
- Issue 2347 - Add shortcuts to move to next/previous line in the Editor
- Issue 2340 - SublimeText-like file switching widget
- Issue 2317 - Object Inspector Text on Mac OS X is Misleading
- Issue 2313 - 'NoneType' is not iterable in introspection/fallback_plugin.py
- Issue 2308 - Python console stops running after first execution
- Issue 2307 - Enhancement: Add check for updates and allow for autoupdating inside spyder
- Issue 2306 - Enhancement: Add restart functionality to spyder.
- Issue 2305 - Profiling error
- Issue 2300 - Unable to start my Spyder
- Issue 2289 - Disable icons in menus on Mac OS X
- Issue 2282 - Incorrect setting of Qt API n°2
- Issue 2277 - "TypeError: decoding Unicode is not supported" when debugging
- Issue 2275 - Can not report issue from dev version
- Issue 2274 - Can not start spyder under python2 because guidata doesn't support PyQt5
- Issue 2267 - Move Conda Package Manager to its own repo
- Issue 2251 - Spyder crashing on very long output
- Issue 2250 - IPython 3.0 is showing a deprecation warning in the Internal Console
- Issue 2249 - TypeError: 'method' object is not connected: self.timer.timeout.disconnect(self.show_time)
- Issue 2248 - ImportError: No module named 'conda_api_q'
- Issue 2235 - Error when running Spyder with Python 2 and PyQt5
- Issue 2231 - Master has issues when plotting graphs through matplotlib in Python consoles
- Issue 2213 - Show absolute and relative (to the current file in Editor) images in Object inspector
- Issue 2210 - Icons as vector graphics to support retina displays
- Issue 2204 - Windows: something is preventing "File" and "Edit" menus being clicked
- Issue 2141 - File list management broken in master
- Issue 2125 - Removal of keyboard shortcut causes errors to be thrown
- Issue 2117 - Add missing methods to SpyderPluginMixin
- Issue 2096 - Feature Request: Add option to lock window/pane layout
- Issue 2083 - Spyder stopped working with Qt4.6
- Issue 2061 - Spyder cannot load matplotlib if the latter tries to use PyQt5
- Issue 2047 - Provide Keyboard Shortcut for Save As
- Issue 2024 - Add folders with subfolders with path manager
- Issue 2010 - runfile arguments with spaces
- Issue 2001 - inserting line break in code line does not align well on next line
- Issue 1966 - Add fallback syntax highlighter using Pygments autodetection
- Issue 1940 - Add search functionality for keyboard shortcuts
- Issue 1924 - Add interactive tutorials
- Issue 1923 - Bug when changing output and input prompts in the IPython console
- Issue 1876 - Editor: Move suggested completion item to top of window
- Issue 1850 - Calltip traceback while using Jedi
- Issue 1761 - F5 (run) saves editor file, but F10 (profile) does not
- Issue 1749 - Cycle tabs via Ctrl-PageUp/PageDown
- Issue 1394 - Let the user select his/her own localization settings
- Issue 1387 - Integrate post mortem debugging (like IEP)
- Issue 1335 - Add option for naming the custom layouts
- Issue 1239 - Include a package manager
- Issue 1221 - Spyder doesn't use Native OS X fullscreen
- Issue 1212 - Add keyboard shortcuts for beginning of line and end of line
- Issue 1001 - How to change UI language
- Issue 729 - Enable assigning shortcuts for cursor navigation on the Editor
- Issue 494 - Need to hit Enter to change a keyboard shortcut (unintuitive)
- Issue 478 - Slash does not work as keyboard shortcut key
- Issue 404 - Spyder becomes unresponsive while loading a large source file
- Issue 195 - Backspace (\b) and carriage return (\r) characters are not printed correctly in the console
In this release 99 issues were closed
Pull requests
- PR 2847 - Use High dpi pixmaps
- PR 2838 - Import spyplugins only if there's a valid spec/module
- PR 2831 - Remove external dependencies
- PR 2826 - Remove imports from widgets/init because they are making Spyder crash
- PR 2825 - Fix tests in Travis after a recent update of conda-build
- PR 2813 - Test spyplugins widgets on AppVeyor and other minor fixes
- PR 2810 - Restore the insertion of the "(" character when parameter close_parentheses_enabled is False
- PR 2808 - Make F10 (profile) save the current file before running
- PR 2800 - Fix problems in AppVeyor and Travis
- PR 2786 - Move the spyder script to the right place if it isn't present in the site Scripts directory
- PR 2784 - Fix runfile argument parsing error by using shlex
- PR 2778 - Use Appveyor to test on Windows
- PR 2777 - Fix important errors in Travis
- PR 2776 - Rename spyderlib.widgets.editors to spyderlib.widgets.variableexplorer
- PR 2774 - Add dependencies to pip
- PR 2767 - Fix arrayeditor import error in PyQt5
- PR 2762 - Start testing with PyQt5
- PR 2761 - Test Spyder with Python 3.5
- PR 2758 - Fix failing fallback_plugin tests and add to modules_test
- PR 2752 - Test widgets in Travis
- PR 2750 - Improved copying and selection behaviour of array editor
- PR 2747 - Don't use bootstrap on Travis
- PR 2746 - Move Variable Explorer widgets and utility libraries to its own namespace: widgets/varexp
- PR 2741 - Get rid of the last shim warning with IPython/Jupyter 4
- PR 2740 - Read correctly the run config for profiling
- PR 2739 - Fix collapse/expand buttons in profiler widget
- PR 2718 - Fix issue with qtawesome fonts not rendering on OS X
- PR 2702 - Fix tabbar issue in OSX
- PR 2692 - Add tab completions for PathCombobox
- PR 2691 - Fixed PyQt5 detection without QT_API env var
- PR 2687 - Opt out of certificate verification on check for updates
- PR 2673 - Fix single item completion
- PR 2671 - Test module importing on Travis
- PR 2602 - Revert auto open parens on completion
- PR 2594 - Import HelperToolButton from helperwidgets.py in arraybuilder
- PR 2590 - Redesign file switcher (a la Sublime Text)
- PR 2587 - Homogenize History Pane UI
- PR 2585 - Homogenize Object inspector UI
- PR 2584 - Homogenize variable explorer UI
- PR 2583 - Homogenize file explorer UI
- PR 2582 - Move MessageCheckBox widget from workers to helperwidgets.py
- PR 2577 - Make "copy" work better with numpy arrays
- PR 2576 - Fix issues in Python3/PyQt5.5
- PR 2575 - Reorganize repo: grouped config files inside spyderlib/config
- PR 2565 - Change plugins directory to spyplugins and make it a namespace package
- PR 2559 - Fix default layout dockwidget on first Spyder start
- PR 2547 - Fix resetting IPython custom exception hook
- PR 2537 - fix misspelled extension
- PR 2533 - Spyder 3 icon theme changes
- PR 2523 - Keyboard shortcut editor enhancements
- PR 2511 - New Spyder 3 icons for run-cell and run-cell inplace
- PR 2504 - Update Spyder 3 icon theme: vertical alignment of maximize/unmaximize
- PR 2501 - Make blank space less apparent.
- PR 2492 - proof read tutorial.rst and removed several typos
- PR 2489 - Remove warning message associated to language on Linux
- PR 2488 - Improve appearance of options inside the preferences dialog
- PR 2480 - Enable standard icons
- PR 2457 - Return default language in case no locale is found
- PR 2445 - Fix handling of jedi completions for jedi 0.9
- PR 2426 - Add option to toggle toolbars visibility
- PR 2425 - Add option in preferences to show/hide status bar
- PR 2423 - Reset spyder and restart from within running application
- PR 2412 - Open preferences dialog even if a plugin raises errors
- PR 2410 - Print git revision and branch in bootstrap.py instead of mercurial
- PR 2409 - Fix error when trying an empty complete in internal console
- PR 2405 - Avoid exception when the Editor is floating and users are trying to get completions
- PR 2391 - Fix #2390, completions in python console
- PR 2382 - Allow the last two lines in a file to be switched
- PR 2371 - Automatically add parens for function completions
- PR 2369 - Add drag support for dockwidgets sharing same position
- PR 2367 - New KeySequence Editor for Keyboard Shortcut Preferences
- PR 2366 - Update Path.py to version 7.3
- PR 2357 - Fix some completion issues on the Editor (issue #2352)
- PR 2349 - Add support for language selection in preferences
- PR 2345 - Add lock/unlock option for panes
- PR 2337 - Add Icons to Completions
- PR 2331 - Finish Introduction tour
- PR 2328 - README.md running from source is a killer feature
- PR 2322 - Make completions scroll to top of list
- PR 2321 - Add a check for updates method
- PR 2319 - Handle a connection abort error on shutdown
- PR 2318 - Fix Object inspector message for OSX
- PR 2316 - Use empty string instead of None for fallback. Fixes #2313.
- PR 2312 - Fixes #2306: Add a restart method
- PR 2309 - Replace obsolete setTextColor method by setForeground in qtreewidgetitem
- PR 2301 - Run selection enabled even with empty selection
- PR 2295 - Update CHANGELOG.md
- PR 2291 - Add "func" to enaml highlighter
- PR 2286 - Setting Qt API n°2 for all supported objects
- PR 2281 - Add travis support for basic start of spyder
- PR 2260 - New set of icons based on FontAwesome
- PR 2253 - Try to avoid crashes on long output into Python console in a short time
- PR 2243 - Don't add invalid paths to IMG_PATH
- PR 2237 - Changed the IPython completion option from a checkbox to a combobox
- PR 2226 - Add PyQt5 to Qt binding choices for Python consoles
- PR 2222 - Update pep8 version shipped with spyder from 1.4.6 to 1.6.2
- PR 2218 - Update AUTHORS
- PR 2217 - Keybinding Enhancements
- PR 2208 - Fix issue 2204 in tour - blocking file and edit menu
- PR 2205 - Added Brazilian Portuguese translation
- PR 2202 - Allow tab cycling with ctrl+pageup/down
- PR 2198 - Fill in missing global run config options
- PR 2189 - Provide a base implementation for closing_plugin
In this release 103 pull requests were merged