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

docs: compare gene selection among model configurations #596

Merged
merged 133 commits into from
Aug 8, 2024
Merged

Commits on Jul 30, 2024

  1. deps(pyproject): reenable expression

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    d46ec34 View commit details
    Browse the repository at this point in the history
  2. chore(poetry): sync lock

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    654c1de View commit details
    Browse the repository at this point in the history
  3. chore(requirements): sync

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    a7fdbe1 View commit details
    Browse the repository at this point in the history
  4. chore(conda): sync

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    376af9c View commit details
    Browse the repository at this point in the history
  5. fix(nbs): use subdirectory for pancreas tutorial

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    94427a8 View commit details
    Browse the repository at this point in the history
  6. chore(nbs): add gitignore

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    b87f977 View commit details
    Browse the repository at this point in the history
  7. feat(nbs): initialize downsampled pancreas tutorial

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    f7a0006 View commit details
    Browse the repository at this point in the history
  8. chore(nbs): sync freeze

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    76fba9a View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Configuration menu
    Copy the full SHA
    d0d5439 View commit details
    Browse the repository at this point in the history
  2. feat(io): add cluster module

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b98ca30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cb5f77 View commit details
    Browse the repository at this point in the history
  4. chore(nbs): sync freeze

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    6d05f85 View commit details
    Browse the repository at this point in the history
  5. test(io): add test for cluster module

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    88796a8 View commit details
    Browse the repository at this point in the history
  6. fix(io): add doctest for get_remote_task_results

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    f4d8e7f View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. fix(nix): add workflows to check groups

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    be3645e View commit details
    Browse the repository at this point in the history
  2. chore(src): lint

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    96365ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afc6bc9 View commit details
    Browse the repository at this point in the history
  4. fix(nbs): add stub for preprocessing notebook

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    cf23251 View commit details
    Browse the repository at this point in the history
  5. refactor(nbs): migrate results notebook to subdir

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    f48ab6c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. refactor(tests): mirror package folder structure

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    ca44535 View commit details
    Browse the repository at this point in the history
  2. chore(bazel): update test module paths

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    675955c View commit details
    Browse the repository at this point in the history
  3. chore(nbs): sync freeze

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    87b1bab View commit details
    Browse the repository at this point in the history
  4. fix(make): run slow tests with test-cov-xml target

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bc58fed View commit details
    Browse the repository at this point in the history
  5. fix(tasks): download_dataset accepts Path type

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    846d5a7 View commit details
    Browse the repository at this point in the history
  6. test(tasks): add package fixtures

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    78c70a7 View commit details
    Browse the repository at this point in the history
  7. fix(tasks): declare skip preprocess doctest once

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    49be02f View commit details
    Browse the repository at this point in the history
  8. test(tasks): add slow call to preprocess function

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    057333f View commit details
    Browse the repository at this point in the history
  9. tests(analysis): init

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    3fd37b6 View commit details
    Browse the repository at this point in the history
  10. tests(io): init

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    cbc1e90 View commit details
    Browse the repository at this point in the history
  11. tests(metrics): init

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    0b9cc74 View commit details
    Browse the repository at this point in the history
  12. tests(models): init

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    c340020 View commit details
    Browse the repository at this point in the history
  13. tests(plots): init

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    fab9c57 View commit details
    Browse the repository at this point in the history
  14. tests(tasks): init

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    20953ae View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f678036 View commit details
    Browse the repository at this point in the history
  16. fix(tasks): skip postprocess dataset xdoctest

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    d8a8fc1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9bdc4ee View commit details
    Browse the repository at this point in the history
  18. fix(tasks): enable nested mlflow runs

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    fcbbede View commit details
    Browse the repository at this point in the history
  19. fix(tasks): enable Path objects where applicable

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    4096175 View commit details
    Browse the repository at this point in the history
  20. test(tasks): return train dataset fixture

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    bb07d67 View commit details
    Browse the repository at this point in the history
  21. test(tasks): return preprocess data set fixture

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 2, 2024
    Configuration menu
    Copy the full SHA
    39e38e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2024

  1. nit(tasks): use kwargs in doctest

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e39e7ac View commit details
    Browse the repository at this point in the history
  2. test(tasks): add postprocess fixture

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    18026b7 View commit details
    Browse the repository at this point in the history
  3. test(tasks): return postprocess data set fixture

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    46c6b57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a51e02 View commit details
    Browse the repository at this point in the history
  5. test(tasks): add summarize dataset fixture

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    64e0706 View commit details
    Browse the repository at this point in the history
  6. test(tasks): return summarize dataset output

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    e41a46a View commit details
    Browse the repository at this point in the history
  7. test(tasks): addr train, postprocess, and summarize fixtures for mode…

    …l 1 configuration
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6311f1e View commit details
    Browse the repository at this point in the history
  8. test(tasks): return model 1 training outputs

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    1c64c8b View commit details
    Browse the repository at this point in the history
  9. test(tasks): return model 1 postprocess outputs

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    b583d3c View commit details
    Browse the repository at this point in the history
  10. test(tasks): return model 1 summarize outputs

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    18590c3 View commit details
    Browse the repository at this point in the history
  11. refactor(test): migrate tasks fixtures to top-level

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    66418ea View commit details
    Browse the repository at this point in the history
  12. test(plots): add vector fields module

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    fc979c3 View commit details
    Browse the repository at this point in the history
  13. fix(bazel): add marker to args

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    63e0c5b View commit details
    Browse the repository at this point in the history
  14. chore(bazel): add test modules to build file

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    32d2974 View commit details
    Browse the repository at this point in the history
  15. fix(bazel): remove small/large duplicate test module

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    547af88 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    404025f View commit details
    Browse the repository at this point in the history
  17. chore(pyproject): matplotlib 3.9.1

    - need matplotlib PR #28498 to avoid calling undeclared system dependencies from bazel/nix sandboxes during test execution
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    56f1d65 View commit details
    Browse the repository at this point in the history
  18. chore(bazel): sync lock

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    daa22a6 View commit details
    Browse the repository at this point in the history
  19. chore(requirements): sync

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9f02994 View commit details
    Browse the repository at this point in the history
  20. test(plots): run shared time uncertainty

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    5af5746 View commit details
    Browse the repository at this point in the history
  21. chore(bazel): add test time module

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7983698 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    68493c2 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    41176ff View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f8676be View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9372853 View commit details
    Browse the repository at this point in the history
  26. test(plots): run posterior predictive plots

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    9f321ea View commit details
    Browse the repository at this point in the history
  27. chore(bazel): add posterior predictive plots test module

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7ca0f0d View commit details
    Browse the repository at this point in the history
  28. fix(plots): add option to save gene ranking plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    50a71cf View commit details
    Browse the repository at this point in the history
  29. fix(tasks): remove manual figure write

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    29de76b View commit details
    Browse the repository at this point in the history
  30. test(plots): run plot gene ranking

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    6cc63b8 View commit details
    Browse the repository at this point in the history
  31. chore(bazel): add test genes module

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    7cd6e35 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    7c3367d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50ad1df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd57ebd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d1559e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30d7d9f View commit details
    Browse the repository at this point in the history
  6. test(plots): add test for summary plots

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    1c8d73e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5b22d95 View commit details
    Browse the repository at this point in the history
  8. test(plots): add test for parameter posteriors plots

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    db22338 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a544500 View commit details
    Browse the repository at this point in the history
  10. chore(bazel): add posteriors and summary test modules

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    ef1cdde View commit details
    Browse the repository at this point in the history
  11. fix(plots): add option to save rainbow plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    ffdd829 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    591e759 View commit details
    Browse the repository at this point in the history
  13. test(plots): add rainbow plot test

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    4e0cb4a View commit details
    Browse the repository at this point in the history
  14. chore(bazel): add rainbow plot test module

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    b4a1f12 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. fix(analysis): remove cell marker comments

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    1b70c45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a924e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3e4537 View commit details
    Browse the repository at this point in the history
  4. feat(tasks): save parameter posterior means to dataframe

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    90813c6 View commit details
    Browse the repository at this point in the history
  5. config(workflows): toggle testing flags off

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    f1aebb0 View commit details
    Browse the repository at this point in the history
  6. chore(workflows): set cache version 2024.8.5

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    282e145 View commit details
    Browse the repository at this point in the history
  7. fix(workflows): toggle data subset flag on

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ceb7524 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30ad7ce View commit details
    Browse the repository at this point in the history
  9. fix(pyproject): temporarily pin yanked matplotlib 3.9.1

    - only relevant for pip installs
    - see https://www.github.com/matplotlib/matplotlib/issues/28551
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    2dedb66 View commit details
    Browse the repository at this point in the history
  10. fix(workflows): disable flyte decks causing type error

    `TypeError: __str__ returned non-string (type PosixPath)`
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5ca26ff View commit details
    Browse the repository at this point in the history
  11. feat(summarize): save gene ranking table to csv

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    98f5bd6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8b7c809 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    22de101 View commit details
    Browse the repository at this point in the history
  14. docs(nbs): write data tables to files

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    79df124 View commit details
    Browse the repository at this point in the history
  15. chore(nbs): sync freeze

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    aa28ba6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7c402d3 View commit details
    Browse the repository at this point in the history
  17. chore(nbs): sync freeze

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a1c7a42 View commit details
    Browse the repository at this point in the history
  18. fix(workflows): disable upload summary cache

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c8b8548 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    7a894ba View commit details
    Browse the repository at this point in the history
  2. test(analyze): add tests for top_mae_genes function

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    0d5a48a View commit details
    Browse the repository at this point in the history
  3. feat(analyze): add function to extract top mae genes

    - sorted by descending shared time correlation
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    508f1ba View commit details
    Browse the repository at this point in the history
  4. fix(summarize): pareto_frontier_genes -> top_mae_genes

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d5c3896 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    95be268 View commit details
    Browse the repository at this point in the history
  6. chore(workflows): bump summarize cache to 2024.8.5.1

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d28fb36 View commit details
    Browse the repository at this point in the history
  7. fix(pyproject): note intention to exclude markers associated with slo…

    …w tests
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    057af3d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. fix(analysis): get top mae genes by correlation bin

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    be165a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94b0368 View commit details
    Browse the repository at this point in the history
  3. fix(tests): remove gene number specification

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    32008d6 View commit details
    Browse the repository at this point in the history
  4. fix(summarize): use mae percentiles and min genes per bin in marker g…

    …ene selection
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0dfef1e View commit details
    Browse the repository at this point in the history
  5. feat(plots): add normalized data to rainbow plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7ddc5f0 View commit details
    Browse the repository at this point in the history
  6. fix(plots): disable normalized data on summary plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    443ac27 View commit details
    Browse the repository at this point in the history
  7. chore(workflows): bump summarize cache to 2024.8.5.2

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    a674c7a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    feaa936 View commit details
    Browse the repository at this point in the history
  9. docs(tutorials): add more detailed gene selection data

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    bf8304f View commit details
    Browse the repository at this point in the history
  10. chore(nbs): sync freeze

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8909cc3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6226003 View commit details
    Browse the repository at this point in the history
  12. fix(plots): default to highest and lowest shared time correlation gen…

    …es in summary plot
    
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d5aae5c View commit details
    Browse the repository at this point in the history
  13. fix(plots): use cividis in plot posterior time

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    68c90ef View commit details
    Browse the repository at this point in the history
  14. chore(workflows): bump summarize cache to 2024.8.5.3

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f01c6dc View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    65246de View commit details
    Browse the repository at this point in the history
  16. chore(nbs): sync freeze

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ca3751e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    fe25b4c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    583f786 View commit details
    Browse the repository at this point in the history
  19. chore(workflows): bump summarize cache to 2024.8.5.4

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    1750a74 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Configuration menu
    Copy the full SHA
    c2c35f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7738f5c View commit details
    Browse the repository at this point in the history
  3. chore(nbs): sync freeze

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    fb7b840 View commit details
    Browse the repository at this point in the history
  4. chore(version): 0.3.0b2

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    bcc26ac View commit details
    Browse the repository at this point in the history