sjeknic / CellTK

Toolkit for analysis of live-cell microscopy data
MIT License
3 stars 0 forks source link

V040 - New typing, Track removed #108

Closed sjeknic closed 2 years ago

sjeknic commented 2 years ago

This PR introduces some API changes and improvements to plotting.

The API changes are the most important and are not backwards compatible. In particular, the Track type has been removed; Mask should be used moving forward. Parsing of type hints no longer uses typing.NewType, which is nicer for documentation. Also, allows more flexibility for setting types and options directly in the type hints.

New

Fixed