Ad
 
Learn More
Favicon of Spyder IDE Releases

Spyder IDE Releases

Active

Spyder • Last updated 7 days ago

Activity Score

95/100
Recency:30/30
Cadence:25/30
Completeness:30/30
Health:10/10
  • Updated in the last week
  • 5 updates in last 30 days
  • Complete entries with dates, titles, URLs, and summaries

Recent Updates

Spyder 6.2.0a2

Simple installation The easiest way to start using Spyder is by downloading our own installers for Windows, macOS and Linux: Windows (Windows 10+): Spyder-Windows-x86_64.exe macOS M1 (14.0+): Spyder-macOS-arm64.pkg Intel (13.0+): Spyder-macOS-x86_64.pkg Linux (CentOS 7+): Spyder-Linux-x86_64.sh Notes : To use packages such as Scikit-learn or Seaborn with these installers, please read the following entry in our documentation FAQ. To connect the installers to your current conda or pyenv environments, take a look at this other FAQ . Advanced installation Important Notes If you are new to Python or the Scientific Python ecosystem, we 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. 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 create -n spyder-env -c conda-forge python=3.11 conda activate spyder-env conda install -c conda-forge/label/spyder_dev -c conda-forge/label/spyder_kernels_dev -c conda-forge spyder=6.2.0a2 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 --pre -U spyder Note : Do not use this command if you are using Anaconda because it will break your installation. Contributors A big thank you to all the contributors that made this new minor first alpha release possible: @reachout-sreeram @hlouzada @athompson673 @larsoner @conradolandia @mrclary @dalthviz @ccordoba12 🎉 Release notes For the full list of closed issues and merged pull requests in this release, please see our Changelog .

Read more →

Spyder 6.2.0a1

Contributors A big thank you to all the contributors that made this new minor first alpha release possible: @ReinerBRO @hlouzada @conradolandia @jsbautista @jitseniesen @ccordoba12 @dalthviz 🎉 Release notes For the full list of closed issues and merged pull requests in this release, please see our Changelog .

Read more →

Spyder 6.1.6

Simple installation The easiest way to start using Spyder is by downloading our own installers for Windows, macOS and Linux: Windows (Windows 10+): Spyder-Windows-x86_64.exe macOS M1 (14.0+): Spyder-macOS-arm64.pkg Intel (13.0+): Spyder-macOS-x86_64.pkg Linux (CentOS 7+): Spyder-Linux-x86_64.sh Notes : To use packages such as Scikit-learn or Seaborn with these installers, please read the following entry in our documentation FAQ. To connect the installers to your current conda or pyenv environments, take a look at this other FAQ . Advanced installation Important Notes If you are new to Python or the Scientific Python ecosystem, we 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. 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 create -n spyder-env -c conda-forge python=3.11 conda activate spyder-env conda install -c conda-forge spyder=6.1.6 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. Contributors A big thank you to all the contributors that made this bugfix release possible: @athompson673 @M-Reimer @larsoner @ProcyonLotor42 @reachout-sreeram @mrclary @jsbautista @CAM-Gerlach @ccordoba12 @dalthviz @meeseeksmachine (backport bot) @spyder-bot ( translators ) 🎉 Release notes For the full list of closed issues and merged pull requests in this release, please see our Changelog .

Read more →

Spyder 6.1.5

Contributors A big thank you to all the contributors that made this bugfix release possible: @saaketp @ccordoba12 @officialasishkumar @hprodh @mrclary @jsbautista @rear1019 @dalthviz @meeseeksmachine (backport bot) @spyder-bot ( translators ) 🎉 Release notes For the full list of closed issues and merged pull requests in this release, please see our Changelog .

Read more →

Spyder 6.1.6rc1

No content.

Read more →

Spyder 6.1.4

Contributors A big thank you to all the contributors that made this bugfix release possible: @jitseniesen @skjerns @mrclary @athompson673 @rear1019 @jsbautista @CAM-Gerlach @ccordoba12 @mathstuf @dalthviz @meeseeksmachine (backport bot) @spyder-bot ( translators ) 🎉 Release notes For the full list of closed issues and merged pull requests in this release, please see our Changelog .

Read more →

Spyder 6.1.5rc2

No content.

Read more →

Spyder 6.1.5rc1

No content.

Read more →

Spyder 6.1.4rc3

No content.

Read more →

Spyder 6.1.4rc2

No content.

Read more →

Uniform Changelog API

Access Spyder changelog updates through our uniform API. Same JSON structure across all sources — no adapter-specific parsing needed.

API Endpoint
GET https://watchchangelog.com/api/v1/entries?source=spyder.releases
Response Sample
{
  "source": "spyder.releases",
  "vendor": "Spyder",
  "id": "tag:github.com,2008:Repository/30892477/v6.2.0a2",
  "published_at": "2026-08-20T01:07:28.000Z",
  "title": "Spyder 6.2.0a2",
  "url": "https://github.com/spyder-ide/spyder/releases/tag/v6.2.0a2",
  "summary": "Simple installation The easiest way to start using Spyder is by downloading our own installers for Windows, macOS and Linux: Windows (Windows 10+): Spyder-Windows-x86_64.exe macOS M1 (14.0+): Spyder-macOS-arm64.pkg Intel (13.0+): Spyder-macOS-x86_64.pkg Linux (CentOS 7+): Spyder-Linux-x86_64.sh Notes : To use packages such as Scikit-learn or Seaborn with these installers, please read the following entry in our documentation FAQ. To connect the installers to your current conda or pyenv environments, take a look at this other FAQ . Advanced installation Important Notes If you are new to Python or the Scientific Python ecosystem, we 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. 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 create -n spyder-env -c conda-forge python=3.11 conda activate spyder-env conda install -c conda-forge/label/spyder_dev -c conda-forge/label/spyder_kernels_dev -c conda-forge spyder=6.2.0a2 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 --pre -U spyder Note : Do not use this command if you are using Anaconda because it will break your installation. Contributors A big thank you to all the contributors that made this new minor first alpha release possible: @reachout-sreeram @hlouzada @athompson673 @larsoner @conradolandia @mrclary @dalthviz @ccordoba12 🎉 Release notes For the full list of closed issues and merged pull requests in this release, please see our Changelog .",
  "tags": [
    "Spyder",
    "spyder.releases",
    "ide",
    "python",
    "scientific"
  ]
}

Get Your Free API Key

Sign up to access the full changelog API. All public sources are free — no credit card required.

Sign Up Free →

Tags:

idepythonscientific

Related Sources

Favicon

 

  
  
Favicon

 

  
  
Favicon

 

  
  

Share: