Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 691 Bytes

CHANGELOG.md

File metadata and controls

35 lines (28 loc) · 691 Bytes

Changelog

[0.5.2] - 2019-09-29

  • setup.py: change long description type

[0.5.1] - 2019-09-29

  • no drawing outside of ROI

[0.5.0] - 2019-03-07

  • add to pipy

[0.4.0] - 2019-03-07

  • remove logger from example
  • remove list comprehension from basic example
  • remove unused self.ax from RoiPoly
  • add docstring to RoiPoly
  • Allow drawing of multiple ROIs (MultiRoiclass)

[0.3.0] - 2019-03-06

  • fix readme
  • add makefile
  • add linter
  • add code coverage report
  • switch to pytest

[0.2.0] - 2019-01-08

  • make installable package

[0.1.0] - 2019-01-06

  • add requirements.txt
  • adhere to pep8
  • code restructuring
  • add initial tests
  • introduce logging
  • add CI