------------------- * Improve dependency tracking for tuple unpacking assignmengs;
0.0.45
------------------- * Explicitly add kernel.json to data_files in setup.py;
0.0.44
------------------- * Debug absent kernel.json when installing with pip;
0.0.43
------------------- * Bundle nbextension and auto-install at setup (along with kernel);
0.0.42
------------------- * Bugfixes; * Efficiency compromise: don't trace multiple executions of same ast statement (e.g. if inside for loop);
0.0.41
------------------- * Fix bug where errors thrown when unimplemented ast.Slice or ast.ExtSlice encountered; * Fix bug where assignment with empty rval could lead to version not getting bumped in provenance graph;