Hi all,
On the behalf of the Spyder Project Contributors, I'm pleased to announce that Spyder 6.0.3 has been released and is available for Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder/releases
This release comes six weeks after version 6.0.2 and it contains the following important fixes and API changes:
- Restore widget shortcuts to Preferences and allow to change them on the fly.
- Add support for IPython enhanced tracebacks and use the selected color scheme in the editor when showing them.
- Improve the way users can select the interface font in Preferences.
- Activate Open last closed shortcut and restore some missing context menu actions in the Editor.
- Fix several issues when getting selections to run them.
- Use the INSTALLER_UNATTENDED environment variable to not launch Spyder automatically if installing it in batch/silent mode from the standalone installers.
- Add plugin_name kwarg to the register_shortcut_for_widget method of SpyderShortcutsMixin.
- The add_configuration_observer method was added to SpyderConfigurationObserver.
- Add items_elide_mode kwarg to the constructors of SpyderComboBox and SpyderComboBoxWithIcons.
- The sig_item_in_popup_changed and sig_popup_is_hidden signals were added to SpyderComboBox, SpyderComboBoxWithIcons and SpyderFontComboBox.
In this release we fixed 25 issues and merged 37 pull requests. For a full list of fixes, please see our Changelog.
Don't forget to follow Spyder updates/news on the project's website.
Last, but not least, we welcome any contribution that helps making Spyder an efficient scientific development and computing environment. Join us to help creating your favorite environment!
Enjoy!
Daniel