------------------- * 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
Not secure
------------------- * 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;
0.0.83
Not secure
------------------- * Add register / deregister subcommands for other Pyccolo tracers; * Keep tracing context active between cell executions;
0.0.81
Not secure
------------------- * Use pyccolo for instrumentation; * Fix to not crash on immediately-called lambdas during analysis;
0.0.80
Not secure
------------------- * Implement reactive symbols; * Separate concept of 'schedule' from flow order; * Add experimental dag and strict schedules; * Misc bug fixes;
0.0.79
Not secure
------------------- * Improve detection of whether cell is newly fresh;