------------------- * Add line magic to run with syntax transforms only, and no tracing;
0.0.92
------------------- * Properly pass call_scope and function definition nodes between aliasing symbols;
0.0.91
------------------- * Cascading reactivity for namespace symbols;
0.0.90
------------------- * Reactivity works for dirty cells; * Change scheduling nomenclature + line magics (safety -> flow);
0.0.85
------------------- * Fixes for pyccolo 0.0.22 breaking changes; * Add out-of-order warnings for strict / in_order semantics; * Upsert both df["col"] and df.col for pandas dataframes; * Misc js security fixes;
0.0.84
------------------- * Skip static checking when dataflow tracing not enabled; * Minor bugfix for dynamic slicing with tuple assignment; * Use ipython<8.0.0 for performance reasons, pending further investigation; * Start factoring out pyccolo-specific stuff into the kernel subclass for generic use later;