All Versions
14
Latest Version
Avg Release Cycle
143 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.1.0 Changes
- ๐ Fix SnakeViz for Windows and Python 3.8 (thanks @daniel-butler in #139).
- โ Adds helpful title text to the stats table (thanks @PeterJCLaw in #142).
- ๐ Fixes a Python 2.7 compatibility issue with directory listing (thanks @joranbeasley in #144).
-
v2.0.1 Changes
June 22, 2019- ๐ Fixes to SnakeViz embedding so that it doesn't assume jQuery is available when configuring the SnakeViz iframe.
- โ Add a set of default ports attempted when starting SnakeViz for embedding within Jupyter (Thanks @andyljones in #125!).
-
v2.0.0 Changes
March 14, 2019%snakeviz
IPython magic command now embeds the snakeviz visualization within a Jupyter Notebook when invoked from the notebook. This is the default behavior when it's used within a Notebook. (Thanks @yjmade via #110!)- ๐ Improved error message when
pstats.Stats
can't load a profile.
-
v1.0.0 Changes
August 04, 2018- ๐ Change default visualization style to icicle
- Render directory contents (Thanks @pankajp in #95!)
- ๐ Allow modifying root node of visualization by clicking on table rows (Thanks @bmerry in #90!)
- ๐ Allow running snakeviz via
python -m snakeviz.cli
(Thanks @pankajp in #94!) - ๐ Allow running snakeviz via
python -m snakeviz
(Thanks @orlp in #108!) - ๐ Change default visualization depth to 10 (Thanks @takluyver in #114!)
-
v0.4.2 Changes
August 13, 2017- ๐ Improvements to section proportioning (Thanks @nschloe in #79!)
- โฌ๏ธ Drop official Python 2.6 support
-
v0.4.1 Changes
May 02, 2016- Labels added to icicle view (Thanks @thomasjm!)
- ๐ Bug fix functions with no identified callers (Thanks @embray!)
-
v0.4.0 Changes
April 03, 2015- โ Add icicle plot option. (Thanks @yxiong!)
-
v0.3.1 Changes
March 23, 2015- ๐ Allow users to move the visualization through the call stack by clicking on items in the call stack list. (Thanks @yxiong!)
-
v0.3.0 Changes
March 13, 2015- โ Add a "server-only" mode so SnakeViz can be started without it trying to open a browser
- ๐จ When starting the server, print a complete URL for viewing the profile
- Get rid of dict/set comprehensions so SnakeViz works on Python 2.6
- ๐ Fix a potential division-by-zero error
-
v0.2.1 Changes
November 30, 2014- ๐ท Try loading JS libraries from a CDN in the web worker so that it can be restarted even if the SnakeViz server has been shut down (as happens when using the IPython magic).