------------------- * Accidental version release while automating build process;
0.0.39
------------------- * Bugfix for setting active scope correctly during ast.Store / AugStore context; * Use versioneer to manage versioning and add bump_version.sh script;
0.0.38
------------------- * Bugfix: if returning from function, only pass up rvals if the ast statement is ast.Return; * Handle dependencies from one level of lambda capture properly; * Fix not-displayed visual refresh cue for cells that threw exceptions to be refreshed if input contains an updated symbol;
0.0.37
------------------- * 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;