v0.5.2-rc1
Pre-release
Pre-release
iguazio-deploy
released this
23 Aug 23:19
·
30 commits
to 0.5.x
since this release
Features / Enhancements
- Left nav bar: removed left navigation bar as it was redundant
Before:
After:
- Jobs: Added a new tab "Schedule"
- Jobs › Details › Artifacts: Added "Iteration" dropdown filed to filter the artifact list by a specific job iteration (only relevant to jobs with hyperparameters):
- Create job › Parameters: Default Simple/Hyper dropdown field to Simple
Before:
After:
- Artifacts › Register: Changed label "Kind" to "Type":
Before:
After:
Bug Fixes
- Jobs › Details › Results: the best-iteration badge was partially obstructed by the job list
Before:
After:
Commit Log
- 2dae85b Impl [Job] Wizard: Parameters: default to Simple (#211)
- 982b81e Impl [Build] Disabled mini-css-extract-plugin warnings (#210)
- 97cca7d Fix [Jobs] Results: best iteration badge overflows (#209)
- e022996 Fix [Jobs] "Remove" action instead of "View YAML" action (#208)
- 4a2d720 Impl [Jobs] Artifacts: added filter by iteration number of job (#207)
- 2fca865 Impl [General] Remove left nav bar (#206)
- 8c21f99 Impl [Jobs] Added "Scheduled" tab (#205)
- def8a35 Impl [Artifact] Register artifact: change "Kind" to "Type" (#204)