v0.3.11
BUGFIX:
Correctly parse mask_by_position when running cluster jobs with WISEBigDataDESYCluster. Previously 'True' or 'False' was passed to the ArgumentParser which both evaluates to True. Now perform match case to 'True' and 'False' (see this)
Full Changelog: v0.3.10...v0.3.11