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

Import pynndescent lazily to speed up import #1090

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

Commits on Feb 1, 2024

  1. Import pynndescent lazily to speed up import.

    Importing umap tended to take long; pynndescent is the culprit. This
    moves the substantial cost of importing pynndescent from import time
    to the first use. Among other things, this is likely to make it much
    nicer to run `script.py --help` and other operations that actually do
    not use UMAP on programs that import UMAP.
    Sami Liedes committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    39d6a08 View commit details
    Browse the repository at this point in the history