MOOSE Newsletter (July 2025)

buildconstruction:In Progress

This MOOSE Newsletter edition is in progress. Please check back in August 2025 for a complete description of all MOOSE changes.

MOOSE Improvements

HTML-style comments no longer allowed in MooseDocs

After being informally deprecated for several years, HTML-style block comments have been removed from MooseDocs. The currently-supported markdown alternatives for inline and block comments are shown below. For more detailed information about the Comment extension, checkout out the documentation page.

Example 1: Example usage of inline and block MooseDocs comments

!! This is an inline comment

This is regular text.

!!!
This is a block comment.
Multiple lines can exist within them.
!!!

This is regular text.

MOOSE Modules Changes

libMesh-level Changes

PETSc-level Changes

Bug Fixes, Minor Changes, and Minor Enhancements

Conda Package Changes