------------------- * 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;
0.0.70
------------------- * Improved slicing via timestamp-augmented liveness analysis; * Bugfix to dedup slice computation; * Bugfix to avoid resolving null symbol; * Bugfix for improper class namespace registration; * State transition bugfix for return from ClassDef; * Misc improvements to mutations; * Improved bookkeeping for list insertions / deletions;
0.0.69
------------------- * Minor logging fix; * Minor no-op detection fix; * Minor security fixes in npm packages;
0.0.68
------------------- * Actually fix nbclassic bug; * Slight improvement to the lineno -> FunctionDef mapping (fixing some bugs);