On the behalf of all contributors, I'm pleased to announce that initial versions of the line-profiler and memory-profiler plugins for Spyder have been released. These plugins have been mostly written by Joseph Martinot-Lagarde and Santiago Jaramillo.
The line-profiler plugin allows you to see the time spent in each line of your program (the default profiler in Spyder only shows the time spent in each function). It is based on the Python package line_profiler. The current version is 0.1.1 and the plugin is available from Anaconda and PyPI for Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder-line-profiler/releases The memory-profiler plugin allows you to see the memory usage in each line of your program. It is based on the Python package memory_profiler. The current version is 0.1.0 and the plugin is also available from Anaconda and PyPI for Windows, GNU/Linux and MacOS X: https://github.com/spyder-ide/spyder-memory-profiler/releases Please report bugs and feature requests on the Github website of the plugins: https://github.com/spyder-ide/spyder-line-profiler and https://github.com/spyder-ide/spyder-memory-profiler Last, but not least, we welcome any contribution that helps making Spyder an efficient scientific development and computing environment. Join us to help creating your favorite environment! Enjoy! -Jitse -- 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 https://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
