Skip to content

ENH: Allow variable categories to be used in processing rules

Paul McCarthy requested to merge enh/use-categories-in-processing into master

e.g. "all,1,2,cat5 someproc()" will apply someproc to vars 1, 2, and all vars from category 5

Merge request reports