------------------- * Get rid of accidental debug logging statement;
0.0.75
------------------- * Fix state transition bug where current scope not restored; * Make checker results strongly typed; * No more warning for stale usages; just show the highlight; * Various fixes to reduce intrusiveness (no attribute / subscript dereferencing at check time); * Bump frontend dependencies to more secure versions;
0.0.74
------------------- * Misc bugfixes and improvements; * Fix bug where function scope overridden on redefinition; * Handle global / nonlocal state; * Get rid of unnecessary frontend dep, thereby fixing retrolab compat issue;
0.0.73
------------------- * Misc bugfixes and improvements; * Ignore mutating calls when determining fresh cells; * Experimental reactivity prototype;
0.0.72
------------------- * Improve loop performance by better enforcing trace-once semantics; * Bugfix for stack tracking when tracing reenabled;
0.0.71
------------------- * Add exceptions for general mutation rules; * Fix return transition when first call happens outside notebook; * Shuffle namespace symbols from old to new when namespace overwritten;