Spyder v3.0.beta3 Release Notes

Release Date: 2016-06-06 // almost 8 years ago
  • ๐Ÿ›  Bugfixes

    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

    • 0๏ธโƒฃ 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
    • 0๏ธโƒฃ 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
    • 0๏ธโƒฃ 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