8000 Comparing v1.1.5...v1.1.6 · theislab/scib · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: theislab/scib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.5
Choose a base ref
...
head repository: theislab/scib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.6
Choose a head ref
  • 12 commits
  • 23 files changed
  • 6 contributors

Commits on Apr 17, 2024

  1. Refactor LISI metrics (#395)

    * improve np.nansum and use njit for HBeta
    
    * use np.eye function for convert_to_one_hot and reduce redundant initialisation
    
    * use with loop for temporary files
    
    * Add importlib-metadata in setup.cfg
    
    * set minimum python version to 3.8
    
    * python version inas strings
    
    * update Scanorama version
    
    * fix n_batch
    mumichae authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    443f89b View commit details
    Browse the repository at this point in the history
  2. Update codecov with token (#407)

    * use codecov-action v4
    
    * fix delete-artifact tag
    
    * use delete-artifact@v4
    mumichae authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2d9ec16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    127e41e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Use precomputed clustering (#406)

    * cluster only when clustering key does not exist or if forced
    
    * add tests for precomputed clusters
    
    * allow passing arguments to cluster_optimal_resolution from isolated label score
    
    * fix docstring issues
    
    * add test for isolated labe score with precomputed clusters
    
    * fix neighbors check
    
    * fix resolution getter function
    
    * update explicit get_resolutions functions
    
    * return no isolated labels when minimum number of batches per label is the same as total batches
    
    * include update docstrings for clustering
    
    * add use_rep to optimal clustering
    
    * use graph connectivity for scanorama
    mumichae authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    9c5a936 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Configuration menu
    Copy the full SHA
    584fe4f View commit details
    Browse the repository at this point in the history
  2. Fix lint (#414)

    * update pre-commit hooks
    
    * fix flake8 C420
    mumichae authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a515946 View commit details
    Browse the repository at this point in the history
  3. Update utils.py (#410)

    In some versions of scipy(e.g. 1.14), M.A might not be available. In such cases, you should use M.toarray() to convert the sparse matrix to a dense one.
    
    Co-authored-by: Michaela Müller <51025211+mumichae@users.noreply.github.com>
    Zhongzheng99 and mumichae authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9271d92 View commit details
    Browse the repository at this point in the history
  4. Update preprocessing.py (#402)

    Ensure essential packages are not detached.
    
    Co-authored-by: Michaela Müller <51025211+mumichae@users.noreply.github.com>
    zhongzheng1999 and mumichae authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3d982c4 View commit details
    Browse the repository at this point in the history
  5. Skip labels before loop (#394)

    * Skip labels before loop
    
    * Fix lint
    
    ---------
    
    Co-authored-by: Michaela Müller <51025211+mumichae@users.noreply.github.com>
    johnarevalo and mumichae authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    5547cd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. Configuration menu
    Copy the full SHA
    acfde78 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Fix kBET test for 1.1.6 (#420)

    * adjust margin and add random batch kbet score test
    
    * update python versions
    
    * update to 3.12 for metrics
    
    * set 3.11 as max python version (due to incompatibility with louvain)
    
    * update python version for readthedocs build
    
    * reduce number of kbet tests
    mumichae authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    0cf0ba1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a26aa63 View commit details
    Browse the repository at this point in the history
Loading
0