## Operators - __Design #2075__: Refine the choice for `GlobalOperator::Assemble()` regarding `domain` argument - it is now optional and the default is to take the same as the `FEltSpace`. ## VariationalFormulation - __Design #2000__: Refactor so that a `VariationalFormulation` is defined solely for a pair or `NumberingSubset`. This simplifies considerably for the internal implementation and the calls in external models as we no longer need to fetch explicitly `NumberingSubset` for many operations (call to `Solve()`, applying boundary condition, accessing system linear algebra, etc...) ## Tools - CI #1509: Push the Docker images generated by CD of a dedicated project directly into the project registry. - Profile #2071: CTrack is now deactivated by default unless `MOREFEM_PROFILE_WITH_CTRACK` macro is set. - Support #2073: Update MoReFEM to work with ThirdPartyCompilationLibrary v25.42.