Skip to content

Releases: spyder-ide/spyder

Spyder 5.0.4

11 Jun 18:15
Compare
Choose a tag to compare

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

Spyder 5.0.3

17 May 17:50
Compare
Choose a tag to compare

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

Spyder 5.0.2

10 May 04:38
Compare
Choose a tag to compare

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

Spyder 5.0.1

16 Apr 16:57
Compare
Choose a tag to compare

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

Spyder 5.0.0

02 Apr 21:30
Compare
Choose a tag to compare

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

  • Improved dark theme based on QDarkstyle 3.0.
  • New light theme based on QDarkstyle 3.0.
  • New look and feel for toolbars.
  • New icon set based on Material Design.
  • New API to extend core plugins, with the exception of the Editor, IPython console and Projects.
  • New plugins to manage menus, toolbars, layouts, shortcuts, preferences and status bar.
  • New architecture to access and write configuration options.
  • New API to declare code completion providers.
  • New registries to access actions, tool buttons, toolbars and menus by their identifiers.

Release notes

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

Spyder 4.2.5

25 Mar 00:28
Compare
Choose a tag to compare

Simple installation

The easiest way to install Spyder is by using our own installers for Windows and macOS. You can download them from the following links:

To use these installers with your current conda or pyenv environments, please read the following entry in our documentation FAQ.

Advanced installation

Important Notes

  1. If you are new to Python or the Scientific Python ecosystem, we strongly recommend you to install and use Anaconda. It comes with Spyder and all its dependencies, along with the most important Python scientific libraries (i.e. Numpy, Pandas, Matplotlib, IPython, etc) in a single, easy to use environment.
  2. We also support pip, but please be aware that pip installations are for advanced users with good knowledge of all Spyder dependencies. Because of that, all installation problems you encounter are expected to be solved by you.

Anaconda

You can easily install this version if you use Anaconda by closing Spyder and then running the following command in a system terminal (Anaconda Prompt on Windows, xterm on Linux or Terminal.app on macOS):

conda install spyder=4.2.5

Notes:

  • It can take a week or two, or even up to a month, for a new Spyder version to be part of Anaconda. Please be patient until then and do not report it as a problem because we don't have any control over that.

  • If you installed Anaconda for the first time, you need to run the following command first:

    conda update anaconda
    

    before running the command above.

Pip

You can also use pip to update Spyder with the following command in a system terminal (cmd.exe on Windows, xterm on Linux or Terminal.app on macOS):

pip install -U spyder

Note: Do not use this command if you are using Anaconda because it will break your installation.

Release notes

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

Spyder 4.2.4

19 Mar 04:52
Compare
Choose a tag to compare

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

Spyder 4.2.3

04 Mar 01:49
Compare
Choose a tag to compare

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

Spyder 4.2.2

22 Feb 17:31
Compare
Choose a tag to compare

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

Spyder 4.2.1

18 Dec 16:59
Compare
Choose a tag to compare

Release notes

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