|
1 | 1 | # Minor release to list
|
2 | 2 |
|
3 |
| -**Subject**: [ANN] Spyder 5.4.0 is released! |
| 3 | +**Subject**: [ANN] Spyder 5.4.1 is released! |
4 | 4 |
|
5 | 5 |
|
6 | 6 | Hi all,
|
7 | 7 |
|
8 | 8 | On the behalf of the [Spyder Project Contributors](https://github.com/spyder-ide/spyder/graphs/contributors),
|
9 |
| -I'm pleased to announce that Spyder **5.4.0** has been released and is available for |
| 9 | +I'm pleased to announce that Spyder **5.4.1** has been released and is available for |
10 | 10 | Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder/releases
|
11 | 11 |
|
12 |
| -This release comes nine weeks and four days after version 5.3.3 and it contains the |
| 12 | +This release comes seven weeks and six days after version 5.4.0 and it contains the |
13 | 13 | following new features and important fixes:
|
14 | 14 |
|
15 |
| -* New UI/UX elements to update standalone installers with options to download and install a new version if available. |
16 |
| -* New experimental conda-based standalone installers for MacOS and Linux (available on the GitHub release page with the `EXPERIMENTAL-` prefix) |
17 |
| -* Now the Code Analysis/Pylint plugin uses the current custom interpreter/environment if set |
18 |
| -* Option to show user environment variables extended to all operative systems (previously available only for Windows) |
19 |
| -* Improve Outline Explorer plugin performance and fix updating process when it becomes visible |
20 |
| -* Improvements to colors on the dependencies dialog and IPython console |
21 |
| -* Fix IPython console issues on the Matplotlib TkInter backend with debugging and an increase of CPU and memory usage while in an idle state |
22 |
| -* Fix IPython console memory leak when using the Matplotlib Qt ackend |
23 |
| -* Fix IPython console `input()` issue on MacOS |
24 |
| -* Fix IPython console kernel error regarding environment path as unexpected argument |
25 |
| -* Fix Spyder 3 icon theme load on Windows with untrusted fonts security restrictions |
26 |
| -* Fix the `Autoformat files on save` functionality to not hang with non-Python files |
27 |
| -* Some fixes for cell execution on Python 3.11 |
28 |
| -* Some fixes to shortcuts (Switch to Editor, Find Next, Find Previous) |
29 |
| -* Some fixes to improve compatibility with PySide2 |
30 |
| -* Some fixes to prevent blurry SVG icons |
31 |
| - |
32 |
| -In this release we fixed 48 issues and merged 59 pull requests that amount |
33 |
| -to more than 292 commits. For a full list of fixes, please see our |
| 15 | +* Support for IPython 8 |
| 16 | +* Improvements for code completion and help offered for scientific modules (Numpy, Pandas, Matplotlib and Scipy) |
| 17 | +* Improvements to the UX/UI of the FindReplace widget (find and replace functionality) |
| 18 | +* New PYTHONPATH manager plugin |
| 19 | +* Improve/fix errors regarding the `New Window` and `Split window` Editor funtionality and general `RuntimeError`s on the Editor |
| 20 | +* Improvements when syncing symbols and folding code functionality for the Editor |
| 21 | +* Fix PYTHONPATH handling for the IPython console |
| 22 | +* Some fixes for code completion and code style linting functionality |
| 23 | +* Some fixes/improvements regarding UX/UI for the IPython console pane, menu and context menu generation |
| 24 | +* Some improvements regarding UX/UI for the current working directory toolbar |
| 25 | +* Improvements to the way Spyder handles menus sections additions |
| 26 | + |
| 27 | +In this release we fixed 29 issues and merged 44 pull requests that amount |
| 28 | +to more than 248 commits. For a full list of fixes, please see our |
34 | 29 | [Changelog](https://github.com/spyder-ide/spyder/blob/5.x/CHANGELOG.md).
|
35 | 30 |
|
36 | 31 | Don't forget to follow Spyder updates/news on the project's
|
|
0 commit comments