API: preprocessing.casting
skyulf.preprocessing.casting
Type-casting node — routes apply through the dual-engine dispatcher.
The fit step is config-only (no per-engine math), so it stays single-path.
The pandas apply path was previously a single CCN-busting function; it is now
split per dtype family (float / int / bool / datetime / other).