I don't understand why numeric filters are included. The library is written in python, so shouldn't a lambda function based filter be roughly as fast but much easier/clearer to write.
replies(2):
It does look like Python's comprehensions would be a better choice if you're writing them by hand anyway.