✨ What's Changed
🎉 PyPI Project Name Change: optimap can now be installed with pip install optimap
!
Previously, optimap had to be installed with pip install opticalmapping
. Thanks to a successful name transfer, we are now using the name optimap
on PyPi. The old opticalmapping
package has been deprecated, to migrate from an existing opticalmapping
installation follow the upgrade instructions:
Upgrade Instructions
- Uninstall the old
opticalmapping
package:
pip uninstall opticalmapping
- Install the new
optimap
package:
pip install optimap
The new optimap
package includes all recommended dependencies (including OpenCV and PySide6), which was previously only installed when using pip install opticalmapping[all]
. See the documentation if you want to install a version with minimal dependencies.
Other Changes
- Fix image segmentation incompatibility with matplotlib>3.10
- Image Segmenter: Add invert mask keyboard shortcut: 'i'
- Add optimap.video.collage
Full Changelog: v0.2.4...v0.3.0