Spyder v2.1.7 Release Notes

  • ๐Ÿ› Bug fixes

    • Main window:
      • Detached dockwidgets were not painted after restarting Spyder ([Issue 880](../../issues/880))
    • Console:
      • Enhanced Python interpreter: %clear command was broken since v2.1.5
    • ๐Ÿ›  Object inspector's rich text mode: fixed unexpected indent error
    • โœ… IPython plugin: fixed compatibility issue with latest v0.12dev (thanks to Boris Gorelik)

    Other changes

    • ๐Ÿ‘ Variable explorer/Array editor: added support for masked arrays
    • ๐Ÿ‘‰ Showing Spyder's internal console automatically when there is a traceback
    • ๐Ÿ”Œ Do not crash when a 3rd party plugin failed to import
    • Editor:
      • Automatic insertion of single, double and triple quotes
      • Automatically colons insertion when pressing Enter after 'if', 'def', etc
      • Don't trigger code completion on comments if text ends with a dot
      • Added keyboard shortcut (Ctrl+Shift+Escape) to clear the console
      • Added keyboard shortcut (Ctrl+P) to print current file (thanks to fheday at gmail dot com for the contribution)
      • Code introspection features (code completion, calltips, go-to-definition) are now working even if script has syntax errors