Added - Type hints for function parameters for most functions
Changed - functions uses/returns list of detected hits as a list of tuple : 1 tuple per hit in the form (label, (x,y,width,height), score) it does not return pandas.DataFrame anymore
Removed - dependency on pandas
1.6.6
Changed - Changed licence to MIT
1.6.5
Changed - Throw a clearer error message in place of OpenCV error message when template and/or image has 0-width or height - Add `pip install matplotlib` in example notebooks since not an actualy dependency of MTM
1.6.4
Changed - Improve speed by adding concurrency in the findMatches method, using half the number of cpu cores available. - Mention installation in editable mode in README
1.6.3
Changed - Updated internal NMS code to work with latest OpenCV, and set min OpenCV version to 4.5.4.
1.6.2.post1
Changed - Fix issue with latest OpenCV version, by limiting OpenCV version to 4.3.0.