0.2.0 - 2025-08-20¶
Added¶
Added the
Samplex.inputs()andSamplex.outputs()methods to query the required inputs and promised outputs ofSamplex.sample(). (#75)
Changed¶
Renamed the parameter
sizetonum_randomizationsin theSamplex.sample()method. (#69)The
build()function now callsSamplex.finalize()so that it does not need to be called afterwards manually. Additionally, theSamplex.finalize()method now returns itself for chaining calls. (#72)The
Samplex.sample()method now takes aSamplexInputas argument rather than keyword arguments. This object can be constructed with the newSamplex.inputs()method and only includes arguments pertinent to a given instance ofSamplex. (#75)