Skip to content

Latest commit

 

History

History
78 lines (44 loc) · 4.97 KB

CHANGELOG.md

File metadata and controls

78 lines (44 loc) · 4.97 KB

Changelog

1.3.0 (2023-11-20)

Features

  • delete more deprecated mask expansion code (45e0b97)
  • delete tests of deleted functions (99d1b38)
  • new seed pixel determination (2ef9a5e)
  • remove deprecated expansion code (1ca862f)
  • speed-up scikit-image and avoiding loops (fd874a3)
  • Update demonstration notebook (e648541)
  • update dependencies (60358c9)
  • Update link to download new model (28c3397)

Bug Fixes

  • table line exlusion with connected object detection (e2f38d7)
  • tests for mask expansion (3ec8239)
  • update model link README.md (c5b2cd3)

1.2.5 (2023-10-19)

Bug Fixes

  • adapt seed pixel determination test according to changes (337775d)
  • do not return empty segments (f1deb46)
  • don't use pixels from exclusion mask as seed pixels (fe96aa9)

1.2.4 (2023-10-19)

Bug Fixes

  • expansion crash when no structures have been detected #95 (1242a67)

1.2.3 (2023-09-21)

Bug Fixes

1.2.2 (2023-09-21)

Bug Fixes

  • remove wrong version specification (b997b43)
  • stable version specification for (22b1a51)
  • trigger pypi release on release (7b1eb37)

1.2.1 (2023-09-21)

Bug Fixes

  • GH action for pypi releases (ce4c3b9)

1.2.0 (2023-09-19)

Features

  • adaptive line kernel based on structure size (2f2fe8e)
  • function to get mean size from bboxes (70a5b2b)
  • GH Action for automated Pypi releases (dbc55f6)

Bug Fixes

  • formatted with black (b7c7417)
  • linter appeasement (79c89ca)
  • lower relative threshold for kernel for line detection (1aa4deb)
  • max instead of mean structure size for line kernels (227c452)