- Pin OpenCV <= 3.4.9.31 for wider Python support. (31)
0.2.5
The 0.2.5 release makes a few small code improvements such as:
* Adding an inner function `_track_frame` to be called in the frame loop inside `track_cells`.
* Improving the consistency of method/class names across all files.
* Adds tests for the I/O utility functions, and improves code coverage to >80%.
0.2.4
This release addresses the ISBI text file related bugs and resolves the warnings generated by 16.
0.2.3
Migrate ISBI utility functions from `deepcell-tf` to `deepcell-tracking` and update deprecated `networkx` functions to enable compatibility with `networkx>=2.4`.
0.2.2
This release improves the performance of `track_cells` by caching each cell's features for each frame. This reduces redundant calls to `get_features` and improves tracking performance by ~50%.
Various internal helper functions were added as well to improve readability and log timings of the major portions of tracking each frame.
0.2.1
connected_component_subgraphs` is missing in networkx==2.4. Pin networkx to <= 2.3 until this issue is resolved.