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

Reimplementation of cython code in numba #7

Open
wants to merge 30 commits into
base: main
Choose a base branch
from
Open

Conversation

hsmaan
Copy link
Owner

@hsmaan hsmaan commented Apr 16, 2023

  • Removed cython implementation and re-implemented expected mutual information using numba (utils/_emi.py)
  • Results are stable compared to the cython implementation (tested in scib_metrics_num_stab_testing branch)
  • Added non-install dependencies for notebooks in first cell
  • Added pre-commit configuration and all tests passing

@hsmaan hsmaan added the refactor Refactoring code for a feature or implementation label Apr 16, 2023
@hsmaan hsmaan self-assigned this Apr 16, 2023
@hsmaan hsmaan linked an issue Apr 16, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Refactoring code for a feature or implementation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cleanup package for dependency in scib-metrics
2 participants