✨ New features and improvements
- Implemented Cython implementation for brute force. This is now used as default
search_method
on Linux and MacOS X. For Windows, we still usebktree
as default as we are not sure thatpopcnt
is supported #56 - Expand supported image formats. Now it also supports: 'MPO', 'PPM', 'TIFF', 'GIF', 'SVG', 'PGM', 'PBM' #35
🔴 Bug fixes
- Relaxing the package dependencies #36
- Removal of print statements #39
- Fix type error when saving scores #55 & #61
👥 Contributors
Thanks to @jonatron, @orf, @DannyFeliz, @ImportTaste, @fridzema, @DannyFeliz, @iozevo, @MomIsBestFriend, @YadunandanH for the pull requests and contributions.