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

Fix neighbors calculation #1233

Merged
merged 6 commits into from
Apr 12, 2024
Merged

Fix neighbors calculation #1233

merged 6 commits into from
Apr 12, 2024

Commits on Apr 12, 2024

  1. Update Scanpy neighbor computation

    Remove redundant argument.
    WeilerP committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    97a868a View commit details
    Browse the repository at this point in the history
  2. Update neighbor unit tests

    Update according to latest API changes in scvelo and scanpy.
    WeilerP committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    db39c25 View commit details
    Browse the repository at this point in the history
  3. Add deprecation warnings

    Add warning that neighbors and PCA will not be calculated automatically
    in the future.
    WeilerP committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    dc8798a View commit details
    Browse the repository at this point in the history
  4. Update ground truth data

    WeilerP committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d93c077 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d384414 View commit details
    Browse the repository at this point in the history
  6. Update assertion accuracy

    WeilerP committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b9899be View commit details
    Browse the repository at this point in the history