Skip to content

Commit 5805f80

Browse files
Merge pull request #333 from validmind/update-staging-10730156583
Merge main into staging
2 parents 0d85544 + 2e442f1 commit 5805f80

File tree

7 files changed

+159
-1
lines changed

7 files changed

+159
-1
lines changed

site/_quarto.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ website:
106106
- text: "---"
107107
- text: "RELEASES"
108108
# MAKE-RELEASE-NOTES-EMBED-MARKER
109+
- releases/2024-sep-09/release-notes.qmd
109110
- releases/2024-aug-13/release-notes.qmd
110111
- releases/2024-jul-22/release-notes.qmd
111112
- releases/2024-jun-10/release-notes.qmd

site/guide/model-workflows/working-with-model-workflows.qmd

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,21 @@ To transition the workflow status of a model's documentation:
8181
- Click **{{< fa arrow-right >}}** to open up the transition panel for your selected action. This arrow will be followed by the action name.
8282
- Enter your **Notes** then click **Submit**. -->
8383

84+
### Reset your model workflow
85+
86+
If you need to reset your model's workflow to the beginning:
87+
88+
1. In the left sidebar, click **Model Inventory**.
89+
90+
2. Select a model by clicking on it or find your model by applying a filter or searching for it.[^5]
91+
92+
3. Click on **[model status]{.smallcaps}**.
93+
94+
4. Select **Reset Workflow**.
95+
96+
After you confirm, that model's workflow will be returned to its initial state.
97+
98+
8499
## What's next
85100

86101
:::{#model-workflows-listing}
@@ -97,3 +112,5 @@ To transition the workflow status of a model's documentation:
97112
[^3]: [Working with model workflows](set-up-model-workflows.qmd)
98113

99114
[^4]: [Manage permissions](/guide/configuration/manage-permissions.qmd)
115+
116+
[^5]: [Working with the model inventory](/guide/model-inventory/working-with-model-inventory.qmd#search-filter-and-sort-models)

site/releases/2024-may-22/release-notes.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Our new **Generate with AI** button is now available when you edit text blocks i
181181
182182
Clicking on **Generate Text with AI** pops up a modal showing the AI content generation:
183183
184-
![](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."}
184+
![](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"}
185185
186186
Here, you can choose to **Accept Text** or **Try Again**:
187187

site/releases/2024-releases.qmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ listing:
1515
# WITH CTAS >250 CHARS
1616
# SEE `releases/2023/2023-releases.qmd` SECTION FOR EXAMPLE
1717
contents:
18+
- 2024-sep-09/release-notes.qmd
1819
- 2024-aug-13/release-notes.qmd
1920
- 2024-jul-22/release-notes.qmd
2021
- 2024-jun-10/release-notes.qmd
Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
---
2+
title: "September 9, 2024"
3+
filters:
4+
- tachyons
5+
---
6+
7+
## Release highlights
8+
9+
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.
10+
11+
12+
<!---
13+
PR #906: Added new page to manage Risk Areas and guidelines
14+
URL: https://github.com/validmind/frontend/pull/906
15+
Labels: enhancement
16+
--->
17+
18+
### Manage validation guidelines
19+
20+
:::: {.flex .flex-wrap .justify-around}
21+
22+
::: {.w-50-ns}
23+
We've expanded on our risk area functionality and added a new page to your Workplace Settings: **Risk Areas & Validation Guidelines**.
24+
25+
This replaces the old Risk Areas set up under **Organization**, and allows you to customize guidelines associated with your model validation templates.
26+
27+
<form method="get" action="/guide/model-validation/manage-validation-guidelines.html" target="_blank">
28+
<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>
29+
</form>
30+
31+
:::
32+
33+
::: {.w-50-ns}
34+
35+
![](settings-validation-guidelines.png){fig-alt="A screenshot showing the Risk Areas & Validation Guidelines in Workspace Settings"}
36+
37+
:::
38+
39+
::::
40+
41+
42+
<!---
43+
PR #921: Added "Reset Workflow" on the model inventory page
44+
URL: https://github.com/validmind/frontend/pull/921
45+
Labels: enhancement
46+
--->
47+
48+
### Reset your model workflow
49+
:::: {.flex .flex-wrap .justify-around}
50+
51+
::: {.w-70-ns}
52+
53+
Need to start over with a model? You can now reset your model's workflow to its initial state in the lifecycle.
54+
55+
<form method="get" action="/guide/model-workflows/working-with-model-workflows.html#reset-your-model-workflow" target="_blank">
56+
<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>
57+
</form>
58+
59+
:::
60+
61+
::: {.w-30-ns}
62+
63+
![](reset-model-workflow.png){fig-alt="A screenshot showing the option to reset your model workflow"}
64+
65+
66+
:::
67+
68+
::::
69+
70+
## Enhancements
71+
72+
### Model inventory fields
73+
74+
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.
75+
76+
:::: {.flex .flex-wrap .justify-around}
77+
78+
::: {.w-70-ns}
79+
You can still require additional fields to be provided upon model registration, and work with a number of different types of fields.
80+
81+
:::
82+
83+
::: {.w-30-ns}
84+
85+
<form method="get" action="/guide/model-inventory/manage-model-inventory-fields.html" target="_blank">
86+
<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>
87+
</form>
88+
89+
:::
90+
91+
::::
92+
93+
94+
95+
<!---
96+
PR #929: Renamed Statuses to Model Lifecycle Statuses
97+
URL: https://github.com/validmind/frontend/pull/929
98+
Labels: enhancement
99+
--->
100+
### Model lifecyle statuses
101+
102+
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.
103+
104+
:::: {.flex .flex-wrap .justify-around}
105+
106+
::: {.w-70-ns}
107+
- Default statuses are provided for you as suggestions.
108+
- You can add, edit, remove, and define your own custom statuses.
109+
110+
:::
111+
112+
::: {.w-30-ns}
113+
114+
<form method="get" action="/guide/model-workflows/customize-model-lifecycle-statuses.html" target="_blank">
115+
<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>
116+
</form>
117+
118+
:::
119+
120+
::::
121+
122+
<!-- REMOVED AFTER DISCUSSION WITH ROBIN -->
123+
124+
<!-- ## Bug fixes -->
125+
126+
<!---
127+
PR #910: fix template editor showing multiorg roles
128+
URL: https://github.com/validmind/frontend/pull/910
129+
Labels: bug
130+
--->
131+
132+
<!-- ### Multi-organizational roles display issue
133+
134+
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.
135+
136+
Now only your roles from your actively selected organization are displayed, reducing confusion around access permissions. -->
137+
138+
139+
Loading
Loading

0 commit comments

Comments
 (0)