Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@sitic sitic released this 01 Mar 03:03
· 18 commits to main since this release

✨ 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

  1. Uninstall the old opticalmapping package:
pip uninstall opticalmapping
  1. 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

Full Changelog: v0.2.4...v0.3.0