v0.21.0
v0.21.0
- Allow application of multiple cuts to the same variable in
aict_apply_cuts, the old format is still supported, but new files should use a list of cuts instead of a dict:
Old:
selection:
width: ['<=', 20]
New:
selection:
- width: ['<=', 20]
- width: ['>=', 5] # now possible