Skip to content

Commit 7b26ae4

Browse files
committed
Update Announcements
1 parent 50dcc8c commit 7b26ae4

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Announcements.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -124,18 +124,18 @@ scientific computing and software development.
124124

125125
# Beta release
126126

127-
**Subject**: [ANN] Spyder 4.0 sixth public beta release
127+
**Subject**: [ANN] Spyder 4.0 seventh public beta release
128128

129129

130130
Hi all,
131131

132132
On the behalf of the [Spyder Project Contributors](https://github.com/spyder-ide/spyder/graphs/contributors),
133-
I'm pleased to announce the sixth beta of our next major version: Spyder **4.0**.
133+
I'm pleased to announce the seventh beta of our next major version: Spyder **4.0**.
134134

135135
We've been working on this version for more than three years now and as far as we know
136136
it's working very well. There are still several bugs to squash but we encourage all
137137
people who like the bleeding edge to give it a try. This beta version is released
138-
4 weeks after Spyder 4.0 beta4 and it includes more than 275 commits.
138+
3 days after Spyder 4.0 beta6 and it includes more than 80 commits.
139139

140140
Spyder 4.0 comes with several interesting and exciting new features. The most
141141
important ones are:
@@ -165,18 +165,20 @@ important ones are:
165165

166166
- IPython Console
167167
* Run files in an empty namespace.
168-
* Create dedicated consoles for Pylab, Sympy and Cython.
168+
* Open dedicated consoles for Pylab, Sympy and Cython.
169169
* Run cells through a new function called `runcell`.
170170
* Run cells by name.
171171

172172
- Debugger
173-
* `runfile` and `runcell` can be called when the debugger is active.
174-
* Debug cells by pressing `Alt+Shift+Return`.
175-
* Permanent history.
173+
* Code completion.
174+
* Execute multi-line statements.
176175
* Syntax highlighting.
176+
* Permanent history.
177+
* `runfile` and `runcell` can be called when the debugger is active.
178+
* Debug cells with `Alt+Shift+Return`.
177179

178180
- Variable Explorer
179-
* New viewer to inspect any Python object in a tree-like view.
181+
* New viewer to inspect any Python object in a tree-like representation.
180182
* Filter variables by name or type.
181183
* MultiIndex support in the Dataframe viewer.
182184
* Support for all Pandas indexes.
@@ -201,7 +203,7 @@ For a more complete list of changes, please see our
201203
You can easily install this beta if you use Anaconda by running:
202204

203205
conda update qt pyqt
204-
conda install -c spyder-ide spyder=4.0.0b6
206+
conda install -c spyder-ide spyder=4.0.0b7
205207

206208
Or you can use pip with this command:
207209

0 commit comments

Comments
 (0)