Skip to content

v0.2.0-beta.10

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 24 Feb 04:54
· 1335 commits to beta since this release

0.2.0-beta.10 (2024-02-24)

Features

  • cid: skip image build if one with commit sha tag already exists (cba38e4)
  • containers: add dyngen container (de3abae)
  • containers: add script to generate simulated data (05b49c2)
  • dev: add hpa config (dadb4d1)
  • dev: add job config (da03a27)
  • dev: update example config for job (c956103)
  • execution_utils: support nested dataclasses (a382204)
  • flake: add GAR images (eaaddfe)
  • flake: add time to sysPackages (8d1c994)
  • make: add target to build dyngen image (1c46950)
  • make: add target to copy file to cluster pod (7d22b0c)
  • make: add target to disable zsh time reserved word (be99bd9)
  • make: add target to forward port from dev pod (f9cff22)
  • make: add target to toggle local virtualenvs (b96691d)
  • postprocess: add postprocess module (d565e27)
  • preprocess: allow subsets of obs and vars (93a0465)
  • utils: add function to generate public api candidates (402259e)
  • workflows: add postprocessing task (5654b6c)

Bug Fixes

  • analyze: define public interface (0ee8e58)
  • cid: add nix envs for GAR images (5fda3ee)
  • cid: set build volume mount path /nix (d542fa6)
  • cid: use base64 encoded SA creds (29af74e)
  • colab: add maximize build space (9d014b1)
  • colab: increase root reserve (37058af)
  • conda: remove redundant cuda installation (d61866b)
  • data: update public interface (54932e6)
  • dev: config pvc name (2d1d08b)
  • dev: remove default latest tag from image spec [no ci] (24a1ff4)
  • dev: set default pvc name to dev (0a656eb)
  • dev: set update strategy to recreate (f79a958)
  • dev: update config to use job vs deployment (cd7537f)
  • dev: use config pvc name in deployment (3027f0f)
  • dev: use config pvc name in job (77e0ca5)
  • dev: use config pvc name in pvc (57310ca)
  • execute: print fallback logger exceptions (2f98d2e)
  • execute: remove unused comments (1dbd3f8)
  • flake: use base64 encoded SA creds (1dea556)
  • gitignore: *-sa.json (9bd3132)
  • gitignore: all *dev.cue (08c0108)
  • interfaces: define public interface (28113b6)
  • logging: set local log level (8ee8513)
  • main_configuration: enable testing of primary data sets (5912daf)
  • main_configuration: remove list[DataClass] fields from WorkflowConfiguration (016d885)
  • main_configuration: remove resource tuples (36fe9dd)
  • main_workflow: construct training configurations explicitly (3f9f12c)
  • main_workflow: reenable testing for primary data sets (5f04a8c)
  • main_workflow: set cache parameters from constants (d247c75)
  • main_workflow: specify accelerator type constant (d93d863)
  • make: comment ghsecrets for encoded GAR SA creds (ed954dc)
  • models: use tmp_path fixture for model data (e17bf9b)
  • postprocess: ensure data_model_path exists (3cff34f)
  • preprocess: add pca rep if not present (96afc5b)
  • preprocess: ensure n_vars > n_pcs (a892487)
  • preprocess: host data set parameters in interface (f51a098)
  • preprocess: specify public api (4114d9d)
  • pyrovelocity: add dunder main to launch cli as module (ff5b553)
  • train: move data set parameters to preprocess (0a0ea5f)
  • train: update interface (52e33da)
  • train: use tmp_path fixture for loss plot (6af93ea)
  • utils: specify public api (5e325d9)
  • velocity_model: remove debug logging of plate sizes (4ea3f4c)
  • workflows: update training parameters in main configuration (984255b)