diff --git a/site/_quarto.yml b/site/_quarto.yml index 1731f9a512..d09c6f1f0e 100644 --- a/site/_quarto.yml +++ b/site/_quarto.yml @@ -106,6 +106,7 @@ website: - text: "---" - text: "RELEASES" # MAKE-RELEASE-NOTES-EMBED-MARKER + - releases/2024-sep-09/release-notes.qmd - releases/2024-aug-13/release-notes.qmd - releases/2024-jul-22/release-notes.qmd - releases/2024-jun-10/release-notes.qmd diff --git a/site/guide/model-workflows/working-with-model-workflows.qmd b/site/guide/model-workflows/working-with-model-workflows.qmd index 9860ce1a57..6331b19b36 100644 --- a/site/guide/model-workflows/working-with-model-workflows.qmd +++ b/site/guide/model-workflows/working-with-model-workflows.qmd @@ -81,6 +81,21 @@ To transition the workflow status of a model's documentation: - Click **{{< fa arrow-right >}}** to open up the transition panel for your selected action. This arrow will be followed by the action name. - Enter your **Notes** then click **Submit**. --> +### Reset your model workflow + +If you need to reset your model's workflow to the beginning: + +1. In the left sidebar, click **Model Inventory**. + +2. Select a model by clicking on it or find your model by applying a filter or searching for it.[^5] + +3. Click on **[model status]{.smallcaps}**. + +4. Select **Reset Workflow**. + + After you confirm, that model's workflow will be returned to its initial state. + + ## What's next :::{#model-workflows-listing} @@ -97,3 +112,5 @@ To transition the workflow status of a model's documentation: [^3]: [Working with model workflows](set-up-model-workflows.qmd) [^4]: [Manage permissions](/guide/configuration/manage-permissions.qmd) + +[^5]: [Working with the model inventory](/guide/model-inventory/working-with-model-inventory.qmd#search-filter-and-sort-models) diff --git a/site/releases/2024-may-22/release-notes.qmd b/site/releases/2024-may-22/release-notes.qmd index 85ac825092..c61f893147 100644 --- a/site/releases/2024-may-22/release-notes.qmd +++ b/site/releases/2024-may-22/release-notes.qmd @@ -181,7 +181,7 @@ Our new **Generate with AI** button is now available when you edit text blocks i Clicking on **Generate Text with AI** pops up a modal showing the AI content generation: -![](generate-with-ai.png){width="80%" fig-alt="A screenshot showing a text editor with a toolbar. The New Generate with AI button is available on the right."} +![](generate-with-ai.png){width="80%" fig-alt="A screenshot showing a text editor with a toolbar. The New Generate with AI button is available on the right"} Here, you can choose to **Accept Text** or **Try Again**: diff --git a/site/releases/2024-releases.qmd b/site/releases/2024-releases.qmd index 2b69cb6f4d..2c6adc2df5 100644 --- a/site/releases/2024-releases.qmd +++ b/site/releases/2024-releases.qmd @@ -15,6 +15,7 @@ listing: # WITH CTAS >250 CHARS # SEE `releases/2023/2023-releases.qmd` SECTION FOR EXAMPLE contents: + - 2024-sep-09/release-notes.qmd - 2024-aug-13/release-notes.qmd - 2024-jul-22/release-notes.qmd - 2024-jun-10/release-notes.qmd diff --git a/site/releases/2024-sep-09/release-notes.qmd b/site/releases/2024-sep-09/release-notes.qmd new file mode 100644 index 0000000000..293d407249 --- /dev/null +++ b/site/releases/2024-sep-09/release-notes.qmd @@ -0,0 +1,139 @@ +--- +title: "September 9, 2024" +filters: + - tachyons +--- + +## Release highlights + +We've expanded functionality in the {{< var vm.platform >}}, including a more extensible version of risk areas that allows you to customize guidelines associated with your validation templates, as well as the ability to reset your model workflows. + + + + +### Manage validation guidelines + +:::: {.flex .flex-wrap .justify-around} + +::: {.w-50-ns} +We've expanded on our risk area functionality and added a new page to your Workplace Settings: **Risk Areas & Validation Guidelines**. + +This replaces the old Risk Areas set up under **Organization**, and allows you to customize guidelines associated with your model validation templates. + +
+ +
+ +::: + +::: {.w-50-ns} + +![](settings-validation-guidelines.png){fig-alt="A screenshot showing the Risk Areas & Validation Guidelines in Workspace Settings"} + +::: + +:::: + + + + +### Reset your model workflow +:::: {.flex .flex-wrap .justify-around} + +::: {.w-70-ns} + +Need to start over with a model? You can now reset your model's workflow to its initial state in the lifecycle. + +
+ +
+ +::: + +::: {.w-30-ns} + +![](reset-model-workflow.png){fig-alt="A screenshot showing the option to reset your model workflow"} + + +::: + +:::: + +## Enhancements + +### Model inventory fields + +Previously, we used custom fields to refer to your organization's unique additional fields for models as well as the default fields provided as suggestions by ValidMind. Custom fields has been renamed to model inventory fields, capturing all additional fields, and the terminology standardized across the {{< var validmind.platform >}} and our documentation. + +:::: {.flex .flex-wrap .justify-around} + +::: {.w-70-ns} +You can still require additional fields to be provided upon model registration, and work with a number of different types of fields. + +::: + +::: {.w-30-ns} + +
+ +
+ +::: + +:::: + + + + +### Model lifecyle statuses + +Previously, we used resource statuses to refer to the model stages made available for use in your model workflows. Resource statuses has been renamed to model lifecycle statuses, clarifying their function, and the terminology standardized across the {{< var validmind.platform >}} and our documentation. + +:::: {.flex .flex-wrap .justify-around} + +::: {.w-70-ns} +- Default statuses are provided for you as suggestions. +- You can add, edit, remove, and define your own custom statuses. + +::: + +::: {.w-30-ns} + +
+ +
+ +::: + +:::: + + + + + + + + + + + diff --git a/site/releases/2024-sep-09/reset-model-workflow.png b/site/releases/2024-sep-09/reset-model-workflow.png new file mode 100644 index 0000000000..89dda241ce Binary files /dev/null and b/site/releases/2024-sep-09/reset-model-workflow.png differ diff --git a/site/releases/2024-sep-09/settings-validation-guidelines.png b/site/releases/2024-sep-09/settings-validation-guidelines.png new file mode 100644 index 0000000000..9716daca9e Binary files /dev/null and b/site/releases/2024-sep-09/settings-validation-guidelines.png differ