------------------- * Better handling for deletes; * Reduce false positive highlights when updated symbol unchanged; * Use new-style labextension, obviating need for separate `jupyter labextension install ...` command;
0.0.60
------------------- * Major improvements and bugfixes for lineage involving list, tuple, dict literals; * Improvements to granuarity of dependency tracking for function calls; * Improvements to dynamic symbol resolution; * Improved handling for property getter / setter methods; * Fix some spurious warnings; * Bugfix for statements involving `del`;
0.0.59
------------------- * Various tracing improvements; * Bugfix for tuple unpacking;
0.0.57
------------------- * Various tracing improvements; * Various analysis improvements; * Fix for stack unwinding bug during trace reenabling;
0.0.54
------------------- * Propagate freshness to namespace children; * Make jupyterlab a requirement;