After ingesting an initial dataset with N rows into loom using loom.ingest and then running loom.infer, is it possible to then ingest new rows N+1 ... N+d and then run loom.infer to incorporate the new d data points into the CrossCat model? Or does one have to restart the entire analysis if new rows arrive after the initial ingest/infer step?