Skip to content

Releases: spyder-ide/spyder

Spyder 3.1.1

22 Jan 17:41
Compare
Choose a tag to compare

For the list of new features, closed issues and merged pull requests in this release, please see our Changelog.

Spyder 3.1.0

18 Jan 03:48
Compare
Choose a tag to compare

For the list of new features, closed issues and merged pull requests in this release, please see our Changelog.

Spyder 3.0.2

20 Nov 23:20
Compare
Choose a tag to compare

For the list of closed issues and merged pull requests in this release, please see our Changelog.

Spyder 3.0.1

19 Oct 22:36
Compare
Choose a tag to compare

For the list of closed issues and merged pull requests in this release, please see our Changelog.

Spyder 3.0.0

24 Sep 12:52
Compare
Choose a tag to compare

Spyder 3.0 comes with several interesting and exciting new features. The most important ones are:

  • Third-party plugins: External developers can now create plugins that extend Spyder in
    novel and interesting ways. For example, we already have plugins for the line-profiler
    and memory-profiler projects, and also a graphical frontend for the conda package
    manager. These plugins can be distributed as pip and/or conda packages for authors
    convenience.
  • Improved projects support: Projects have been revamped and improved significantly in
    Spyder 3.0. With our new projects support, people have the possibility of easily
    working on different coding efforts at the same time. That's because projects save the
    state of open files in the Editor and allow Python packages created as part of the
    project to be imported in our consoles.
  • Support for much more programming languages: Spyder relies now on the excellent Pygments
    library to provide syntax highlight and suggest code completions in the Editor, for all
    programming languages supported by it.
  • A new file switcher: Spyder 3.0 comes with a fancy file switcher, very similar in
    spirit to the one present in Sublime Text. This is a dialog to select among the open
    files in the Editor, by doing a fuzzy search through their names. It also lets users to
    view the list of classes, methods and functions defined in the current file by using the syntax
    @function. The switcher is activated with Ctrl+P.
  • A Numpy array graphical builder: Users who need to create NumPy arrays in Spyder for
    matrices and vectors can do it now in a graphical way by pressing Ctrl+M in the Editor
    or the Consoles. This will open an empty 2D table widget to be filled with the data
    required by the user.
  • A new icon theme based on FontAwesome.
  • A new set of default pane layouts for those coming from Rstudio or Matlab (under
    View > Window layouts).
  • A simpler and more intuitive way to introduce keyboard shortcuts.
  • Support for PyQt5, which fixes problems in MacOS X and in high resolution screens.

For a complete list of changes, please see our Changelog.

Spyder 3.0.0 beta7

17 Sep 13:22
Compare
Choose a tag to compare
Spyder 3.0.0 beta7 Pre-release
Pre-release

For the list of closed issues and merged pull requests in this release, please see this link.

Spyder 3.0.0 beta6

30 Aug 21:43
Compare
Choose a tag to compare
Spyder 3.0.0 beta6 Pre-release
Pre-release

For the list of closed issues and merged pull requests in this release, please see this link.

Spyder 3.0.0 beta5

22 Aug 14:32
Compare
Choose a tag to compare
Spyder 3.0.0 beta5 Pre-release
Pre-release

For the list of closed issues and merged pull requests in this release, please see this link.

Spyder 3.0.0 beta4

30 Aug 21:40
Compare
Choose a tag to compare
Spyder 3.0.0 beta4 Pre-release
Pre-release

For the list of closed issues and merged pull requests in this release, please see this link.

Spyder 3.0.0 beta3

07 Jun 00:37
Compare
Choose a tag to compare
Spyder 3.0.0 beta3 Pre-release
Pre-release

For the list of closed issues and merged pull requests in this release, please see this link.