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).