RE: [spyder] [ANN] Spyder 4.0 third release candidate

2019-11-27 Thread lwbaqueros
You are working fast and furious!!! thanks 

 

From: spyderlib@googlegroups.com  On Behalf Of 
Carlos Córdoba
Sent: Wednesday, November 27, 2019 4:09 AM
To: spyder 
Subject: [spyder] [ANN] Spyder 4.0 third release candidate

 

Hi all,

On the behalf of the Spyder Project Contributors 
<https://github.com/spyder-ide/spyder/graphs/contributors> , I’m pleased to 
announce the third release candidate of our next major version: Spyder 4.0.

We’ve been working on this version for more than three years now and as far as 
we know it’s working very well. There are still several bugs to squash but we 
encourage all people who like the bleeding edge to give it a try. This beta 
version is released one week after Spyder 4.0 rc2 and it includes more than 130 
commits.

Spyder 4.0 comes with several interesting and exciting new features. The most 
important ones are:

* Main Window

oDark theme for the entire application.

oA new Plots pane to browse all inline figures generated by the IPython 
console.

oRename the following panes: 

*  Static code analysis to Code Analysis

*  File explorer to Files

*  Find in files to Find

*  History log to History

*  Project explorer to Project

oCreate a separate window when undocking all panes.

oShow current conda environment (if any) in the status bar.

* Editor

oCode folding.

oIndentation guides.

oA class/method/function lookup panel. This can be shown in the menu Source 
> Show selector for classes and functions.

oAutosave functionality to recover unsaved files after a crash.

oOptional integration with the Kite <https://kite.com/>  completion engine.

oCode completion and linting are provided by the Python Language Server.

* IPython Console

oRun files in an empty namespace.

oOpen dedicated consoles for Pylab, Sympy and Cython.

oRun cells through a new function called runcell.

oRun cells by name.

* Debugger

oCode completion.

oExecute multi-line statements.

oSyntax highlighting.

oPermanent history.

orunfile and runcell can be called when the debugger is active.

oDebug cells with Alt+Shift+Return.

* Variable Explorer

oNew viewer to inspect any Python object in a tree-like representation.

oFilter variables by name or type.

oMultiIndex support in the Dataframe viewer.

oSupport for all Pandas indexes.

oSupport for sets.

oSupport for Numpy object arrays.

oRestore the ability to refresh it while code is being executed.

* Files

oAssociate external applications to open specific file extensions.

oContext menu action to open files externally.

oMulti-select functionality with Ctrl/Shift + mouse click.

oCopy/paste files and their absolute or relative paths.

oUse special icons for different file types.

* Outline

oShow cells grouped in sections.

oAdd default name to all cells.

For a more complete list of changes, please see our changelog 
<https://github.com/spyder-ide/spyder/wiki/Beta-version-changelog> .

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

conda update qt pyqt
conda install -c spyder-ide spyder=4.0.0rc3

Or you can use pip with this command:

pip install --pre -U spyder

Enjoy!
Carlos

​

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com 
<mailto:spyderlib+unsubscr...@googlegroups.com> .
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/9ab7cd03-e6c8-0cbe-a6ea-4895c3af9368%40gmail.com
 
<https://groups.google.com/d/msgid/spyderlib/9ab7cd03-e6c8-0cbe-a6ea-4895c3af9368%40gmail.com?utm_medium=email_source=footer>
 .

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/001201d5a4f6%246ca6f9d0%2445f4ed70%24%40gmail.com.


[spyder] [ANN] Spyder 4.0 third release candidate

2019-11-26 Thread Carlos Córdoba

Hi all,

On the behalf of the Spyder Project Contributors 
, I’m pleased 
to announce the third release candidate of our next major version: 
Spyder *4.0*.


We’ve been working on this version for more than three years now and as 
far as we know it’s working very well. There are still several bugs to 
squash but we encourage all people who like the bleeding edge to give it 
a try. This beta version is released one week after Spyder 4.0 rc2 and 
it includes more than 130 commits.


Spyder 4.0 comes with several interesting and exciting new features. The 
most important ones are:


 *

   Main Window

 o Dark theme for the entire application.
 o A new Plots pane to browse all inline figures generated by the
   IPython console.
 o Rename the following panes:
 + |Static code analysis| to |Code Analysis|
 + |File explorer| to |Files|
 + |Find in files| to |Find|
 + |History log| to |History|
 + |Project explorer| to |Project|
 o Create a separate window when undocking all panes.
 o Show current conda environment (if any) in the status bar.
 *

   Editor

 o Code folding.
 o Indentation guides.
 o A class/method/function lookup panel. This can be shown in the
   menu |Source > Show selector for classes and functions|.
 o Autosave functionality to recover unsaved files after a crash.
 o Optional integration with the Kite 
   completion engine.
 o Code completion and linting are provided by the Python Language
   Server.
 *

   IPython Console

 o Run files in an empty namespace.
 o Open dedicated consoles for Pylab, Sympy and Cython.
 o Run cells through a new function called |runcell|.
 o Run cells by name.
 *

   Debugger

 o Code completion.
 o Execute multi-line statements.
 o Syntax highlighting.
 o Permanent history.
 o |runfile| and |runcell| can be called when the debugger is active.
 o Debug cells with |Alt+Shift+Return|.
 *

   Variable Explorer

 o New viewer to inspect any Python object in a tree-like
   representation.
 o Filter variables by name or type.
 o MultiIndex support in the Dataframe viewer.
 o Support for all Pandas indexes.
 o Support for sets.
 o Support for Numpy object arrays.
 o Restore the ability to refresh it while code is being executed.
 *

   Files

 o Associate external applications to open specific file extensions.
 o Context menu action to open files externally.
 o Multi-select functionality with |Ctrl/Shift + mouse click|.
 o Copy/paste files and their absolute or relative paths.
 o Use special icons for different file types.
 *

   Outline

 o Show cells grouped in sections.
 o Add default name to all cells.

For a more complete list of changes, please see our changelog 
.


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

|conda update qt pyqt conda install -c spyder-ide spyder=4.0.0rc3 |

Or you can use pip with this command:

|pip install --pre -U spyder |

Enjoy!
Carlos

​

--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/spyderlib/9ab7cd03-e6c8-0cbe-a6ea-4895c3af9368%40gmail.com.