------------------- * Support fine-grained dependency edges for tuple unpacking for simple (non attribute / subscript) symbols; * Bugfixes for args inside of nested function calls as well as for multiple inline function calls (eg f()());
0.0.36
------------------- * Code quality improvements; * Fixes to properly reference live args and kwargs inside of calls involving attributes and subscripts;
0.0.35
------------------- * Major bugfixes and improvements to the attribute / subscript tracer; * Improvements to the logic for only propagating staleness past cell boundaries;
0.0.34
------------------- * Major bugfixes and improvements to dependency tracking; * Fix bug that prevented attribute / subscript tracing on Python 3.6.
0.0.33
------------------- * Minor usability improvements;
0.0.32
------------------- * Bugfixes; improve propagation of updated dependencies along namespace hierarchies;