Skip to content

Releases: sumanthratna/viewmask

v0.3.1

28 May 00:55
2f2149a
Compare
Choose a tag to compare

New Features

  • Update click to 8.0.1, dask-image to 0.6.0, and scipy to 1.6.3 (88b0314)
  • [docker] Update Python to 3.8.10 (d8771cd)

Breaking Changes

None

v0.3.0

09 Jan 23:33
73be8fe
Compare
Choose a tag to compare

New Features

Bug Fixes

  • remove __all__ (7f24dd5)
  • the CLI now computes the centers of the original contours, rather than the centers of the contours in the mask (74472fd)

Breaking Changes

  • the CLI no longer has an interactive flag; use the output option instead (74472fd)

v0.2.4

15 Oct 01:01
5c0ff05
Compare
Choose a tag to compare

New Features

Breaking Changes

None

v0.2.3

12 Oct 16:04
5589106
Compare
Choose a tag to compare

New Features

  • fit a spline through contour annotations
  • Python 3.9 support

Breaking Changes

None

v0.2.2

18 Aug 13:19
f72c826
Compare
Choose a tag to compare

New Features

  • decomposition to hematoxylin channel: you can use viewmask.utils.get_hematoxylin to extract the hematoxylin layer from an RGB image

Breaking Changes

None

v0.2.1

14 Aug 17:12
01cbade
Compare
Choose a tag to compare

New features

  • you can now pass in the shape keyword argument to viewmask.utils.centers_to_image

Breaking Changes

None

v0.2.0

23 Jun 19:32
5a88cf5
Compare
Choose a tag to compare
Release 0.2.0

v0.1.10

28 Apr 15:54
6996b11
Compare
Choose a tag to compare
Add downloads badge to README