Skip to content

Spyder-terminal release v1.2.0

Compare
Choose a tag to compare
@steff456 steff456 released this 16 Dec 21:29
· 38 commits to master since this release

Version 1.2.0, Minor release: Spyder-Terminal v1.2.0 for Spyder 5.2.x πŸŽ‰

  • Migration to Spyder's 5.2.x new API πŸ₯³
  • Update to xtermjs 4.15 πŸ†™
  • Improve new terminals when a project is available βž•

All Platforms

  • You can easily install this version if you use Anaconda by running:

    conda update anaconda
    conda install spyder -c conda-forge
    conda install spyder-terminal -c conda-forge
    

    Note: This usually takes a couple of days to work until conda packages are created and uploaded by conda-forge. Please be patient.

  • Or you can use pip with this command:

    pip install -U spyder-terminal
    

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