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

feat(workflows): create model training tasks #513

Merged
merged 117 commits into from
Feb 3, 2024
Merged

Commits on Jan 26, 2024

  1. chore(changelog): lint

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

Commits on Jan 27, 2024

  1. chore(cspell): update dictionary

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    dbd7fc5 View commit details
    Browse the repository at this point in the history
  2. feat(api): typecheck train_model and allow path inputs

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    fbd34bf View commit details
    Browse the repository at this point in the history
  3. feat(train): add training script for workflow usage

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    5fcf4c3 View commit details
    Browse the repository at this point in the history
  4. fix(gitignore): models directory

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    f6e4208 View commit details
    Browse the repository at this point in the history
  5. feat(main_workflow): add model training task

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    4ca67b4 View commit details
    Browse the repository at this point in the history
  6. test(main_workflow): comment extra data sets

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    be9c79e View commit details
    Browse the repository at this point in the history
  7. fix(main_workflow): use NamedTuple class

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 27, 2024
    Configuration menu
    Copy the full SHA
    618c430 View commit details
    Browse the repository at this point in the history
  8. fix(api): discard returned adata in doctest

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

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    fa95db3 View commit details
    Browse the repository at this point in the history
  2. fix(velocity_model): set u0/s0 types to RNAInputType

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    d12e0dd View commit details
    Browse the repository at this point in the history
  3. feat(data): add load_anndata_from_path

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    7d43e29 View commit details
    Browse the repository at this point in the history
  4. refactor(api): use load_anndata_from_path

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    c04db41 View commit details
    Browse the repository at this point in the history
  5. feat(data): support subsetting during data download

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    fa066cd View commit details
    Browse the repository at this point in the history
  6. fix(utils): update AnnData type import

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    42d21d9 View commit details
    Browse the repository at this point in the history
  7. refactor(train): move interface type to dedicated module

    remove model save which is done in postprocessing
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    db99efa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    19c7b68 View commit details
    Browse the repository at this point in the history
  9. feat(interfaces): collect dataclass interfaces

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    f2c6ea9 View commit details
    Browse the repository at this point in the history
  10. feat(main_workflow): use dataclass interfaces

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

Commits on Jan 29, 2024

  1. feat(make): add cluster-shell target

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    23c3d5e View commit details
    Browse the repository at this point in the history
  2. feat(pyproject): upgrade stable dependencies

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    7698cf7 View commit details
    Browse the repository at this point in the history
  3. chore(pypi): sync pyproject

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    36867e4 View commit details
    Browse the repository at this point in the history
  4. chore(pypi): sync cpu with pyproject

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

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    66ec989 View commit details
    Browse the repository at this point in the history
  6. feat(flake): update torch >2

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6b838d3 View commit details
    Browse the repository at this point in the history
  7. fix(workflows): set preprocess data path

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ecde0fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3ea04b7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    48dd4b8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7e31b54 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e1ab7f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    62e7fd5 View commit details
    Browse the repository at this point in the history
  13. fix(data): make var names unique

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8fb44f8 View commit details
    Browse the repository at this point in the history
  14. fix(preprocess): remove completed TODOs

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    970ac7a View commit details
    Browse the repository at this point in the history
  15. feat(workflows): add pbmc68k, pons, and larry data sets

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    41c18e2 View commit details
    Browse the repository at this point in the history
  16. test(cid): toggle workflow dev mode

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    bb8246a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    b0e81b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. fix(workflows): set task resource limits

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7416521 View commit details
    Browse the repository at this point in the history
  2. chore(cspell): update dictionary

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

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    f78dc50 View commit details
    Browse the repository at this point in the history
  2. fix(interfaces): use train_dataset from train module

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    76b5563 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dd5fc60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    799a014 View commit details
    Browse the repository at this point in the history
  5. fix(workflows): enable cache for training tasks

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    86b9333 View commit details
    Browse the repository at this point in the history
  6. fix(dev): add example security context overrides

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4ac343d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b65717e View commit details
    Browse the repository at this point in the history
  8. refactor(test_utils): use shared sample data

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8dbf257 View commit details
    Browse the repository at this point in the history
  9. fix(main_workflow): update docstrings

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    e1f726d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    409d96d View commit details
    Browse the repository at this point in the history
  11. feat(test_data): add tests for data module methods

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    dcd8276 View commit details
    Browse the repository at this point in the history
  12. fix(requirements-cpu): remove outdated hashed version

    not required
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    3a36c6e View commit details
    Browse the repository at this point in the history
  13. feat(pyproject): add requests-mock for testing

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    42db104 View commit details
    Browse the repository at this point in the history
  14. chore(requirements): sync with pyproject

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    aba9fb8 View commit details
    Browse the repository at this point in the history
  15. fix(cspell): update dictionary

    add pyproject
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    119f436 View commit details
    Browse the repository at this point in the history
  16. chore(conda): sync with pyproject

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f199311 View commit details
    Browse the repository at this point in the history
  17. test(cid): build images before workflow execution

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b916bf9 View commit details
    Browse the repository at this point in the history
  18. chore(cspell): update dictionary

    add bazel
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    b9fb903 View commit details
    Browse the repository at this point in the history
  19. chore(bazel): update lock

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

Commits on Feb 1, 2024

  1. ci(pre-commit): add commitizen

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9b65dd4 View commit details
    Browse the repository at this point in the history
  2. ci(pre-commit): upgrade repo revs

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

Commits on Feb 2, 2024

  1. chore(cid): update dep version pins

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1946aa7 View commit details
    Browse the repository at this point in the history
  2. fix(make): exclude additional modules from dep graph

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    58850a4 View commit details
    Browse the repository at this point in the history
  3. ci(pre-commit): remove commitizen

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

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    069d2e0 View commit details
    Browse the repository at this point in the history
  5. refactor(velocity): move deprecated modules to archive

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    9db6ec3 View commit details
    Browse the repository at this point in the history
  6. refactor(api): move deprecated modules to archive

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    fd98761 View commit details
    Browse the repository at this point in the history
  7. refactor(config): move deprecated modules to archive

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    4f53e4d View commit details
    Browse the repository at this point in the history
  8. fix(train): update import path in doctest

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a8f50d0 View commit details
    Browse the repository at this point in the history
  9. chore(make): remove unused exclusions from pydeps

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    3d6de39 View commit details
    Browse the repository at this point in the history
  10. fix(setup_environment): update setup-pandoc pin

    latest v2 release upgrades to dependencies that use node 20
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    24a8ef4 View commit details
    Browse the repository at this point in the history
  11. fix(pyproject): pytest ignore reproducibility folder

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    434efae View commit details
    Browse the repository at this point in the history
  12. fix(bazel): remove unused test modules

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a724853 View commit details
    Browse the repository at this point in the history
  13. refactor(transcription_dynamics): separate from utils

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    1ec88f2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e88316f View commit details
    Browse the repository at this point in the history
  15. fix(velocity_model): update imports

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    87386a1 View commit details
    Browse the repository at this point in the history
  16. fix(transcription_dynamics): enable type-checking

    remove unused comments
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    88e496c View commit details
    Browse the repository at this point in the history
  17. test(transcription_dynamics): add test module

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    c9c5416 View commit details
    Browse the repository at this point in the history
  18. test(transcription_dynamics): update tests

    - numerical output
    - typechecking is enabled
    - gamma==beta
    - small values return results
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    47bbcf5 View commit details
    Browse the repository at this point in the history
  19. chore(bazel): enable transcription dynamics test module

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7970446 View commit details
    Browse the repository at this point in the history
  20. fix(velocity_model): handle likelihood not implemented

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e5d06d2 View commit details
    Browse the repository at this point in the history
  21. test(velocity_model): update tests

    - init
    - plates
    - likelihood +/- valid
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    277d014 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7b3a9bd View commit details
    Browse the repository at this point in the history
  23. test(velocity_model): update tests

    - VelocityModelAuto class
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    34f5198 View commit details
    Browse the repository at this point in the history
  24. refactor(workflows): remove unused

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    6e6c345 View commit details
    Browse the repository at this point in the history
  25. fix(make): remove unused pydeps exclusion

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    0df6346 View commit details
    Browse the repository at this point in the history
  26. fix(magic-nix-cache): revert v3 update

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    d1c85f8 View commit details
    Browse the repository at this point in the history
  27. fix(cid): update nix-installer to main

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    98a0b78 View commit details
    Browse the repository at this point in the history
  28. test(cid): enable debugging

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    a3edb70 View commit details
    Browse the repository at this point in the history
  29. test(cid): disable nix cache

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    19d83fe View commit details
    Browse the repository at this point in the history
  30. fix(cid): enable cachix cache for build-nix-images job

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    63e545f View commit details
    Browse the repository at this point in the history
  31. chore(cid): update magic-nix-cache action

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ffbf77f View commit details
    Browse the repository at this point in the history
  32. fix(cid): enable cachix for release images

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    49075ef View commit details
    Browse the repository at this point in the history
  33. fix(cid): enable cachix for test-nix job

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f533984 View commit details
    Browse the repository at this point in the history
  34. fix(cid): update codecov-action to v4

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    e0dbda3 View commit details
    Browse the repository at this point in the history
  35. fix(make): set cachix in gh vars/secrets

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    f5098eb View commit details
    Browse the repository at this point in the history
  36. fix(cid): remove debug

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    95a88f3 View commit details
    Browse the repository at this point in the history
  37. fix(cid): reduce swap

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    87cb626 View commit details
    Browse the repository at this point in the history
  38. fix(make): filter io and configuration from pydeps

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    ddf6d7d View commit details
    Browse the repository at this point in the history
  39. test(preprocess): init test module

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

Commits on Feb 3, 2024

  1. fix(utils): comment unused functions

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    1c05fa2 View commit details
    Browse the repository at this point in the history
  2. refactor(analyze): receive functions from plot module

    - compute_mean_vector_field
    - compute_volcano_data
    - vector_field_uncertainty
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    fd1337a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c38479 View commit details
    Browse the repository at this point in the history
  4. refactor(velocity): import from analyze <- plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    91bfd19 View commit details
    Browse the repository at this point in the history
  5. test(pyproject): update coverage ommissions

    - all init
    - workflows
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    869d03b View commit details
    Browse the repository at this point in the history
  6. refactor(models): move model code to models package

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    ad8689f View commit details
    Browse the repository at this point in the history
  7. fix(gitignore): only ignore top-level models directory

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    8ad7a6d View commit details
    Browse the repository at this point in the history
  8. refactor(transcription_dynamics): rename mRNA -> mrna_dynamics

    export from models package
    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e71db17 View commit details
    Browse the repository at this point in the history
  9. refactor(pyrovelocity): remove unused top-level module

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    2d621ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5703c0b View commit details
    Browse the repository at this point in the history
  11. docs: update api

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    e50ec93 View commit details
    Browse the repository at this point in the history
  12. refactor(utils): move mse_loss_sum to plot

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    92a61cf View commit details
    Browse the repository at this point in the history
  13. chore(lint): archive

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    188b828 View commit details
    Browse the repository at this point in the history
  14. chore(workflows): set 0.2.0b9 cache version

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    bf2a442 View commit details
    Browse the repository at this point in the history
  15. fix(cid): increase root reserve and swap

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    8035847 View commit details
    Browse the repository at this point in the history
  16. chore(flake): update lock

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

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    97205ed View commit details
    Browse the repository at this point in the history
  18. test(cid): update build space removal

    Signed-off-by: Cameron Smith <[email protected]>
    cameronraysmith committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    6d795ec View commit details
    Browse the repository at this point in the history
  19. chore(version): 0.2.0b9 (#513)

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