royerlab / ultrack

Cell tracking and segmentation software
https://royerlab.github.io/ultrack
BSD 3-Clause "New" or "Revised" License
64 stars 7 forks source link

Refactoring `detection` to `foreground` #102

Closed JoOkuma closed 1 month ago

JoOkuma commented 1 month ago

@ilan-theodoro, can you please review if I don't break the API features

closes #81

JoOkuma commented 1 month ago

@ilan-theodoro are you ok with these changes?

I didn't change your ultrack/api module to avoid messing up your work. This PR is not a breaking change, but it will eventually, and right now, it will emit a warning.

EDIT: I also made minor changes to the widgets, which might affect your work.

ilan-theodoro commented 1 month ago

@JoOkuma That is good for me. I will update the API soon. I am creating another widget class, so it is all good for now.

JoOkuma commented 1 month ago

@ilan-theodoro thank you