f9e5b2c chore: rename wrap_lrscheduler and return original scheduler (1017)
89e1183 fix: naming for model registry CLI commands and entities [DET-3767] (961)
abcbe17 docs: fix object detection example (1016)
f5d0f45 fixing random number divergence on gcs checkpoint upload (1015)
2574f90 feat: add training tricks to imagenet gaea example (617)
58f4aa0 feat: Enable save/restore of RNG and AMP state [DET-3066][DET-3742] (1004)
e433331 docs: revisions for model registry tutorial (1011)
c8e63dd fix: fix bugs in "det model describe" (1012)
d8e6493 fix: fix PyTorchTrial warning messages (1013)
dc6a773 chore: deprecate pytorch.reset_parameters [DET-3578] (1003)
21b5de0 fix: unets example environment config [DET-3553] (1010)
bb9abbb chore: bump version: 0.12.12.dev0 -> 0.12.13.dev0 (998)
103b49b feat: support setting CUDA_VISIBLE_DEVICES for estimator_trial (1001)
5e58e78 feat: clean and add pagination to templates API [DET-3754] (1006)
72b8926 feat: add modal confirmation for trial logs download [DET-3740] (999)
6a42ca2 fix: val_accuracy curve for unets_tf_keras example (844)
01ccd12 feat: support private master images in helm (1008)
f781320 fix: fix HOME in nonroot notebooks [DET-3751] (1002)
bf46455 docs: add documentation for asynchronous adaptive searcher (799)
ea95102 chore: migrate command task wait page over to react [DET-3704] (990)
a6835d2 feat: add activate and pause experiment endpoints [DET-3580] (864)
7cb3b25 test: add CI for k8s [DET-3652, DET-3653, DET-3654, DET-3655] (975)
453e802 docs: reformat experiment config documentation. (995)
d6fd77b fix: use random port for notebooks [DET-3648] (996)
6cb1f33 feat: add task logs [DET-3661] (964)
baa0148 docs: model registry tutorial (916)
eb9b2e3 chore: Use more concise syntax for `const` hyperparameters in examples. (994)
416c1ee fix: handle case where exit code is not set (997)
70c4a09 fix: correct the decoder for `/agents` endpoint (1000)
04643aa docs: make Pytorch primitive public [DET-3204] (816)
a9a818d fix: fix missing override from CRA for storybooks (978)
902a3e6 feat: add archived status column to Experiment list [DET-3540] (967)
2d7d0c3 fix: include trial_id in get_checkpoints queries (987)
b9fbbda docs: improvements to notebooks, environment docs (983)
913fdc3 feat: add command infra endpoints (986)
b23fa52 chore: update cloud images and default task envs. (973)
2a8ca59 fix: support lists and dictionaries in make_metric [DET-3710] (970)
ec57db3 fix: navbar cluster link (980)
a473704 fix: undo a mistaken edit from 'fix make check' (979)
b5a2d33 fix: update resource chart to use the correct library [DET-3721] (976)
767fb01 fix: fix make check (977)
36f9fc3 feat: support proxying for k8 [DET-3422] (877)
d0178e0 feat: experiment chart [DET-3004] (954)
8ccbfe6 chore: add missing get-deps and clean targets for api-ts-sdk (933)
6b0da08 feat: support task and agent summaries for k8 RP [DET-3424, DET-3425] (891)
7b6e42d feat: handle missing PodFailed messages from k8 (946)
01f9562 chore: fetch upon task batch kill [DET-3665] (956)
dc0072d feat: add tag list component and add read/write to experiment labels [DET-3544] (960)
a1bc1d8 feat: add config modal to experiment detail [DET-3005] (965)
4393c1d chore: install setuptools_scm before pytest [DET-3709] (969)
0ab167a feat: Add support for G4 instances on AWS [DET-1771] (953)
ced3f4c Revert "feat: add config modal to experiment detail"
1379bf1 feat: add config modal to experiment detail
4b58124 fix: fix decoder for generic commands (963)
ddf4e32 fix: when trials are killed, do not rollback steps (959)
0cc7821 fix: fix scroll to latest entry [DET-3673] (936)
c5ee5b9 feat: experiment trials table [DET-3007] (920)
a7ef3d7 chore: add function parameter linting rule (958)
6b8f3e0 fix: correct io-ts types (962)
46076c9 feat: add pending state to log viewer's download action [DET-3682] (957)
5838371 feat: add trial details actions logs and Tensorboard (931)
509d61e fix: Update version of Sphinx theme dependency. (955)
a7e2310 chore: migrate checkpoint modal [DET-3006] (897)
807b42c docs: minor tweaks for AWS installation docs (950)
34d8c71 feat: add fork action and Monaco editor [DET-3568 DET-3127 DET-3660] (901)
2717259 feat: show total resource count in cluster charts (919)
274c628 chore: only copy current harness version to trial [DET-3681] (952)
45c0c6b feat: forward k8 events to task logs [DET-3549] (900)
1c210f9 docs: various fixes for model definition and API docs (951)
591fb14 docs: tweak dev prerequisites (947)
8d488ea feat: streaming trial logs [DET-3536] (876)
9908907 feat: naive client-side trial logs download [DET-3521] (867)
685213d docs: add discussion of AWS and GCP quotas. (924)
4e9cbba chore: downgrade warning log to info and improve message (944)
df3c1e7 fix: reorder react routes to match more specific routes first (943)
1f82faf feat: cleanup existing kubernetes resources on start-up [DET-3421] (873)
49887ab chore: open command tasks in a new tab by default. (921)
00fd6c6 feat: support pod lifecycles and logs in k8 RP [DET-3418, DET-3420, DET-3417] (865)
3ad4369 fix: clean up master/agent dependencies (935)
aedd2ed feat: add support for kubernetes trial log entries (925)
796449e docs: release notes for 0.12.12 (932)
cb1675e feat: add enable_cors option to master config. bypass react dev proxy [DET-3638] (913)
44d7578 docs: remove string optimizers from examples (928)
9d6ec5e fix: check for sub analytics functions before making calls [DET-3636] (892)
1562ab2 fix: restore previous checkpoint export functionality (930)
44fc7e1 test: add trial logs navigation test (910)
10aac23 feat: add basics for trial details page [DET-3011] (922)
7c55512 chore: suppress eslint personal config (918)
f11ef7f feat: automatically set container proxy env variables [DET-3414] (838)
b75442a feat: add custom reducers to estimators [DET-3098] (923)
Docker images
- `docker pull determinedai/determined-master:0.12.13`
- `docker pull determinedai/determined-master:cb8f5f0`
- `docker pull determinedai/determined-master:cb8f5f038e9defb85d4d6bc066374f1828511206`
- `docker pull determinedai/determined-dev:determined-master-cb8f5f0`
- `docker pull determinedai/determined-dev:determined-master-cb8f5f038e9defb85d4d6bc066374f1828511206`