The filter_
operator was named as such to prevent collision with the built-in python filter
operator.
filter_ is really ugly though. Let's just provide both - if people want
filter_they can still import/use it, but the default will be
filter` moving forward.