0.13.0 - 2025-11-06¶
Changed¶
A samplex built with
buildalways returnsparameter_valuesas an output. If it does not generate parameter values, theparameter_valueswill have shape("num_randomizations", 0). Previously,parameter_valueswould not be included in its outputs. (#225)
Fixed¶
Fixed a bug where the slicing indices of
SliceRegisterNodeswere wrong, causing circuits with non-standard ordering to sample incorrectly (particularly withmerge_parallel_pre_propagate_nodesenabled). (#229)