- Added support for creating predicates from partial functions - Added support for creating predicates from instance methods - Added predicate invocation context - Added support for automatically passing `self` to a predicate - Added support for discarding a predicate's result
0.3
- Added compatibility with PyPy and PyPy 3 - Added `always_true()` and `always_false()` predicates - Added integration with Tox - Bug fixes
0.2
- Added compatibility with Python 3.4 - Improved admin integration