You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace mutable default arguments with None across public APIs
Switch run_isovar, apply_filters, evaluate_filters, and DataFrameBuilder
from mutable module-level defaults to None with fresh copies created
inside each function/constructor. Prevents accidental cross-call
contamination if a caller mutates the returned defaults.
Fixes#136
0 commit comments