mozilla / filter-cascade

A python filter cascade implementation
Mozilla Public License 2.0
7 stars 5 forks source link

Fix #8 - Support inverting logic within the filter #9

Closed jcjones closed 4 years ago

jcjones commented 4 years ago

This adds the ability to logically invert the state of a filter cascade in the event that the exclude set is actually smaller than the input set. This also adds diagnostics to assist the user in selecting this, and attempts to set the inversion-bit automatically if the code can determine the correct answer before running.

jcjones commented 4 years ago

Thanks, Dana!