-
Notifications
You must be signed in to change notification settings - Fork 4
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
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
c0374bf
Draft of new release notes
validbeck 713c8e7
Edited validation guidelines release
validbeck a0f251b
Draft -need to edit bug fixes
validbeck 1bc5780
Why did it not commit all files??
validbeck fc13dc1
Final tweaks to body
validbeck 272c368
Summary added
validbeck c9f710e
Grammar??
validbeck 850cf3e
Removed extra documentation as requested
validbeck 185233b
Removed bug fixes
validbeck e716dcc
My brain is not on today, typo
validbeck File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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} | ||
|
||
{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} | ||
|
||
{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.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.