Skip to content

Commit 35b9dc5

Browse files
committed
Add missing math editor release notes & .tr some buttons because .tc is too messy
1 parent 634e34a commit 35b9dc5

File tree

2 files changed

+28
-6
lines changed

2 files changed

+28
-6
lines changed
Loading

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

Lines changed: 28 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -278,12 +278,12 @@ The `TestResult` class now exposes pre-populated test descriptions through the `
278278

279279
:::: {.flex .flex-wrap .justify-around}
280280

281-
::: {.w-70-ns}
281+
::: {.w-80-ns}
282282
- `result.doc` — contains the original docstring of the test.
283283
- `result.description` — contains the dynamically generated description.
284284
:::
285285

286-
::: {.w-30-ns .tc}
286+
::: {.w-20-ns .tr}
287287
[`TestResult`](/validmind/validmind/vm_models.html#TestResult){.button target="_blank"}
288288
:::
289289

@@ -300,11 +300,11 @@ Labels: enhancement
300300

301301
:::: {.flex .flex-wrap .justify-around}
302302

303-
::: {.w-70-ns}
303+
::: {.w-80-ns}
304304
We added raw data storage across all {{< var validmind.developer >}} tests. Every test now returns a `RawData` object, allowing post-processing functions to recreate any test output. This feature enhances flexibility and customizability.
305305
:::
306306

307-
::: {.w-30-ns .tc}
307+
::: {.w-20-ns .tr}
308308
[`RawData`](/validmind/validmind.html#RawData){.button target="_blank"}
309309
:::
310310

@@ -319,11 +319,11 @@ Labels: enhancement
319319

320320
:::: {.flex .flex-wrap .justify-around}
321321

322-
::: {.w-70-ns}
322+
::: {.w-80-ns}
323323
We've added a new diagnostic `print_env()` utility function that displays comprehensive information about your running environment. This function is particularly useful when:
324324
:::
325325

326-
::: {.w-30-ns .tc}
326+
::: {.w-20-ns .tr}
327327
[print_env()](/validmind/validmind/vm_utils.html#print_env){.button target="_blank"}
328328
:::
329329

@@ -447,8 +447,30 @@ Adding users management to admin app - list users, create user
447447
Adding admin tools with option for `RBAC` refresh -->
448448

449449

450+
<!--
451+
https://github.com/validmind/frontend/pull/1156
452+
-->
453+
#### New editor for mathematical formulas
450454

455+
:::: {.flex .flex-wrap .justify-around}
456+
457+
::: {.w-70-ns .pr4}
458+
We replaced the plugin for the editor of mathematical equations and formulas. The new plugin provides an improved interface for adding and editing LaTeX expressions in your documentation.
459+
460+
The new editor also includes a real-time preview and common mathematical symbols for easier equation creation.
461+
462+
::: {.tc}
463+
[Add mathematical formulas](/guide/model-documentation/work-with-content-blocks.html#add-mathematical-formulas.qmd){.button}
464+
:::
451465

466+
:::
467+
468+
::: {.w-30-ns}
469+
![New editor for mathematical equations and formulas](math-editor.png){fig-alt="A screenshot showing the new editor for mathematical equations and formulas" .screenshot}
470+
471+
:::
472+
473+
::::
452474

453475
<!-- ## Bug fixes -->
454476

0 commit comments

Comments
 (0)