Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump hyppo version #1092

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

nightosong
Copy link

@nightosong nightosong commented Oct 17, 2024

  • Does this PR have a descriptive title that could go in our release notes?
  • Does this PR add any new dependencies?
  • Does this PR modify any existing APIs?
  • Is the change to the API backwards compatible?
  • Have you built the documentation (reference and/or tutorial) and verified the generated documentation is appropriate?

Reference Issues/PRs

When calling a lower version of hyppo, the following error occurs, but this issue was fixed in version 0.5.1.
(or add future to dependency)

    from graspologic.partition import hierarchical_leiden
  File "/.venv/lib/python3.11/site-packages/graspologic/__init__.py", line 8, in <module>
    import graspologic.inference
  File "/.venv/lib/python3.11/site-packages/graspologic/inference/__init__.py", line 6, in <module>
    from .latent_distribution_test import latent_distribution_test
  File "/.venv/lib/python3.11/site-packages/graspologic/inference/latent_distribution_test.py", line 7, in <module>
    from hyppo.ksample import KSample
  File "/.venv/lib/python3.11/site-packages/hyppo/__init__.py", line 5, in <module>
    import hyppo.kgof
  File "/.venv/lib/python3.11/site-packages/hyppo/kgof/__init__.py", line 2, in <module>
    from .fssd import FSSD, FSSDH0SimCovObs
  File "/.venv/lib/python3.11/site-packages/hyppo/kgof/fssd.py", line 4, in <module>
    from past.utils import old_div
ModuleNotFoundError: No module named 'past'

What does this implement/fix? Briefly explain your changes.

bump hyppo

Any other comments?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant