With the release of the napari-timelapse processor (https://github.com/jo-mueller/napari-timelapse-processor), napari-stress should no longer use its internal copy but rather just import it everywhere.
The changes necessary include:
- Replace import of frame_by_frame everywhere where it is used
- The respective sections in the documentations can be removed
- A deprecation warning (deprecated in napari-stress 0.5) should be added to the TimelapseConverter and frame_by_frame.
With the release of the napari-timelapse processor (https://github.com/jo-mueller/napari-timelapse-processor), napari-stress should no longer use its internal copy but rather just import it everywhere.
The changes necessary include: