-
Notifications
You must be signed in to change notification settings - Fork 5
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
Commits on Jan 26, 2024
-
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a2c575 - Browse repository at this point
Copy the full SHA 3a2c575View commit details
Commits on Jan 27, 2024
-
chore(cspell): update dictionary
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbd7fc5 - Browse repository at this point
Copy the full SHA dbd7fc5View commit details -
feat(api): typecheck train_model and allow path inputs
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fbd34bf - Browse repository at this point
Copy the full SHA fbd34bfView commit details -
feat(train): add training script for workflow usage
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fcf4c3 - Browse repository at this point
Copy the full SHA 5fcf4c3View commit details -
fix(gitignore): models directory
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6e4208 - Browse repository at this point
Copy the full SHA f6e4208View commit details -
feat(main_workflow): add model training task
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ca67b4 - Browse repository at this point
Copy the full SHA 4ca67b4View commit details -
test(main_workflow): comment extra data sets
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for be9c79e - Browse repository at this point
Copy the full SHA be9c79eView commit details -
fix(main_workflow): use NamedTuple class
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 618c430 - Browse repository at this point
Copy the full SHA 618c430View commit details -
fix(api): discard returned adata in doctest
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 78456f8 - Browse repository at this point
Copy the full SHA 78456f8View commit details
Commits on Jan 28, 2024
-
fix(execution_utils): construct dataclasses given defaults
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa95db3 - Browse repository at this point
Copy the full SHA fa95db3View commit details -
fix(velocity_model): set u0/s0 types to RNAInputType
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d12e0dd - Browse repository at this point
Copy the full SHA d12e0ddView commit details -
feat(data): add load_anndata_from_path
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d43e29 - Browse repository at this point
Copy the full SHA 7d43e29View commit details -
refactor(api): use load_anndata_from_path
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c04db41 - Browse repository at this point
Copy the full SHA c04db41View commit details -
feat(data): support subsetting during data download
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa066cd - Browse repository at this point
Copy the full SHA fa066cdView commit details -
fix(utils): update AnnData type import
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42d21d9 - Browse repository at this point
Copy the full SHA 42d21d9View commit details -
refactor(train): move interface type to dedicated module
remove model save which is done in postprocessing Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for db99efa - Browse repository at this point
Copy the full SHA db99efaView commit details -
feat(preprocess): refactor for compatibility with dataclass interface
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19c7b68 - Browse repository at this point
Copy the full SHA 19c7b68View commit details -
feat(interfaces): collect dataclass interfaces
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2c6ea9 - Browse repository at this point
Copy the full SHA f2c6ea9View commit details -
feat(main_workflow): use dataclass interfaces
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2324654 - Browse repository at this point
Copy the full SHA 2324654View commit details
Commits on Jan 29, 2024
-
feat(make): add cluster-shell target
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 23c3d5e - Browse repository at this point
Copy the full SHA 23c3d5eView commit details -
feat(pyproject): upgrade stable dependencies
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7698cf7 - Browse repository at this point
Copy the full SHA 7698cf7View commit details -
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36867e4 - Browse repository at this point
Copy the full SHA 36867e4View commit details -
chore(pypi): sync cpu with pyproject
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e68be76 - Browse repository at this point
Copy the full SHA e68be76View commit details -
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 66ec989 - Browse repository at this point
Copy the full SHA 66ec989View commit details -
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6b838d3 - Browse repository at this point
Copy the full SHA 6b838d3View commit details -
fix(workflows): set preprocess data path
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ecde0fa - Browse repository at this point
Copy the full SHA ecde0faView commit details -
actions/runner-images#7188 (comment) Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ea04b7 - Browse repository at this point
Copy the full SHA 3ea04b7View commit details -
fix(vscode): disable coverage to respect debugging breakpoints
microsoft/vscode-python#693 (comment) Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 48dd4b8 - Browse repository at this point
Copy the full SHA 48dd4b8View commit details -
fix(make): move pod ID extraction inside cluster-shell target
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7e31b54 - Browse repository at this point
Copy the full SHA 7e31b54View commit details -
fix(velocity): cast categorical/integers as floats for log-transforma…
…tion Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e1ab7f - Browse repository at this point
Copy the full SHA 6e1ab7fView commit details -
fix(trainer): cast categorical/integers as floats for log-transformation
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 62e7fd5 - Browse repository at this point
Copy the full SHA 62e7fd5View commit details -
fix(data): make var names unique
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8fb44f8 - Browse repository at this point
Copy the full SHA 8fb44f8View commit details -
fix(preprocess): remove completed TODOs
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 970ac7a - Browse repository at this point
Copy the full SHA 970ac7aView commit details -
feat(workflows): add pbmc68k, pons, and larry data sets
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 41c18e2 - Browse repository at this point
Copy the full SHA 41c18e2View commit details -
test(cid): toggle workflow dev mode
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bb8246a - Browse repository at this point
Copy the full SHA bb8246aView commit details -
fix(workflows): increase resources for preprocessing and training tasks
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b0e81b1 - Browse repository at this point
Copy the full SHA b0e81b1View commit details
Commits on Jan 30, 2024
-
fix(workflows): set task resource limits
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7416521 - Browse repository at this point
Copy the full SHA 7416521View commit details -
chore(cspell): update dictionary
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92a7eb0 - Browse repository at this point
Copy the full SHA 92a7eb0View commit details
Commits on Jan 31, 2024
-
refactor(train): migrate train_model from api module to train
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f78dc50 - Browse repository at this point
Copy the full SHA f78dc50View commit details -
fix(interfaces): use train_dataset from train module
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76b5563 - Browse repository at this point
Copy the full SHA 76b5563View commit details -
refactor(workflows): move configuration to separate module
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dd5fc60 - Browse repository at this point
Copy the full SHA dd5fc60View commit details -
refactor(main_workflow): move configuration to separate module
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 799a014 - Browse repository at this point
Copy the full SHA 799a014View commit details -
fix(workflows): enable cache for training tasks
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 86b9333 - Browse repository at this point
Copy the full SHA 86b9333View commit details -
fix(dev): add example security context overrides
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4ac343d - Browse repository at this point
Copy the full SHA 4ac343dView commit details -
refactor(conftest): move sample_data fixture to shared scope
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b65717e - Browse repository at this point
Copy the full SHA b65717eView commit details -
refactor(test_utils): use shared sample data
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8dbf257 - Browse repository at this point
Copy the full SHA 8dbf257View commit details -
fix(main_workflow): update docstrings
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e1f726d - Browse repository at this point
Copy the full SHA e1f726dView commit details -
feat(conftest): provide global fixture to file for sample data
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 409d96d - Browse repository at this point
Copy the full SHA 409d96dView commit details -
feat(test_data): add tests for data module methods
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dcd8276 - Browse repository at this point
Copy the full SHA dcd8276View commit details -
fix(requirements-cpu): remove outdated hashed version
not required Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a36c6e - Browse repository at this point
Copy the full SHA 3a36c6eView commit details -
feat(pyproject): add requests-mock for testing
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 42db104 - Browse repository at this point
Copy the full SHA 42db104View commit details -
chore(requirements): sync with pyproject
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aba9fb8 - Browse repository at this point
Copy the full SHA aba9fb8View commit details -
fix(cspell): update dictionary
add pyproject Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 119f436 - Browse repository at this point
Copy the full SHA 119f436View commit details -
chore(conda): sync with pyproject
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f199311 - Browse repository at this point
Copy the full SHA f199311View commit details -
test(cid): build images before workflow execution
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b916bf9 - Browse repository at this point
Copy the full SHA b916bf9View commit details -
chore(cspell): update dictionary
add bazel Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b9fb903 - Browse repository at this point
Copy the full SHA b9fb903View commit details -
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebbec96 - Browse repository at this point
Copy the full SHA ebbec96View commit details
Commits on Feb 1, 2024
-
ci(pre-commit): add commitizen
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b65dd4 - Browse repository at this point
Copy the full SHA 9b65dd4View commit details -
ci(pre-commit): upgrade repo revs
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76270bb - Browse repository at this point
Copy the full SHA 76270bbView commit details
Commits on Feb 2, 2024
-
chore(cid): update dep version pins
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1946aa7 - Browse repository at this point
Copy the full SHA 1946aa7View commit details -
fix(make): exclude additional modules from dep graph
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58850a4 - Browse repository at this point
Copy the full SHA 58850a4View commit details -
ci(pre-commit): remove commitizen
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee5f243 - Browse repository at this point
Copy the full SHA ee5f243View commit details -
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 069d2e0 - Browse repository at this point
Copy the full SHA 069d2e0View commit details -
refactor(velocity): move deprecated modules to archive
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9db6ec3 - Browse repository at this point
Copy the full SHA 9db6ec3View commit details -
refactor(api): move deprecated modules to archive
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd98761 - Browse repository at this point
Copy the full SHA fd98761View commit details -
refactor(config): move deprecated modules to archive
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f53e4d - Browse repository at this point
Copy the full SHA 4f53e4dView commit details -
fix(train): update import path in doctest
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a8f50d0 - Browse repository at this point
Copy the full SHA a8f50d0View commit details -
chore(make): remove unused exclusions from pydeps
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d6de39 - Browse repository at this point
Copy the full SHA 3d6de39View commit details -
fix(setup_environment): update setup-pandoc pin
latest v2 release upgrades to dependencies that use node 20 Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24a8ef4 - Browse repository at this point
Copy the full SHA 24a8ef4View commit details -
fix(pyproject): pytest ignore reproducibility folder
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 434efae - Browse repository at this point
Copy the full SHA 434efaeView commit details -
fix(bazel): remove unused test modules
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a724853 - Browse repository at this point
Copy the full SHA a724853View commit details -
refactor(transcription_dynamics): separate from utils
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ec88f2 - Browse repository at this point
Copy the full SHA 1ec88f2View commit details -
refactor(utils): move transcription dynamics functions to separate mo…
…dule Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e88316f - Browse repository at this point
Copy the full SHA e88316fView commit details -
fix(velocity_model): update imports
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87386a1 - Browse repository at this point
Copy the full SHA 87386a1View commit details -
fix(transcription_dynamics): enable type-checking
remove unused comments Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88e496c - Browse repository at this point
Copy the full SHA 88e496cView commit details -
test(transcription_dynamics): add test module
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c9c5416 - Browse repository at this point
Copy the full SHA c9c5416View commit details -
test(transcription_dynamics): update tests
- numerical output - typechecking is enabled - gamma==beta - small values return results Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 47bbcf5 - Browse repository at this point
Copy the full SHA 47bbcf5View commit details -
chore(bazel): enable transcription dynamics test module
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7970446 - Browse repository at this point
Copy the full SHA 7970446View commit details -
fix(velocity_model): handle likelihood not implemented
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e5d06d2 - Browse repository at this point
Copy the full SHA e5d06d2View commit details -
test(velocity_model): update tests
- init - plates - likelihood +/- valid Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 277d014 - Browse repository at this point
Copy the full SHA 277d014View commit details -
fix(velocity_model): remove optional type defaults for observations
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b3a9bd - Browse repository at this point
Copy the full SHA 7b3a9bdView commit details -
test(velocity_model): update tests
- VelocityModelAuto class Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 34f5198 - Browse repository at this point
Copy the full SHA 34f5198View commit details -
refactor(workflows): remove unused
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6e6c345 - Browse repository at this point
Copy the full SHA 6e6c345View commit details -
fix(make): remove unused pydeps exclusion
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0df6346 - Browse repository at this point
Copy the full SHA 0df6346View commit details -
fix(magic-nix-cache): revert v3 update
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1c85f8 - Browse repository at this point
Copy the full SHA d1c85f8View commit details -
fix(cid): update nix-installer to main
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 98a0b78 - Browse repository at this point
Copy the full SHA 98a0b78View commit details -
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3edb70 - Browse repository at this point
Copy the full SHA a3edb70View commit details -
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 19d83fe - Browse repository at this point
Copy the full SHA 19d83feView commit details -
fix(cid): enable cachix cache for build-nix-images job
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 63e545f - Browse repository at this point
Copy the full SHA 63e545fView commit details -
chore(cid): update magic-nix-cache action
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ffbf77f - Browse repository at this point
Copy the full SHA ffbf77fView commit details -
fix(cid): enable cachix for release images
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49075ef - Browse repository at this point
Copy the full SHA 49075efView commit details -
fix(cid): enable cachix for test-nix job
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f533984 - Browse repository at this point
Copy the full SHA f533984View commit details -
fix(cid): update codecov-action to v4
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e0dbda3 - Browse repository at this point
Copy the full SHA e0dbda3View commit details -
fix(make): set cachix in gh vars/secrets
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5098eb - Browse repository at this point
Copy the full SHA f5098ebView commit details -
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95a88f3 - Browse repository at this point
Copy the full SHA 95a88f3View commit details -
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 87cb626 - Browse repository at this point
Copy the full SHA 87cb626View commit details -
fix(make): filter io and configuration from pydeps
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddf6d7d - Browse repository at this point
Copy the full SHA ddf6d7dView commit details -
test(preprocess): init test module
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a0aa431 - Browse repository at this point
Copy the full SHA a0aa431View commit details
Commits on Feb 3, 2024
-
fix(utils): comment unused functions
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c05fa2 - Browse repository at this point
Copy the full SHA 1c05fa2View commit details -
refactor(analyze): receive functions from plot module
- compute_mean_vector_field - compute_volcano_data - vector_field_uncertainty Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fd1337a - Browse repository at this point
Copy the full SHA fd1337aView commit details -
refactor(plot): move _velocity functions to analyze module
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c38479 - Browse repository at this point
Copy the full SHA 6c38479View commit details -
refactor(velocity): import from analyze <- plot
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 91bfd19 - Browse repository at this point
Copy the full SHA 91bfd19View commit details -
test(pyproject): update coverage ommissions
- all init - workflows Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 869d03b - Browse repository at this point
Copy the full SHA 869d03bView commit details -
refactor(models): move model code to models package
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad8689f - Browse repository at this point
Copy the full SHA ad8689fView commit details -
fix(gitignore): only ignore top-level models directory
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8ad7a6d - Browse repository at this point
Copy the full SHA 8ad7a6dView commit details -
refactor(transcription_dynamics): rename mRNA -> mrna_dynamics
export from models package Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e71db17 - Browse repository at this point
Copy the full SHA e71db17View commit details -
refactor(pyrovelocity): remove unused top-level module
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d621ef - Browse repository at this point
Copy the full SHA 2d621efView commit details -
test(workflows): define parameter configurations for testing
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5703c0b - Browse repository at this point
Copy the full SHA 5703c0bView commit details -
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e50ec93 - Browse repository at this point
Copy the full SHA e50ec93View commit details -
refactor(utils): move mse_loss_sum to plot
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 92a61cf - Browse repository at this point
Copy the full SHA 92a61cfView commit details -
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 188b828 - Browse repository at this point
Copy the full SHA 188b828View commit details -
chore(workflows): set
0.2.0b9
cache versionSigned-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf2a442 - Browse repository at this point
Copy the full SHA bf2a442View commit details -
fix(cid): increase root reserve and swap
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8035847 - Browse repository at this point
Copy the full SHA 8035847View commit details -
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6582686 - Browse repository at this point
Copy the full SHA 6582686View commit details -
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 97205ed - Browse repository at this point
Copy the full SHA 97205edView commit details -
test(cid): update build space removal
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6d795ec - Browse repository at this point
Copy the full SHA 6d795ecView commit details -
chore(version): 0.2.0b9 (#513)
Signed-off-by: Cameron Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eefde27 - Browse repository at this point
Copy the full SHA eefde27View commit details