Skip to content

Commit 634e34a

Browse files
committed
Moving Enhancements into the right section
1 parent 927ce36 commit 634e34a

File tree

1 file changed

+133
-123
lines changed

1 file changed

+133
-123
lines changed

site/releases/2025/2025-jan-31/release-notes.qmd

Lines changed: 133 additions & 123 deletions
Original file line numberDiff line numberDiff line change
@@ -17,43 +17,6 @@ We manage multiple repositories, each with its own version tags. The new version
1717
This change simplifies tracking changes for each {{< var vm.product >}} release and streamlines version management for you. Release frequency and the upgrade process remain unchanged.
1818
:::
1919

20-
### {{< var validmind.platform >}} (v1.29.10)
21-
22-
<!---
23-
PR #1161: Added basic support to prevent concurrent changes for analytics/dashb…
24-
URL: https://github.com/validmind/frontend/pull/1161
25-
Labels: enhancement
26-
--->
27-
#### Edit your dashboards
28-
29-
We’ve streamlined dashboard configuration with dedicated view and edit modes. Click **Edit Mode** to make changes, then click **Done Editing** to save and return to view mode:
30-
31-
![Edit mode for your dashboard](dashboard-edit-mode.png){width="809" fig-alt="A screenshot showing edit mode" .screenshot}
32-
33-
<!-- ![View mode for your dashboard](dashboard-view-mode.png){width="809" fig-alt="A screenshot showing view mode" .screenshot} -->
34-
35-
To prevent any confusion when multiple people are working on the same dashboard, we've added some helpful safeguards:
36-
37-
- If someone else makes changes while you're editing, you'll get a friendly notification to reload the page
38-
- The system automatically detects if you're looking at an older version of the dashboard and prompts you to get the latest updates
39-
40-
<!-- NR TO DO Are we missing docs for Edit Mode? -->
41-
42-
::: {.tr}
43-
[Customize your dashboard](/guide/configuration/customize-your-dashboard.qmd){.button}
44-
:::
45-
46-
<!---
47-
PR #1172: [SC-8043] Show optional prompt for Risk Assessment
48-
URL: https://github.com/validmind/frontend/pull/1172
49-
Labels: enhancement
50-
--->
51-
#### Optional prompt for risk assessments
52-
53-
Risk assessment generation has been enhanced to allow you to provide an optional prompt before starting text generation. This feature lets you guide the output, ensuring that the generated text aligns more closely with your specific requirements.
54-
55-
![Optional prompt for risk assessments](risk-assessment-prompt.gif){.screenshot}
56-
5720
### {{< var validmind.developer >}} (v2.7.7)
5821

5922
<!---
@@ -263,115 +226,53 @@ The template generation notebook draws from a number of mini-templates, should y
263226

264227
::::
265228

266-
## Enhancements
267-
268-
### {{< var validmind.developer >}} (v2.7.7)
269-
270-
<!---
271-
PR #1179: [SC-8104] Support configurable default models in Admin UI
272-
URL: https://github.com/validmind/frontend/pull/1179
273-
Labels: enhancement
274-
--->
275-
<!-- NR Commented out as not available unless you are on self-hosted ValidMind -->
276-
<!-- ### Configurable default models
277-
278-
:::: {.flex .flex-wrap .justify-around}
279-
280-
::: {.w-40-ns .pr4}
281-
Administrators can now create organizations without models, allowing more flexibility in during onboarding.
282-
283-
The **Populate demo models** switch is now disabled when no models are selected, preventing unintended configurations.
284-
:::
285-
286-
::: {.w-60-ns .pl2}
287-
![Configurable default models](404439892-5d2f2ce8-aa75-40cb-8685-878eb2d013b9.png){width="827" fig-alt="A screenshot showing configurable default models for administrators" .screenshot}
288-
:::
289-
290-
:::: -->
291-
292-
<!---
293-
PR #1173: [SC-7551] add allow_duplicates flag to CreateInventoryModel
294-
URL: https://github.com/validmind/frontend/pull/1173
295-
Labels: enhancement
296-
--->
297-
<!-- NR should this be commented out? The screenshot shows the inspect pane and this seems quite low level. -->
298-
<!-- ### Add `allow_duplicates` flag to `CreateInventoryModel` function
299-
300-
We've introduced a new parameter `allow_duplicates` to the `CreateInventoryModel` function in the `API.ts` file. The `allow_duplicates` parameter is a boolean that determines whether duplicate inventory models are allowed when creating a new inventory model.
301-
302-
![Screenshot 2025-01-13 at 10:26:25 AM](402655672-79e6bae5-efe0-4be0-a772-3047f483f031.png){width="1475" .screenshot} -->
303-
304-
<!---
305-
PR #1132: Added Model Inventory Page layout customization
306-
URL: https://github.com/validmind/frontend/pull/1132
307-
Labels: enhancement
308-
--->
309-
<!-- NR TO DO this needs info ... Might be a highlight -->
310-
<!-- ### Added model inventory page layout customization
311-
312-
Added the ability to customize the layout of the model inventory -->
313-
314-
<!---
315-
PR #1125: [SC-7628] updates to admin landing page
316-
URL: https://github.com/validmind/frontend/pull/1125
317-
Labels: enhancement
318-
--->
319-
<!-- ### Updates to admin landing page
320-
321-
Only in case we are starting to document the admin app
322-
323-
The landing page/admin checks whether you are authenticated and authorized. You can find the rules in the ticket description above. -->
229+
### {{< var validmind.platform >}} (v1.29.10)
324230

325231
<!---
326-
PR #1124: ReportCounters are now clickable
327-
URL: https://github.com/validmind/frontend/pull/1124
232+
PR #1161: Added basic support to prevent concurrent changes for analytics/dashb…
233+
URL: https://github.com/validmind/frontend/pull/1161
328234
Labels: enhancement
329235
--->
330-
<!-- NR Not enough info here, PR description is not clear, either -->
331-
<!-- ### Report counters are now clickable
332-
333-
334-
Counter visualizations are now clickable -->
236+
#### Edit your dashboards
335237

336-
<!---
337-
PR #1096: Simplifies workflow nodes and introduces zoom-based detail
338-
URL: https://github.com/validmind/frontend/pull/1096
339-
Labels: enhancement
340-
--->
341-
### Simplified workflow nodes
238+
We’ve streamlined dashboard configuration with dedicated view and edit modes. Click **Edit Mode** to make changes, then click **Done Editing** to save and return to view mode:
342239

343-
Workflows are now easier to read when zoomed out, helped by a larger modal window and simplified nodes:
240+
![Edit mode for your dashboard](dashboard-edit-mode.png){width="809" fig-alt="A screenshot showing edit mode" .screenshot}
344241

345-
![Workflow visualization showing simplified nodes](workflow-simplified-nodes.png){width="1552" fig-alt="A screenshot showing the simplified workflow visualization with nodes" .screenshot}
242+
<!-- ![View mode for your dashboard](dashboard-view-mode.png){width="809" fig-alt="A screenshot showing view mode" .screenshot} -->
346243

347-
Zooming in reveals more details:
244+
To prevent any confusion when multiple people are working on the same dashboard, we've added some helpful safeguards:
348245

349-
![Workflow visualization in zoomed-out view](workflow-zoomed-view.png){width="1552" fig-alt="A screenshot showing the simplified workflow visualization" .screenshot}
246+
- If someone else makes changes while you're editing, you'll get a friendly notification to reload the page
247+
- The system automatically detects if you're looking at an older version of the dashboard and prompts you to get the latest updates
350248

351-
Hovering over a node highlights all `in` and `out` connections, making relationships clearer:
249+
<!-- NR TO DO Are we missing docs for Edit Mode? -->
352250

353-
![Workflow connection highlighting on hover](workflow-connection-hover.png){width="1552" fig-alt="A screenshot showing the workflow connection highlighting" .screenshot}
251+
::: {.tr}
252+
[Customize your dashboard](/guide/configuration/customize-your-dashboard.qmd){.button}
253+
:::
354254

355255
<!---
356-
PR #1128: [SC-7684] admin manage users
357-
URL: https://github.com/validmind/frontend/pull/1128
256+
PR #1172: [SC-8043] Show optional prompt for Risk Assessment
257+
URL: https://github.com/validmind/frontend/pull/1172
358258
Labels: enhancement
359259
--->
260+
#### Optional prompt for risk assessments
360261

361-
<!-- ### Admin manage users
262+
Risk assessment generation has been enhanced to allow you to provide an optional prompt before starting text generation. This feature lets you guide the output, ensuring that the generated text aligns more closely with your specific requirements.
362263

363-
Adding users management to admin app - list users, create user
264+
![Optional prompt for risk assessments](risk-assessment-prompt.gif){.screenshot}
364265

365-
---
266+
## Enhancements
366267

367-
Adding admin tools with option for `RBAC` refresh -->
268+
### {{< var validmind.developer >}} (v2.7.7)
368269

369270
<!---
370271
PR #274: [SC-7759] Exposing static descriptions in test results
371272
URL: https://github.com/validmind/validmind-library/pull/274
372273
Labels: enhancement
373274
--->
374-
### Static descriptions in test results
275+
#### Static descriptions in test results
375276

376277
The `TestResult` class now exposes pre-populated test descriptions through the `doc` property, separating them from dynamically generated GenAI descriptions:
377278

@@ -395,7 +296,7 @@ PR #285: John6797/sc 7792/add raw data to validmind library tests
395296
URL: https://github.com/validmind/validmind-library/pull/285
396297
Labels: enhancement
397298
--->
398-
### Raw data storage for tests
299+
#### Raw data storage for tests
399300

400301
:::: {.flex .flex-wrap .justify-around}
401302

@@ -408,12 +309,13 @@ We added raw data storage across all {{< var validmind.developer >}} tests. Ever
408309
:::
409310

410311
::::
312+
411313
<!---
412314
PR #295: feat: add print_env function
413315
URL: https://github.com/validmind/validmind-library/pull/295
414316
Labels: enhancement
415317
--->
416-
### New `print_env` function
318+
#### New `print_env` function
417319

418320
:::: {.flex .flex-wrap .justify-around}
419321

@@ -440,6 +342,114 @@ validmind.print_env()
440342

441343
This function outputs key details, such as Python version, installed package versions, and relevant environment variables, making it easier to diagnose issues and share your setup with others.
442344

345+
346+
### {{< var validmind.platform >}} (v1.29.10)
347+
348+
<!---
349+
PR #1096: Simplifies workflow nodes and introduces zoom-based detail
350+
URL: https://github.com/validmind/frontend/pull/1096
351+
Labels: enhancement
352+
--->
353+
#### Simplified workflow nodes
354+
355+
Workflows are now easier to read when zoomed out, helped by a larger modal window and simplified nodes:
356+
357+
![Workflow visualization showing simplified nodes](workflow-simplified-nodes.png){width="1552" fig-alt="A screenshot showing the simplified workflow visualization with nodes" .screenshot}
358+
359+
Zooming in reveals more details:
360+
361+
![Workflow visualization in zoomed-out view](workflow-zoomed-view.png){width="1552" fig-alt="A screenshot showing the simplified workflow visualization" .screenshot}
362+
363+
Hovering over a node highlights all `in` and `out` connections, making relationships clearer:
364+
365+
![Workflow connection highlighting on hover](workflow-connection-hover.png){width="1552" fig-alt="A screenshot showing the workflow connection highlighting" .screenshot}
366+
367+
<!---
368+
PR #1179: [SC-8104] Support configurable default models in Admin UI
369+
URL: https://github.com/validmind/frontend/pull/1179
370+
Labels: enhancement
371+
--->
372+
<!-- NR Commented out as not available unless you are on self-hosted ValidMind -->
373+
<!-- ### Configurable default models
374+
375+
:::: {.flex .flex-wrap .justify-around}
376+
377+
::: {.w-40-ns .pr4}
378+
Administrators can now create organizations without models, allowing more flexibility in during onboarding.
379+
380+
The **Populate demo models** switch is now disabled when no models are selected, preventing unintended configurations.
381+
:::
382+
383+
::: {.w-60-ns .pl2}
384+
![Configurable default models](404439892-5d2f2ce8-aa75-40cb-8685-878eb2d013b9.png){width="827" fig-alt="A screenshot showing configurable default models for administrators" .screenshot}
385+
:::
386+
387+
:::: -->
388+
389+
<!---
390+
PR #1173: [SC-7551] add allow_duplicates flag to CreateInventoryModel
391+
URL: https://github.com/validmind/frontend/pull/1173
392+
Labels: enhancement
393+
--->
394+
<!-- NR should this be commented out? The screenshot shows the inspect pane and this seems quite low level. -->
395+
<!-- ### Add `allow_duplicates` flag to `CreateInventoryModel` function
396+
397+
We've introduced a new parameter `allow_duplicates` to the `CreateInventoryModel` function in the `API.ts` file. The `allow_duplicates` parameter is a boolean that determines whether duplicate inventory models are allowed when creating a new inventory model.
398+
399+
![Screenshot 2025-01-13 at 10:26:25 AM](402655672-79e6bae5-efe0-4be0-a772-3047f483f031.png){width="1475" .screenshot} -->
400+
401+
<!---
402+
PR #1132: Added Model Inventory Page layout customization
403+
URL: https://github.com/validmind/frontend/pull/1132
404+
Labels: enhancement
405+
--->
406+
<!-- NR TO DO this needs info ... Might be a highlight -->
407+
<!-- ### Added model inventory page layout customization
408+
409+
Added the ability to customize the layout of the model inventory -->
410+
411+
<!---
412+
PR #1125: [SC-7628] updates to admin landing page
413+
URL: https://github.com/validmind/frontend/pull/1125
414+
Labels: enhancement
415+
--->
416+
<!-- ### Updates to admin landing page
417+
418+
Only in case we are starting to document the admin app
419+
420+
The landing page/admin checks whether you are authenticated and authorized. You can find the rules in the ticket description above. -->
421+
422+
<!---
423+
PR #1124: ReportCounters are now clickable
424+
URL: https://github.com/validmind/frontend/pull/1124
425+
Labels: enhancement
426+
--->
427+
<!-- NR Not enough info here, PR description is not clear, either -->
428+
<!-- ### Report counters are now clickable
429+
430+
431+
Counter visualizations are now clickable -->
432+
433+
434+
435+
<!---
436+
PR #1128: [SC-7684] admin manage users
437+
URL: https://github.com/validmind/frontend/pull/1128
438+
Labels: enhancement
439+
--->
440+
441+
<!-- ### Admin manage users
442+
443+
Adding users management to admin app - list users, create user
444+
445+
---
446+
447+
Adding admin tools with option for `RBAC` refresh -->
448+
449+
450+
451+
452+
443453
<!-- ## Bug fixes -->
444454

445455
<!---

0 commit comments

Comments
 (0)