Hi all,

On the behalf of the Spyder Project Contributors <https://github.com/spyder-ide/spyder/graphs/contributors>, I’m pleased to announce that Spyder *4.0* has been released and is available for Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder/releases

This release represents more than three years of development since version 3.0 was released, and it introduces major enhancements and new features. The most important ones are:

 *

   Main Window

     o Dark theme for the entire application.
     o A new Plots pane to browse all inline figures generated by the
       IPython console.
     o Rename the following panes:
         + |Static code analysis| to |Code Analysis|
         + |File explorer| to |Files|
         + |Find in files| to |Find|
         + |History log| to |History|
         + |Project explorer| to |Project|
     o Create a separate window when undocking all panes.
     o Show current conda environment (if any) in the status bar.
 *

   Editor

     o Code folding.
     o Indentation guides.
     o A class/method/function lookup panel. This can be shown in the
       menu |Source > Show selector for classes and functions|.
     o Autosave functionality to recover unsaved files after a crash.
     o Optional integration with the Kite <https://kite.com/>
       completion engine.
     o Code completion and linting are provided by the Python Language
       Server.
 *

   IPython Console

     o Run files in an empty namespace.
     o Open dedicated consoles for Pylab, Sympy and Cython.
     o Run cells through a new function called |runcell|.
     o Run cells by name.
 *

   Debugger

     o Code completion.
     o Execute multi-line statements.
     o Syntax highlighting.
     o Permanent history.
     o |runfile| and |runcell| can be called when the debugger is active.
     o Debug cells with |Alt+Shift+Return|.
 *

   Variable Explorer

     o New viewer to inspect any Python object in a tree-like
       representation.
     o Filter variables by name or type.
     o MultiIndex support in the Dataframe viewer.
     o Support for all Pandas indexes.
     o Support for sets.
     o Support for Numpy object arrays.
     o Restore the ability to refresh it while code is being executed.
 *

   Files

     o Associate external applications to open specific file extensions.
     o Context menu action to open files externally.
     o Multi-select functionality with |Ctrl/Shift + mouse click|.
     o Copy/paste files and their absolute or relative paths.
     o Use special icons for different file types.
 *

   Outline

     o Show cells grouped in sections.
     o Add default name to all cells.

For a complete list of changes, please see our changelog <https://github.com/spyder-ide/spyder/blob/4.x/CHANGELOG.md>

Spyder 3.0 has been a huge success (being downloaded more than 2.5 million times in 2018 alone!) and we hope 4.0 will be as successful. For that we fixed 502 bugs, merged 741 pull requests from about 60 authors and added more than 5000 commits between these two releases.

Don’t forget to follow Spyder updates/news on the project’s website <https://www.spyder-ide.org>.

Last, but not least, we welcome any contribution that helps making Spyder an efficient scientific development/computing environment. Join us to help creating your favorite environment!

Enjoy!
Carlos

​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/c589a5df-7c01-e82b-1d47-f96be0192057%40gmail.com.

Reply via email to