I’m currently using optimap for calcium wave analysis in cardiac monolayers. I noticed that some essential methods mentioned in the documentation and GitHub repository, such as compute_cv_map and compute_velocity_field, are not available in the latest official release on PyPI (version 0.3.1).
After running:
pip install --upgrade optimap
I confirmed that version 0.3.1 is installed, but when I inspect the module using dir(optimap), those methods are missing.
Could you kindly clarify the following:
Are compute_cv_map and compute_velocity_field part of a newer development version not yet published on PyPI?
If so, what is the recommended way to access these features? Should I install directly from GitHub, and if yes, which branch should I use?