Skip to content

Release notes for Sept 9 2024 #329

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

Merged
merged 10 commits into from
Sep 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions site/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 17 additions & 0 deletions site/guide/model-workflows/working-with-model-workflows.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand All @@ -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)
2 changes: 1 addition & 1 deletion site/releases/2024-may-22/release-notes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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**:

Expand Down
1 change: 1 addition & 0 deletions site/releases/2024-releases.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
139 changes: 139 additions & 0 deletions site/releases/2024-sep-09/release-notes.qmd
Original file line number Diff line number Diff line change
@@ -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.


<!---
PR #906: Added new page to manage Risk Areas and guidelines
URL: https://github.com/validmind/frontend/pull/906
Labels: enhancement
--->

### 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.

<form method="get" action="/guide/model-validation/manage-validation-guidelines.html" target="_blank">
<button type="submit" style="color: white; background-color: #de257e; border-radius: 8px; border: none; font-size: 16px; padding: 6.25px 12.5px; margin-left: 16px; margin-bottom: 20px;">Manage validation guidelines</button>
</form>

:::

::: {.w-50-ns}

![](settings-validation-guidelines.png){fig-alt="A screenshot showing the Risk Areas & Validation Guidelines in Workspace Settings"}

:::

::::


<!---
PR #921: Added "Reset Workflow" on the model inventory page
URL: https://github.com/validmind/frontend/pull/921
Labels: enhancement
--->

### 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.

<form method="get" action="/guide/model-workflows/working-with-model-workflows.html#reset-your-model-workflow" target="_blank">
<button type="submit" style="color: white; background-color: #de257e; border-radius: 8px; border: none; font-size: 16px; padding: 6.25px 12.5px; margin-left: 16px; margin-bottom: 20px;">Working with model workflows</button>
</form>

:::

::: {.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}

<form method="get" action="/guide/model-inventory/manage-model-inventory-fields.html" target="_blank">
<button type="submit" style="color: white; background-color: #de257e; border-radius: 8px; border: none; font-size: 16px; padding: 6.25px 12.5px; margin-left: 16px; margin-bottom: 20px;">Manage model inventory fields</button>
</form>

:::

::::



<!---
PR #929: Renamed Statuses to Model Lifecycle Statuses
URL: https://github.com/validmind/frontend/pull/929
Labels: enhancement
--->
### 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}

<form method="get" action="/guide/model-workflows/customize-model-lifecycle-statuses.html" target="_blank">
<button type="submit" style="color: white; background-color: #de257e; border-radius: 8px; border: none; font-size: 16px; padding: 6.25px 12.5px; margin-left: 16px; margin-bottom: 20px;">Customize model lifecycle statuses</button>
</form>

:::

::::

<!-- REMOVED AFTER DISCUSSION WITH ROBIN -->

<!-- ## Bug fixes -->

<!---
PR #910: fix template editor showing multiorg roles
URL: https://github.com/validmind/frontend/pull/910
Labels: bug
--->

<!-- ### Multi-organizational roles display issue

Previously, for users that belonged to multiple organizations, there was a display issue in the {{< var vm.platform >}} where your user roles from other organizations other than your actively selected organization were shown.

Now only your roles from your actively selected organization are displayed, reducing confusion around access permissions. -->



Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading