dpeerlab / Palantir

Single cell trajectory detection
https://palantir.readthedocs.io
GNU General Public License v2.0
203 stars 45 forks source link

AttributeError: module 'palantir.plot' has no attribute 'plot_trajectory' #126

Closed Xyihang closed 7 months ago

Xyihang commented 7 months ago

erro

katosh commented 7 months ago

Hi @Xyihang,

Thank you for your valuable feedback and for testing out the new feature! Currently, this feature is only implemented in the master branch of our repository and hasn't been included in a formal release yet. It will officially be available in version 1.3.2.

We highlight this feature in our tutorial, but it seems we missed clarifying its pre-release status. However, to facilitate ease of access, I'll expedite a release incorporating this feature. Meanwhile, you can access the feature immediately by installing directly from the master branch. Here’s how you can do it:

pip install 'git+https://github.com/dpeerlab/Palantir'

Please let me know if it resolves the issue.

katosh commented 7 months ago

We released v1.3.2 you should now be able to upgrade with

pip install --upgrade palantir

Please let us know if you encounter any issues!