Skip to content

0.6.4

Latest
Compare
Choose a tag to compare
@release-drafter release-drafter released this 21 Dec 00:57
· 7 commits to refs/heads/master since this release
0adc52d

🚀 Features

Add support for ISBI inputs to the metrics package @msschwartz21 (#107)

This addition to the metrics package makes it possible to directly input ISBI style outputs into our metrics pipeline. This simplifies the process of benchmarking against competitor models which tend to output ISBI style tracks.

🐛 Bug Fixes

Implement correct usage of crop parameter in CellTracker @msschwartz21 (#108)
  • Corrects an error where the crop parameter was not being set during tracking and inference
  • Removes deprecated post processing functions from the CellTracker

🧰 Maintenance

REL: pin numpy and update deepcell-toolbox dependency @rossbar (#110)

A patch release to upper-bound numpy to prevent errors related to expired scalar deprecations. Bumps the deepcell-toolbox dependency as well, which already has more comprehensive fixes for this issue.