Skip to content

Releases: spyder-ide/spyder

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.

Spyder 2.3.9

26 Apr 23:21
Compare
Choose a tag to compare

Linux


Issues

  • Issue #3067 - File left open in sitecustomize when executing it in Python 3
  • Issue #3031 - Variable Explorer freezes when certain binary data is loaded
  • Issue #2991 - RuntimeWarning with pandas.dataframes that contain np.nan values
  • Issue #2984 - Can't access Preferences in spyder
  • Issue #2983 - Freeze while assigning data from numpy array when the data is a string

In this release they were closed 5 issues

Spyder 3.0.0 beta2

14 Dec 00:38
Compare
Choose a tag to compare
Spyder 3.0.0 beta2 Pre-release
Pre-release

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

Spyder 2.3.8

27 Nov 19:47
Compare
Choose a tag to compare

Windows

MacOS X

Linux


Issues

  • Issue #2819 - Spyder fails to start because of an error with scipy
  • Issue #2815 - Variable explorer is not recognizing Pandas Series objects
  • Issue #2793 - Connecting to kernel fails because of update to Matplotlib 1.5
  • Issue #2791 - DataFrame with no rows gives error when trying to view it
  • Issue #2783 - Spyder freezes on assigning a fits table data
  • Issue #2744 - Spyder hangs when creating an empty DataFrame on Python 2

In this release they were closed 6 issues