@@ -124,18 +124,18 @@ scientific computing and software development.
124
124
125
125
# Beta release
126
126
127
- ** Subject** : [ ANN] Spyder 4.0 sixth public beta release
127
+ ** Subject** : [ ANN] Spyder 4.0 seventh public beta release
128
128
129
129
130
130
Hi all,
131
131
132
132
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** .
134
134
135
135
We've been working on this version for more than three years now and as far as we know
136
136
it's working very well. There are still several bugs to squash but we encourage all
137
137
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.
139
139
140
140
Spyder 4.0 comes with several interesting and exciting new features. The most
141
141
important ones are:
@@ -165,18 +165,20 @@ important ones are:
165
165
166
166
- IPython Console
167
167
* Run files in an empty namespace.
168
- * Create dedicated consoles for Pylab, Sympy and Cython.
168
+ * Open dedicated consoles for Pylab, Sympy and Cython.
169
169
* Run cells through a new function called ` runcell ` .
170
170
* Run cells by name.
171
171
172
172
- 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.
176
175
* Syntax highlighting.
176
+ * Permanent history.
177
+ * ` runfile ` and ` runcell ` can be called when the debugger is active.
178
+ * Debug cells with ` Alt+Shift+Return ` .
177
179
178
180
- 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 .
180
182
* Filter variables by name or type.
181
183
* MultiIndex support in the Dataframe viewer.
182
184
* Support for all Pandas indexes.
@@ -201,7 +203,7 @@ For a more complete list of changes, please see our
201
203
You can easily install this beta if you use Anaconda by running:
202
204
203
205
conda update qt pyqt
204
- conda install -c spyder-ide spyder=4.0.0b6
206
+ conda install -c spyder-ide spyder=4.0.0b7
205
207
206
208
Or you can use pip with this command:
207
209
0 commit comments