- new version for read the docs configuration
- replace nosetests with pytests
- drop Python 2 support
- raise an exception of the filepath parameter does not exist
- upgrade the version of Pillow
- fixed example in README.rst
- removed deprecated find and pathfind functions
- resolving security alert regarding the version of jinja2
- do not chdir in walk_and_filter_generator. #3. (https://github.com/rubik)
- Silly error in MANIFEST.in resolved.
- Added README.rst to MANIFEST.in to prevent install error from pip.
- new find_paths function returns a generator
- using any and all in OrFiter and AndFilter
- Fixed install error in setup.py
- File size filter
- Image filter
- Image dimensions filter
- Color image filter
- Greyscale image filter
- moved code to pathfinder package
- use nose for testing
- changed license from BSD to MIT
- override __or__ and __and__ for easy compound filter creation
- new Filter.find method
- ignore now works for filepaths
- Removed hard-coded file separators
- Added docstrings and comments
- Added depth parameter to walk_and_filter
- Added setup.py
- Fixed bug in NotFilter
- Tided pathfind function.
- First Cut