Spyder v3.0.beta4 Release Notes

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

    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