I'm sorry, to my knowledge there aren't plans for such a niche feature. Personally, I'd suggest writing a Python layer for this purpose - just run a simple loop over your outputs, and replace the values you want to ignore by some ignored value. If you use numpy (
example here) it should be sufficiently fast too.