- setup.py: change long description type
- no drawing outside of ROI
- add to pipy
- remove logger from example
- remove list comprehension from basic example
- remove unused
self.ax
fromRoiPoly
- add docstring to
RoiPoly
- Allow drawing of multiple ROIs (
MultiRoi
class)
- fix readme
- add makefile
- add linter
- add code coverage report
- switch to pytest
- make installable package
- add requirements.txt
- adhere to pep8
- code restructuring
- add initial tests
- introduce logging
- add CI