- drop support for Python 3.5 - feat: integer grid_size allowed for square-shaped simulation - ref: introduce RadiusExceedsImageSizeError in contour detection - code cleanup
0.1.5
- BREAKING CHANGE: `models.available` is now a list, use `models.model_dict` instead.
0.1.4
- BREAKING CHANGE: replace space " " by dash "-" in model names - feat: added methods to handle third party binaries (3) - feat: implemented `ret_qpi` for edge detection in `analyze` - fix: example "cell_edge.py" was broken