Thanks for the update. I confirmed that when I create a pandas DataFrame with some data in it spyder 2.3.7 works fine. But it still hangs if I create an empty dataframe.
import pandas as pd p=pd.DataFrame() hangs for me p=pd.DataFrame(arange(0,10,1)) does not. Is that a know limitation? It hangs for me whether I'm in an iPython or a standard python console. I seem to be able to create the empty DataFrame outside of spyder. Thanks, Paul On Sunday, October 4, 2015 at 5:48:31 PM UTC-7, Carlos Córdoba wrote: > > Hi all, > > On the behalf of Spyder’s development team ( > <https://github.com/spyder-ide/spyder/graphs/contributors> > https://github.com/spyder-ide/spyder/graphs/contributors), > I’m pleased to announce that Spyder 2.3.7 has been released and is > available for > Windows, GNU/Linux and MacOS X: > <https://github.com/spyder-ide/spyder/releases> > https://github.com/spyder-ide/spyder/releases > > This release represents one month of development since version 2.3.6 > and introduces several new features: > > - Editor > - Remove support for Jedi 0.9 because it was causing crashes > - Variable Explorer > - Fix crashes and freezes when working with DataFrames on Python 2 > - Under the hodd > - Restore support for PySide > > We also fixed 11 bugs and merged 1 pull request. For a full list of fixes > see our changelog: > <https://github.com/spyder-ide/spyder/blob/2.3/CHANGELOG.md> > https://github.com/spyder-ide/spyder/blob/2.3/CHANGELOG.md > > Don’t forget to follow Spyder updates/news: > > - on the project website: <https://github.com/spyder-ide/spyder> > https://github.com/spyder-ide/spyder > - and on our official blog: <http://spyder-ide.blogspot.com/> > http://spyder-ide.blogspot.com/ > > Last, but not least, we welcome any contribution that helps making Spyder > an > efficient scientific development/computing environment. Join us to help > creating > your favorite environment! > > 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
