Releases: mccode-dev/McCode
Release list
McStas/McXrace 3.8.5
Minor fixes for 3.8.4 (and another iteration on the updated manuals). Mostly intended for PaNRAID
https://github.com/mccode-dev/PaNRAID/blob/main/README.md
What's Changed
- If ${SDKROOT} is set - use it instead of calling xcrun by @willend in #2656
- Fix to placement of searchterm output by @willend in #2659
- mccoplot: legend / title suppression by @willend in #2660
- Suppress SITE and Example in generated COMP headers by @willend in #2662
- Allow mcdoc to present unique match, e.g. mcdoc PowderN.comp by @willend in #2663
- Another round of AI-assisted manual edits by @willend in #2661
Full Changelog: v3.8.4...v3.8.5
McStas/McXtrace v3.8.4
Changes in McStas/McXtrace 3.8.4
Covers everything since the last full release, 3.7.9 (July 2, 2026), including all changes already shipped quietly via the intermediate conda-forge releases 3.7.10–3.8.3, and a ground-up rewrite of the McStas/McXtrace manuals.
Sorry for any incovenience caused if you installed any of 3.8.1-3... Some doc-details were still not in place!
What's Changed
Common to McStas and McXtrace
Manuals
- First full manual makeover since the McStas 2.x / McXtrace 1.x series. Tool-usage chapters (
mcrun/mxrun,mcplot,mcdisplay,mcgui,mcdoc, ...) rewritten against the actual CLI code; component reference/parameter tables now generated directly from the current.compsources (closing a long-standing manual/code drift);mcdocitself reworked to support it. By @willend in #2592 - Numerous long-standing inaccuracies fixed along the way: RNG engine description (KISS default / MT optional), obsolete components now explicitly labelled as such, stale legacy sections removed, http->https, and a batch of LaTeX build-pipeline fixes; McXtrace manual also had McStas copy-paste leftovers removed and its "running"/RNG sections aligned with McStas's — all by @willend in #2592
- AI-assisted: reference material and source code (usage articles, grammar/
cogen.c, example instruments, component sources, tool CLIs) were given to an AI coding agent to draft the updated text, reviewed and merged by @willend. Given the scale of the rewrite, minor errors/omissions in the manuals are expected — please flag anything you spot via a GitHub issue mcdoc's browser-based overview page now also links to per-tool cheat-sheets (mcrun,mcgui,mcplot,mcdisplay,mctest,mcdoc, code generators) and to new standalone Instrument/Component grammar reference pages, all a click away from the component browser by @willend
New tooling
- New tools
mcplotdiff-html/mcplotdiff-pyqtgraph/mcplotdiff-matplotlib: plot the difference between two simulation results, monitor by monitor (diff.monN = a.monN - b.monN), with a diverging blue/white/red colour scale for 2D monitors and diff datasets written out as normal, reopenable McCode.datfiles by @willend in #2560, #2562, #2564 — later reworked to show %-difference in #2599 and to always write diff datasets in #2585 - New tools
mccoplot-html/mccoplot-pyqtgraph/mccoplot-matplotlib: companion tomcplotdiff, overlaying two (or more) datasets' 1D monitors on the same axes for direct curve comparison by @willend in #2587, with n-way overlay support in #2594 and a McXtrace-side fix in #2589 mctest: added-s/--seedoption and an option to emulate McCode's classic "Unix epoch" default seed, for reproducible test runs by @willend in #2575, #2576mctest: new--strictmode fails a test if an instrument is missing its%Example:header line(s) by @willend in #2602 (spillover-bug fix in #2604), plus general robustness improvements in #2603 and a GPU-box-specific fix in #2613mctest: fixedTypeErroron re-runs caused bydisplaytimenever being restored from the saved JSON state by @mads-bertelsen-agentic in #2624mcplot-html: added a slider to control plot iframe size, and geometry/scaling adjustments, by @willend in #2547, #2548, #2549, #2550- Fix issue #2561 — make 2D-plot colourbars visible in more cases by @willend in #2563
- Speed up execution of
mcplot-matplotlib(especially for large 2D matrices) by @willend in #2570 - Matplotlib-plotters: fix for non-draggable legends by @willend in #2614
mcrun/mxrun: allow multiscan-Mwith list-scan-Land new scan/list syntaxpar=a:delta:bfor both -N and L modes by @willend in #2618- Plottable
mccode.datin the NeXus-scan case by @willend in #2619 mcgui/mxgui: non-numeric entries in nsteps are now deferred tomcrunfor interpretation instead of rejected up front by @willend in #2625mcdoc: list%Example:lines in bold by @willend in #2636- Minor tweak on
mcviewtest— tolerate a trailing/in ref path by @willend in #2593
Code generator & grammar
- RNG correctness fix: the KISS generator's 7-word per-particle random state was only partially backed up/restored across a
SPLITloop (silently corrupting RNG state), and the Mersenne-Twister seed was never actually applied at start-up due to a staleRNG_ALGcheck — both fixed by @mads-bertelsen-agentic in #2620 - Cogen: simplify
COPY(instance)to no longer transferEXTENDet al. by @willend in #2627 (two affected instruments updated in #2640) - Enable
mcstas-antlrin McCode GitHub CI by @willend in #2610 - Edits for increased compatibility with
mcstas-antlrby @willend in #2612 - Consequence-edits from antlr-compatibility: add missing pragmas by @willend in #2616
- Add input parameters to base
.pyinstrument generated bymccode-pygenby @willend in #2601 - Implement pygen-suggestion from @MilanKlausz (#2554) by @willend in #2555
- Fix for collision between
stdlib::syntax andmcrunmin:delta:maxscan syntax by @willend in #2626 - Fix issue #2606 + other unneeded use of
GETPATH()by @willend in #2609 - [Ref] move static comparison out of the hot TRACE path by @g5t in #2591 — a good general reminder that a
WHEN(...)clause runs once per particle, so precomputing a flag inINITIALIZEbeats astrcmp()in TRACE
Infrastructure / build system / CI
- New CMake
FetchContentintegration for Greg Tucker'smcstas-chopper-libby @willend in #2631, with a test instrument added in #2632 - Consolidate conda/non-conda 'basictest' workflows and use with new
mcviewtestby @willend in #2577 - Minor bugfixes for testsuite-workflows/nightlies by @willend in #2578, #2581
- Back to 1e6, testsuite workers are killed by time-limit by @willend in #2582
- Let testsuite run with 2 cores on macOS, auto elsewhere by @willend in #2583
- Use
mpi=2on macOS also in basictests by @willend in #2586 - Include GitHub worker id as unique identifier for datasets by @willend in #2598
- Trigger 'RUNALL' if > 4 comps were changed by @willend in #2641
- Suppress use of
cif2hklinTest_Powdersby @willend in #2634 - Repair 'autobuild' download of 'innosetup' installer by @willend in #2573
- Release doc updates 3.7.9 by @willend in #2545
- Update pull_request_template.md by @willend in #2559
- Update notebook template to reflect McStasScript 0.0.89 properties by @willend in #2580
- CI: various workflow fixes by @willend in #2615
- Minor instrument header fixes + plug missing README.md's by @willend in #2639
- Rectification of Windows batch-wrappers by @willend in #2566, #2567
McStas only
- New instrument: import of
FRMII_SPODI/FRMII_SPODI_MULTI, a powder diffractometer at MLZ Garching (contributed by V. Kochetov, C. Hauf, M. Hoelzel and A. Senyshyn) by @kinetik161 in #2608 — enabled to run on GPU/OpenACC by @willend in #2623 - New instruments: import of 3 x imaging instruments from various sources (
PSI_ICON,Radiography_Lithium_Battery,Radiography_Sword) by @willend in #2569 - New components (via
mcstas-chopper-lib, see FetchContent integration above):Masked_ESS_butterflyandNXdisk_chopper, with their test/example instrumentsMasked_ESS_butterfly_image,NXdisk_chopper_displayandNXdisk_chopper_image, courtesy of @g5t'smcstas-chopper-lib— installed directly into the normalmcstas-comps/contribandexamples/Tests_opticslocations, so they appear inmcdoc/mcguilike any other McStas component - PowderN: remove erroneous
orderparameter by @Lomholy in #2622 - Sans spheres intensity fix by @Lomholy in #2600
- ILL_SALSA: fix linter and add n reflections to parameters by @Lomholy in #2572
- Patch issue #2637 —
Vertical_Bendergravity always disabled by @MilanKlausz in #2638 - Union: add
nowritefileparameter to all Union loggers and abs_loggers by @mads-bertelsen-agentic in #2607 - Work on ESS source description / comparison with MCPL inputs by @willend in #2596
- Fix for compilation failure of ESS/MCPL instrument under openacc by @willend in #2597
- Use filenames in MCPL instrument
Monitor_nDinstances to get rid of timestamps by @willend in #2574 - Add another
MCPL_output-> producing neutrons in instrument coordinate frame by @willend in #2629 - MCPL file was moved - update instrument file by @willend in #2630
McXtrace only
- McXtrace: work toward fixing #2514 (GPU) by @willend in #2556
- Likely fix for McXtrace /
Abs_objectstest on GPU by @willend in #2557 - WORKAROUNDS: disable key tests in McXtrace (#2514) by @willend in #2558
Filter.comp: better handling of non-standard input files by @willend in #2552- Fix for
mxcoplot-htmlMcXtrace by @willend in #2589
New Contributors
- @kinetik161 made their first contribution in #2608
- @mads-bertelsen-agentic made their first contribution in #2624
- @MilanKlausz made their first contribution in #2638
Full Changelog: v3.7.9...v3.8.4
McStas/McXtrace v3.8.3
Changes in McStas/McXtrace 3.8.3
Covers everything since the last full release, 3.7.9 (July 2, 2026), including all changes already shipped quietly via the intermediate conda-forge releases 3.7.10–3.7.25, and a ground-up rewrite of the McStas/McXtrace manuals.
What's Changed
Common to McStas and McXtrace
Manuals
- First full manual makeover since the McStas 2.x / McXtrace 1.x series. Tool-usage chapters (
mcrun/mxrun,mcplot,mcdisplay,mcgui,mcdoc, ...) rewritten against the actual CLI code; component reference/parameter tables now generated directly from the current.compsources (closing a long-standing manual/code drift);mcdocitself reworked to support it. By @willend in #2592 - Numerous long-standing inaccuracies fixed along the way: RNG engine description (KISS default / MT optional), obsolete components now explicitly labelled as such, stale legacy sections removed, http->https, and a batch of LaTeX build-pipeline fixes; McXtrace manual also had McStas copy-paste leftovers removed and its "running"/RNG sections aligned with McStas's — all by @willend in #2592
- AI-assisted: reference material and source code (usage articles, grammar/
cogen.c, example instruments, component sources, tool CLIs) were given to an AI coding agent to draft the updated text, reviewed and merged by @willend. Given the scale of the rewrite, minor errors/omissions in the manuals are expected — please flag anything you spot via a GitHub issue mcdoc's browser-based overview page now also links to per-tool cheat-sheets (mcrun,mcgui,mcplot,mcdisplay,mctest,mcdoc, code generators) and to new standalone Instrument/Component grammar reference pages, all a click away from the component browser by @willend
New tooling
- New tools
mcplotdiff-html/mcplotdiff-pyqtgraph/mcplotdiff-matplotlib: plot the difference between two simulation results, monitor by monitor (diff.monN = a.monN - b.monN), with a diverging blue/white/red colour scale for 2D monitors and diff datasets written out as normal, reopenable McCode.datfiles by @willend in #2560, #2562, #2564 — later reworked to show %-difference in #2599 and to always write diff datasets in #2585 - New tools
mccoplot-html/mccoplot-pyqtgraph/mccoplot-matplotlib: companion tomcplotdiff, overlaying two (or more) datasets' 1D monitors on the same axes for direct curve comparison by @willend in #2587, with n-way overlay support in #2594 and a McXtrace-side fix in #2589 mctest: added-s/--seedoption and an option to emulate McCode's classic "Unix epoch" default seed, for reproducible test runs by @willend in #2575, #2576mctest: new--strictmode fails a test if an instrument is missing its%Example:header line(s) by @willend in #2602 (spillover-bug fix in #2604), plus general robustness improvements in #2603 and a GPU-box-specific fix in #2613mctest: fixedTypeErroron re-runs caused bydisplaytimenever being restored from the saved JSON state by @mads-bertelsen-agentic in #2624mcplot-html: added a slider to control plot iframe size, and geometry/scaling adjustments, by @willend in #2547, #2548, #2549, #2550- Fix issue #2561 — make 2D-plot colourbars visible in more cases by @willend in #2563
- Speed up execution of
mcplot-matplotlib(especially for large 2D matrices) by @willend in #2570 - Matplotlib-plotters: fix for non-draggable legends by @willend in #2614
mcrun/mxrun: allow multiscan-Mwith list-scan-Land new scan/list syntaxpar=a:delta:bfor both -N and L modes by @willend in #2618- Plottable
mccode.datin the NeXus-scan case by @willend in #2619 mcgui/mxgui: non-numeric entries in nsteps are now deferred tomcrunfor interpretation instead of rejected up front by @willend in #2625mcdoc: list%Example:lines in bold by @willend in #2636- Minor tweak on
mcviewtest— tolerate a trailing/in ref path by @willend in #2593
Code generator & grammar
- RNG correctness fix: the KISS generator's 7-word per-particle random state was only partially backed up/restored across a
SPLITloop (silently corrupting RNG state), and the Mersenne-Twister seed was never actually applied at start-up due to a staleRNG_ALGcheck — both fixed by @mads-bertelsen-agentic in #2620 - Cogen: simplify
COPY(instance)to no longer transferEXTENDet al. by @willend in #2627 (two affected instruments updated in #2640) - Enable
mcstas-antlrin McCode GitHub CI by @willend in #2610 - Edits for increased compatibility with
mcstas-antlrby @willend in #2612 - Consequence-edits from antlr-compatibility: add missing pragmas by @willend in #2616
- Add input parameters to base
.pyinstrument generated bymccode-pygenby @willend in #2601 - Implement pygen-suggestion from @MilanKlausz (#2554) by @willend in #2555
- Fix for collision between
stdlib::syntax andmcrunmin:delta:maxscan syntax by @willend in #2626 - Fix issue #2606 + other unneeded use of
GETPATH()by @willend in #2609 - [Ref] move static comparison out of the hot TRACE path by @g5t in #2591 — a good general reminder that a
WHEN(...)clause runs once per particle, so precomputing a flag inINITIALIZEbeats astrcmp()in TRACE
Infrastructure / build system / CI
- New CMake
FetchContentintegration for Greg Tucker'smcstas-chopper-libby @willend in #2631, with a test instrument added in #2632 - Consolidate conda/non-conda 'basictest' workflows and use with new
mcviewtestby @willend in #2577 - Minor bugfixes for testsuite-workflows/nightlies by @willend in #2578, #2581
- Back to 1e6, testsuite workers are killed by time-limit by @willend in #2582
- Let testsuite run with 2 cores on macOS, auto elsewhere by @willend in #2583
- Use
mpi=2on macOS also in basictests by @willend in #2586 - Include GitHub worker id as unique identifier for datasets by @willend in #2598
- Trigger 'RUNALL' if > 4 comps were changed by @willend in #2641
- Suppress use of
cif2hklinTest_Powdersby @willend in #2634 - Repair 'autobuild' download of 'innosetup' installer by @willend in #2573
- Release doc updates 3.7.9 by @willend in #2545
- Update pull_request_template.md by @willend in #2559
- Update notebook template to reflect McStasScript 0.0.89 properties by @willend in #2580
- CI: various workflow fixes by @willend in #2615
- Minor instrument header fixes + plug missing README.md's by @willend in #2639
- Rectification of Windows batch-wrappers by @willend in #2566, #2567
McStas only
- New instrument: import of
FRMII_SPODI/FRMII_SPODI_MULTI, a powder diffractometer at MLZ Garching (contributed by V. Kochetov, C. Hauf, M. Hoelzel and A. Senyshyn) by @kinetik161 in #2608 — enabled to run on GPU/OpenACC by @willend in #2623 - New instruments: import of 3 x imaging instruments from various sources (
PSI_ICON,Radiography_Lithium_Battery,Radiography_Sword) by @willend in #2569 - New components (via
mcstas-chopper-lib, see FetchContent integration above):Masked_ESS_butterflyandNXdisk_chopper, with their test/example instrumentsMasked_ESS_butterfly_image,NXdisk_chopper_displayandNXdisk_chopper_image, courtesy of @g5t'smcstas-chopper-lib— installed directly into the normalmcstas-comps/contribandexamples/Tests_opticslocations, so they appear inmcdoc/mcguilike any other McStas component - PowderN: remove erroneous
orderparameter by @Lomholy in #2622 - Sans spheres intensity fix by @Lomholy in #2600
- ILL_SALSA: fix linter and add n reflections to parameters by @Lomholy in #2572
- Patch issue #2637 —
Vertical_Bendergravity always disabled by @MilanKlausz in #2638 - Union: add
nowritefileparameter to all Union loggers and abs_loggers by @mads-bertelsen-agentic in #2607 - Work on ESS source description / comparison with MCPL inputs by @willend in #2596
- Fix for compilation failure of ESS/MCPL instrument under openacc by @willend in #2597
- Use filenames in MCPL instrument
Monitor_nDinstances to get rid of timestamps by @willend in #2574 - Add another
MCPL_output-> producing neutrons in instrument coordinate frame by @willend in #2629 - MCPL file was moved - update instrument file by @willend in #2630
McXtrace only
- McXtrace: work toward fixing #2514 (GPU) by @willend in #2556
- Likely fix for McXtrace /
Abs_objectstest on GPU by @willend in #2557 - WORKAROUNDS: disable key tests in McXtrace (#2514) by @willend in #2558
Filter.comp: better handling of non-standard input files by @willend in #2552- Fix for
mxcoplot-htmlMcXtrace by @willend in #2589
New Contributors
- @kinetik161 made their first contribution in #2608
- @mads-bertelsen-agentic made their first contribution in #2624
- @MilanKlausz made their first contribution in #2638
Full Changelog: v3.7.9...v3.8.3
McStas/McXtrace v3.8.2
Changes in McStas/McXtrace 3.8.2
Covers everything since the last full release, 3.7.9 (July 2, 2026), including all changes already shipped quietly via the intermediate conda-forge releases 3.7.10–3.7.25, and a ground-up rewrite of the McStas/McXtrace manuals.
What's Changed
Common to McStas and McXtrace
Manuals
- First full manual makeover since the McStas 2.x / McXtrace 1.x series. Tool-usage chapters (
mcrun/mxrun,mcplot,mcdisplay,mcgui,mcdoc, ...) rewritten against the actual CLI code; component reference/parameter tables now generated directly from the current.compsources (closing a long-standing manual/code drift);mcdocitself reworked to support it. By @willend in #2592 - Numerous long-standing inaccuracies fixed along the way: RNG engine description (KISS default / MT optional), obsolete components now explicitly labelled as such, stale legacy sections removed, http->https, and a batch of LaTeX build-pipeline fixes; McXtrace manual also had McStas copy-paste leftovers removed and its "running"/RNG sections aligned with McStas's — all by @willend in #2592
- AI-assisted: reference material and source code (usage articles, grammar/
cogen.c, example instruments, component sources, tool CLIs) were given to an AI coding agent to draft the updated text, reviewed and merged by @willend. Given the scale of the rewrite, minor errors/omissions in the manuals are expected — please flag anything you spot via a GitHub issue mcdoc's browser-based overview page now also links to per-tool cheat-sheets (mcrun,mcgui,mcplot,mcdisplay,mctest,mcdoc, code generators) and to new standalone Instrument/Component grammar reference pages, all a click away from the component browser by @willend
New tooling
- New tools
mcplotdiff-html/mcplotdiff-pyqtgraph/mcplotdiff-matplotlib: plot the difference between two simulation results, monitor by monitor (diff.monN = a.monN - b.monN), with a diverging blue/white/red colour scale for 2D monitors and diff datasets written out as normal, reopenable McCode.datfiles by @willend in #2560, #2562, #2564 — later reworked to show %-difference in #2599 and to always write diff datasets in #2585 - New tools
mccoplot-html/mccoplot-pyqtgraph/mccoplot-matplotlib: companion tomcplotdiff, overlaying two (or more) datasets' 1D monitors on the same axes for direct curve comparison by @willend in #2587, with n-way overlay support in #2594 and a McXtrace-side fix in #2589 mctest: added-s/--seedoption and an option to emulate McCode's classic "Unix epoch" default seed, for reproducible test runs by @willend in #2575, #2576mctest: new--strictmode fails a test if an instrument is missing its%Example:header line(s) by @willend in #2602 (spillover-bug fix in #2604), plus general robustness improvements in #2603 and a GPU-box-specific fix in #2613mctest: fixedTypeErroron re-runs caused bydisplaytimenever being restored from the saved JSON state by @mads-bertelsen-agentic in #2624mcplot-html: added a slider to control plot iframe size, and geometry/scaling adjustments, by @willend in #2547, #2548, #2549, #2550- Fix issue #2561 — make 2D-plot colourbars visible in more cases by @willend in #2563
- Speed up execution of
mcplot-matplotlib(especially for large 2D matrices) by @willend in #2570 - Matplotlib-plotters: fix for non-draggable legends by @willend in #2614
mcrun/mxrun: allow multiscan-Mwith list-scan-Land new scan/list syntaxpar=a:delta:bfor both -N and L modes by @willend in #2618- Plottable
mccode.datin the NeXus-scan case by @willend in #2619 mcgui/mxgui: non-numeric entries in nsteps are now deferred tomcrunfor interpretation instead of rejected up front by @willend in #2625mcdoc: list%Example:lines in bold by @willend in #2636- Minor tweak on
mcviewtest— tolerate a trailing/in ref path by @willend in #2593
Code generator & grammar
- RNG correctness fix: the KISS generator's 7-word per-particle random state was only partially backed up/restored across a
SPLITloop (silently corrupting RNG state), and the Mersenne-Twister seed was never actually applied at start-up due to a staleRNG_ALGcheck — both fixed by @mads-bertelsen-agentic in #2620 - Cogen: simplify
COPY(instance)to no longer transferEXTENDet al. by @willend in #2627 (two affected instruments updated in #2640) - Enable
mcstas-antlrin McCode GitHub CI by @willend in #2610 - Edits for increased compatibility with
mcstas-antlrby @willend in #2612 - Consequence-edits from antlr-compatibility: add missing pragmas by @willend in #2616
- Add input parameters to base
.pyinstrument generated bymccode-pygenby @willend in #2601 - Implement pygen-suggestion from @MilanKlausz (#2554) by @willend in #2555
- Fix for collision between
stdlib::syntax andmcrunmin:delta:maxscan syntax by @willend in #2626 - Fix issue #2606 + other unneeded use of
GETPATH()by @willend in #2609 - [Ref] move static comparison out of the hot TRACE path by @g5t in #2591 — a good general reminder that a
WHEN(...)clause runs once per particle, so precomputing a flag inINITIALIZEbeats astrcmp()in TRACE
Infrastructure / build system / CI
- New CMake
FetchContentintegration for Greg Tucker'smcstas-chopper-libby @willend in #2631, with a test instrument added in #2632 - Consolidate conda/non-conda 'basictest' workflows and use with new
mcviewtestby @willend in #2577 - Minor bugfixes for testsuite-workflows/nightlies by @willend in #2578, #2581
- Back to 1e6, testsuite workers are killed by time-limit by @willend in #2582
- Let testsuite run with 2 cores on macOS, auto elsewhere by @willend in #2583
- Use
mpi=2on macOS also in basictests by @willend in #2586 - Include GitHub worker id as unique identifier for datasets by @willend in #2598
- Trigger 'RUNALL' if > 4 comps were changed by @willend in #2641
- Suppress use of
cif2hklinTest_Powdersby @willend in #2634 - Repair 'autobuild' download of 'innosetup' installer by @willend in #2573
- Release doc updates 3.7.9 by @willend in #2545
- Update pull_request_template.md by @willend in #2559
- Update notebook template to reflect McStasScript 0.0.89 properties by @willend in #2580
- CI: various workflow fixes by @willend in #2615
- Minor instrument header fixes + plug missing README.md's by @willend in #2639
- Rectification of Windows batch-wrappers by @willend in #2566, #2567
McStas only
- New instrument: import of
FRMII_SPODI/FRMII_SPODI_MULTI, a powder diffractometer at MLZ Garching (contributed by V. Kochetov, C. Hauf, M. Hoelzel and A. Senyshyn) by @kinetik161 in #2608 — enabled to run on GPU/OpenACC by @willend in #2623 - New instruments: import of 3 x imaging instruments from various sources (
PSI_ICON,Radiography_Lithium_Battery,Radiography_Sword) by @willend in #2569 - New components (via
mcstas-chopper-lib, see FetchContent integration above):Masked_ESS_butterflyandNXdisk_chopper, with their test/example instrumentsMasked_ESS_butterfly_image,NXdisk_chopper_displayandNXdisk_chopper_image, courtesy of @g5t'smcstas-chopper-lib— installed directly into the normalmcstas-comps/contribandexamples/Tests_opticslocations, so they appear inmcdoc/mcguilike any other McStas component - PowderN: remove erroneous
orderparameter by @Lomholy in #2622 - Sans spheres intensity fix by @Lomholy in #2600
- ILL_SALSA: fix linter and add n reflections to parameters by @Lomholy in #2572
- Patch issue #2637 —
Vertical_Bendergravity always disabled by @MilanKlausz in #2638 - Union: add
nowritefileparameter to all Union loggers and abs_loggers by @mads-bertelsen-agentic in #2607 - Work on ESS source description / comparison with MCPL inputs by @willend in #2596
- Fix for compilation failure of ESS/MCPL instrument under openacc by @willend in #2597
- Use filenames in MCPL instrument
Monitor_nDinstances to get rid of timestamps by @willend in #2574 - Add another
MCPL_output-> producing neutrons in instrument coordinate frame by @willend in #2629 - MCPL file was moved - update instrument file by @willend in #2630
McXtrace only
- McXtrace: work toward fixing #2514 (GPU) by @willend in #2556
- Likely fix for McXtrace /
Abs_objectstest on GPU by @willend in #2557 - WORKAROUNDS: disable key tests in McXtrace (#2514) by @willend in #2558
Filter.comp: better handling of non-standard input files by @willend in #2552- Fix for
mxcoplot-htmlMcXtrace by @willend in #2589
New Contributors
- @kinetik161 made their first contribution in #2608
- @mads-bertelsen-agentic made their first contribution in #2624
- @MilanKlausz made their first contribution in #2638
Full Changelog: v3.7.9...v3.8.2
McStas/McXtrace v3.8.1
Changes in McStas/McXtrace 3.8.1
Covers everything since the last full release, 3.7.9 (July 2, 2026), including all changes already shipped quietly via the intermediate conda-forge releases 3.7.10–3.7.25, and a ground-up rewrite of the McStas/McXtrace manuals.
What's Changed
Common to McStas and McXtrace
Manuals
- First full manual makeover since the McStas 2.x / McXtrace 1.x series. Tool-usage chapters (
mcrun/mxrun,mcplot,mcdisplay,mcgui,mcdoc, ...) rewritten against the actual CLI code; component reference/parameter tables now generated directly from the current.compsources (closing a long-standing manual/code drift);mcdocitself reworked to support it. By @willend in #2592 - Numerous long-standing inaccuracies fixed along the way: RNG engine description (KISS default / MT optional), obsolete components now explicitly labelled as such, stale legacy sections removed, http->https, and a batch of LaTeX build-pipeline fixes; McXtrace manual also had McStas copy-paste leftovers removed and its "running"/RNG sections aligned with McStas's — all by @willend in #2592
- AI-assisted: reference material and source code (usage articles, grammar/
cogen.c, example instruments, component sources, tool CLIs) were given to an AI coding agent to draft the updated text, reviewed and merged by @willend. Given the scale of the rewrite, minor errors/omissions in the manuals are expected — please flag anything you spot via a GitHub issue mcdoc's browser-based overview page now also links to per-tool cheat-sheets (mcrun,mcgui,mcplot,mcdisplay,mctest,mcdoc, code generators) and to new standalone Instrument/Component grammar reference pages, all a click away from the component browser by @willend
New tooling
- New tools
mcplotdiff-html/mcplotdiff-pyqtgraph/mcplotdiff-matplotlib: plot the difference between two simulation results, monitor by monitor (diff.monN = a.monN - b.monN), with a diverging blue/white/red colour scale for 2D monitors and diff datasets written out as normal, reopenable McCode.datfiles by @willend in #2560, #2562, #2564 — later reworked to show %-difference in #2599 and to always write diff datasets in #2585 - New tools
mccoplot-html/mccoplot-pyqtgraph/mccoplot-matplotlib: companion tomcplotdiff, overlaying two (or more) datasets' 1D monitors on the same axes for direct curve comparison by @willend in #2587, with n-way overlay support in #2594 and a McXtrace-side fix in #2589 mctest: added-s/--seedoption and an option to emulate McCode's classic "Unix epoch" default seed, for reproducible test runs by @willend in #2575, #2576mctest: new--strictmode fails a test if an instrument is missing its%Example:header line(s) by @willend in #2602 (spillover-bug fix in #2604), plus general robustness improvements in #2603 and a GPU-box-specific fix in #2613mctest: fixedTypeErroron re-runs caused bydisplaytimenever being restored from the saved JSON state by @mads-bertelsen-agentic in #2624mcplot-html: added a slider to control plot iframe size, and geometry/scaling adjustments, by @willend in #2547, #2548, #2549, #2550- Fix issue #2561 — make 2D-plot colourbars visible in more cases by @willend in #2563
- Speed up execution of
mcplot-matplotlib(especially for large 2D matrices) by @willend in #2570 - Matplotlib-plotters: fix for non-draggable legends by @willend in #2614
mcrun/mxrun: allow multiscan-Mwith list-scan-Land new scan/list syntaxpar=a:delta:bfor both -N and L modes by @willend in #2618- Plottable
mccode.datin the NeXus-scan case by @willend in #2619 mcgui/mxgui: non-numeric entries in nsteps are now deferred tomcrunfor interpretation instead of rejected up front by @willend in #2625mcdoc: list%Example:lines in bold by @willend in #2636- Minor tweak on
mcviewtest— tolerate a trailing/in ref path by @willend in #2593
Code generator & grammar
- RNG correctness fix: the KISS generator's 7-word per-particle random state was only partially backed up/restored across a
SPLITloop (silently corrupting RNG state), and the Mersenne-Twister seed was never actually applied at start-up due to a staleRNG_ALGcheck — both fixed by @mads-bertelsen-agentic in #2620 - Cogen: simplify
COPY(instance)to no longer transferEXTENDet al. by @willend in #2627 (two affected instruments updated in #2640) - Enable
mcstas-antlrin McCode GitHub CI by @willend in #2610 - Edits for increased compatibility with
mcstas-antlrby @willend in #2612 - Consequence-edits from antlr-compatibility: add missing pragmas by @willend in #2616
- Add input parameters to base
.pyinstrument generated bymccode-pygenby @willend in #2601 - Implement pygen-suggestion from @MilanKlausz (#2554) by @willend in #2555
- Fix for collision between
stdlib::syntax andmcrunmin:delta:maxscan syntax by @willend in #2626 - Fix issue #2606 + other unneeded use of
GETPATH()by @willend in #2609 - [Ref] move static comparison out of the hot TRACE path by @g5t in #2591 — a good general reminder that a
WHEN(...)clause runs once per particle, so precomputing a flag inINITIALIZEbeats astrcmp()in TRACE
Infrastructure / build system / CI
- New CMake
FetchContentintegration for Greg Tucker'smcstas-chopper-libby @willend in #2631, with a test instrument added in #2632 - Consolidate conda/non-conda 'basictest' workflows and use with new
mcviewtestby @willend in #2577 - Minor bugfixes for testsuite-workflows/nightlies by @willend in #2578, #2581
- Back to 1e6, testsuite workers are killed by time-limit by @willend in #2582
- Let testsuite run with 2 cores on macOS, auto elsewhere by @willend in #2583
- Use
mpi=2on macOS also in basictests by @willend in #2586 - Include GitHub worker id as unique identifier for datasets by @willend in #2598
- Trigger 'RUNALL' if > 4 comps were changed by @willend in #2641
- Suppress use of
cif2hklinTest_Powdersby @willend in #2634 - Repair 'autobuild' download of 'innosetup' installer by @willend in #2573
- Release doc updates 3.7.9 by @willend in #2545
- Update pull_request_template.md by @willend in #2559
- Update notebook template to reflect McStasScript 0.0.89 properties by @willend in #2580
- CI: various workflow fixes by @willend in #2615
- Minor instrument header fixes + plug missing README.md's by @willend in #2639
- Rectification of Windows batch-wrappers by @willend in #2566, #2567
McStas only
- New instrument: import of
FRMII_SPODI/FRMII_SPODI_MULTI, a powder diffractometer at MLZ Garching (contributed by V. Kochetov, C. Hauf, M. Hoelzel and A. Senyshyn) by @kinetik161 in #2608 — enabled to run on GPU/OpenACC by @willend in #2623 - New instruments: import of 3 x imaging instruments from various sources (
PSI_ICON,Radiography_Lithium_Battery,Radiography_Sword) by @willend in #2569 - New components (via
mcstas-chopper-lib, see FetchContent integration above):Masked_ESS_butterflyandNXdisk_chopper, with their test/example instrumentsMasked_ESS_butterfly_image,NXdisk_chopper_displayandNXdisk_chopper_image, courtesy of @g5t'smcstas-chopper-lib— installed directly into the normalmcstas-comps/contribandexamples/Tests_opticslocations, so they appear inmcdoc/mcguilike any other McStas component - PowderN: remove erroneous
orderparameter by @Lomholy in #2622 - Sans spheres intensity fix by @Lomholy in #2600
- ILL_SALSA: fix linter and add n reflections to parameters by @Lomholy in #2572
- Patch issue #2637 —
Vertical_Bendergravity always disabled by @MilanKlausz in #2638 - Union: add
nowritefileparameter to all Union loggers and abs_loggers by @mads-bertelsen-agentic in #2607 - Work on ESS source description / comparison with MCPL inputs by @willend in #2596
- Fix for compilation failure of ESS/MCPL instrument under openacc by @willend in #2597
- Use filenames in MCPL instrument
Monitor_nDinstances to get rid of timestamps by @willend in #2574 - Add another
MCPL_output-> producing neutrons in instrument coordinate frame by @willend in #2629 - MCPL file was moved - update instrument file by @willend in #2630
McXtrace only
- McXtrace: work toward fixing #2514 (GPU) by @willend in #2556
- Likely fix for McXtrace /
Abs_objectstest on GPU by @willend in #2557 - WORKAROUNDS: disable key tests in McXtrace (#2514) by @willend in #2558
Filter.comp: better handling of non-standard input files by @willend in #2552- Fix for
mxcoplot-htmlMcXtrace by @willend in #2589
New Contributors
- @kinetik161 made their first contribution in #2608
- @mads-bertelsen-agentic made their first contribution in #2624
- @MilanKlausz made their first contribution in #2638
Full Changelog: v3.7.9...v3.8.1
McStas/McXtrace v3.8.0
Changes in McStas/McXtrace 3.8.0
Covers everything since the last full release, 3.7.9 (July 2, 2026), including all changes already shipped quietly via the intermediate conda-forge releases 3.7.10–3.7.25, and a ground-up rewrite of the McStas/McXtrace manuals.
What's Changed
Common to McStas and McXtrace
Manuals
- First full manual makeover since the McStas 2.x / McXtrace 1.x series. Tool-usage chapters (
mcrun/mxrun,mcplot,mcdisplay,mcgui,mcdoc, ...) rewritten against the actual CLI code; component reference/parameter tables now generated directly from the current.compsources (closing a long-standing manual/code drift);mcdocitself reworked to support it. By @willend in #2592 - Numerous long-standing inaccuracies fixed along the way: RNG engine description (KISS default / MT optional), obsolete components now explicitly labelled as such, stale legacy sections removed, http->https, and a batch of LaTeX build-pipeline fixes; McXtrace manual also had McStas copy-paste leftovers removed and its "running"/RNG sections aligned with McStas's — all by @willend in #2592
- AI-assisted: reference material and source code (usage articles, grammar/
cogen.c, example instruments, component sources, tool CLIs) were given to an AI coding agent to draft the updated text, reviewed and merged by @willend. Given the scale of the rewrite, minor errors/omissions in the manuals are expected — please flag anything you spot via a GitHub issue mcdoc's browser-based overview page now also links to per-tool cheat-sheets (mcrun,mcgui,mcplot,mcdisplay,mctest,mcdoc, code generators) and to new standalone Instrument/Component grammar reference pages, all a click away from the component browser by @willend
New tooling
- New tools
mcplotdiff-html/mcplotdiff-pyqtgraph/mcplotdiff-matplotlib: plot the difference between two simulation results, monitor by monitor (diff.monN = a.monN - b.monN), with a diverging blue/white/red colour scale for 2D monitors and diff datasets written out as normal, reopenable McCode.datfiles by @willend in #2560, #2562, #2564 — later reworked to show %-difference in #2599 and to always write diff datasets in #2585 - New tools
mccoplot-html/mccoplot-pyqtgraph/mccoplot-matplotlib: companion tomcplotdiff, overlaying two (or more) datasets' 1D monitors on the same axes for direct curve comparison by @willend in #2587, with n-way overlay support in #2594 and a McXtrace-side fix in #2589 mctest: added-s/--seedoption and an option to emulate McCode's classic "Unix epoch" default seed, for reproducible test runs by @willend in #2575, #2576mctest: new--strictmode fails a test if an instrument is missing its%Example:header line(s) by @willend in #2602 (spillover-bug fix in #2604), plus general robustness improvements in #2603 and a GPU-box-specific fix in #2613mctest: fixedTypeErroron re-runs caused bydisplaytimenever being restored from the saved JSON state by @mads-bertelsen-agentic in #2624mcplot-html: added a slider to control plot iframe size, and geometry/scaling adjustments, by @willend in #2547, #2548, #2549, #2550- Fix issue #2561 — make 2D-plot colourbars visible in more cases by @willend in #2563
- Speed up execution of
mcplot-matplotlib(especially for large 2D matrices) by @willend in #2570 - Matplotlib-plotters: fix for non-draggable legends by @willend in #2614
mcrun/mxrun: allow multiscan-Mwith list-scan-Land new scan/list syntaxpar=a:delta:bfor both -N and L modes by @willend in #2618- Plottable
mccode.datin the NeXus-scan case by @willend in #2619 mcgui/mxgui: non-numeric entries in nsteps are now deferred tomcrunfor interpretation instead of rejected up front by @willend in #2625mcdoc: list%Example:lines in bold by @willend in #2636- Minor tweak on
mcviewtest— tolerate a trailing/in ref path by @willend in #2593
Code generator & grammar
- RNG correctness fix: the KISS generator's 7-word per-particle random state was only partially backed up/restored across a
SPLITloop (silently corrupting RNG state), and the Mersenne-Twister seed was never actually applied at start-up due to a staleRNG_ALGcheck — both fixed by @mads-bertelsen-agentic in #2620 - Cogen: simplify
COPY(instance)to no longer transferEXTENDet al. by @willend in #2627 (two affected instruments updated in #2640) - Enable
mcstas-antlrin McCode GitHub CI by @willend in #2610 - Edits for increased compatibility with
mcstas-antlrby @willend in #2612 - Consequence-edits from antlr-compatibility: add missing pragmas by @willend in #2616
- Add input parameters to base
.pyinstrument generated bymccode-pygenby @willend in #2601 - Implement pygen-suggestion from @MilanKlausz (#2554) by @willend in #2555
- Fix for collision between
stdlib::syntax andmcrunmin:delta:maxscan syntax by @willend in #2626 - Fix issue #2606 + other unneeded use of
GETPATH()by @willend in #2609 - [Ref] move static comparison out of the hot TRACE path by @g5t in #2591 — a good general reminder that a
WHEN(...)clause runs once per particle, so precomputing a flag inINITIALIZEbeats astrcmp()in TRACE
Infrastructure / build system / CI
- New CMake
FetchContentintegration for Greg Tucker'smcstas-chopper-libby @willend in #2631, with a test instrument added in #2632 - Consolidate conda/non-conda 'basictest' workflows and use with new
mcviewtestby @willend in #2577 - Minor bugfixes for testsuite-workflows/nightlies by @willend in #2578, #2581
- Back to 1e6, testsuite workers are killed by time-limit by @willend in #2582
- Let testsuite run with 2 cores on macOS, auto elsewhere by @willend in #2583
- Use
mpi=2on macOS also in basictests by @willend in #2586 - Include GitHub worker id as unique identifier for datasets by @willend in #2598
- Trigger 'RUNALL' if > 4 comps were changed by @willend in #2641
- Suppress use of
cif2hklinTest_Powdersby @willend in #2634 - Repair 'autobuild' download of 'innosetup' installer by @willend in #2573
- Release doc updates 3.7.9 by @willend in #2545
- Update pull_request_template.md by @willend in #2559
- Update notebook template to reflect McStasScript 0.0.89 properties by @willend in #2580
- CI: various workflow fixes by @willend in #2615
- Minor instrument header fixes + plug missing README.md's by @willend in #2639
- Rectification of Windows batch-wrappers by @willend in #2566, #2567
McStas only
- New instrument: import of
FRMII_SPODI/FRMII_SPODI_MULTI, a powder diffractometer at MLZ Garching (contributed by V. Kochetov, C. Hauf, M. Hoelzel and A. Senyshyn) by @kinetik161 in #2608 — enabled to run on GPU/OpenACC by @willend in #2623 - New instruments: import of 3 x imaging instruments from various sources (
PSI_ICON,Radiography_Lithium_Battery,Radiography_Sword) by @willend in #2569 - New components (via
mcstas-chopper-lib, see FetchContent integration above):Masked_ESS_butterflyandNXdisk_chopper, with their test/example instrumentsMasked_ESS_butterfly_image,NXdisk_chopper_displayandNXdisk_chopper_image, courtesy of @g5t'smcstas-chopper-lib— installed directly into the normalmcstas-comps/contribandexamples/Tests_opticslocations, so they appear inmcdoc/mcguilike any other McStas component - PowderN: remove erroneous
orderparameter by @Lomholy in #2622 - Sans spheres intensity fix by @Lomholy in #2600
- ILL_SALSA: fix linter and add n reflections to parameters by @Lomholy in #2572
- Patch issue #2637 —
Vertical_Bendergravity always disabled by @MilanKlausz in #2638 - Union: add
nowritefileparameter to all Union loggers and abs_loggers by @mads-bertelsen-agentic in #2607 - Work on ESS source description / comparison with MCPL inputs by @willend in #2596
- Fix for compilation failure of ESS/MCPL instrument under openacc by @willend in #2597
- Use filenames in MCPL instrument
Monitor_nDinstances to get rid of timestamps by @willend in #2574 - Add another
MCPL_output-> producing neutrons in instrument coordinate frame by @willend in #2629 - MCPL file was moved - update instrument file by @willend in #2630
McXtrace only
- McXtrace: work toward fixing #2514 (GPU) by @willend in #2556
- Likely fix for McXtrace /
Abs_objectstest on GPU by @willend in #2557 - WORKAROUNDS: disable key tests in McXtrace (#2514) by @willend in #2558
Filter.comp: better handling of non-standard input files by @willend in #2552- Fix for
mxcoplot-htmlMcXtrace by @willend in #2589
New Contributors
- @kinetik161 made their first contribution in #2608
- @mads-bertelsen-agentic made their first contribution in #2624
- @MilanKlausz made their first contribution in #2638
Full Changelog: v3.7.9...v3.8.0
McStas/McXtrace v3.7.25
What's Changed
- Release doc updates 3.7.9 by @willend in #2545
- More html plotter tweaks (m*plot-html, as used from mctest) by @willend in #2547
- Add slider for control of iframe size by @willend in #2548
- More html plotter tweaks by @willend in #2549
- Final adjustment of geometry/scaling for mcplot-html by @willend in #2550
- McXtrace Filter.comp: Better handling of non-standard inputfiles by @willend in #2552
- Implement pygen-suggestion from @MilanKlausz(#2554) by @willend in #2555
- McXtrace: Work toward fixing #2514 (GPU) by @willend in #2556
- Likely fix for McXtrace / Abs_objects test on GPU by @willend in #2557
- Update pull_request_template.md by @willend in #2559
- WORKAROUNDS: Disable key tests in McXtrace (#2514) by @willend in #2558
- Fix issue 2561 - make 2D-plot colorbars visible in “more” cases by @willend in #2563
- Rectification of windows batch-wrappers by @willend in #2566
- New tool: mcplotdiff-html, render difference plots between two datasets by @willend in #2560
- New tool: mcplotdiff-pyqtgraph, render difference plots between two datasets (follow-up for #2560) by @willend in #2562
- New tool: mcplotdiff-matplotlib, render difference plots between two datasets (follow-up for #2562) by @willend in #2564
- Correction of batch-wrapper snippets by @willend in #2567
- Speed up execution of mcplot-matplotlib (especially for big 2D matrices) by @willend in #2570
- Repair 'autobuild' download of 'innosetup' installer by @willend in #2573
- ILL_SALSA fix linter and add n reflections to parameters by @Lomholy in #2572
- Import 3 x imaging instruments from various sources by @willend in #2569
- Use filenames in MCPL instrument Monitor_nD instances to get rid of timestamps by @willend in #2574
- Add -s --seed option to mctest by @willend in #2575
- Add option to "emulate" McCode default 'Unix epoch' seed in mctest by @willend in #2576
- mcviewtest: spawn the new mcplotdiff-html plotter by @willend in #2568
- Consolidate conda/non-conda ‘basictest’ workflows and use with new mcviewtest by @willend in #2577
- Minor bugfixes for testsuite-workflows / nightlies by @willend in #2578
- Update notebook template to reflect McStasScript 0.0.89 properties by @willend in #2580
- Tweaks to stabilise test output from in workflows by @willend in #2581
- Back to 1e6, testsuite workers are killed by time-limit by @willend in #2582
- Let testsuite run with 2 cores on macOS, auto elsewhere by @willend in #2583
- Let the HTML diffplotter write "diff datasets" by @willend in #2585
- Use mpi=2 on macOS also in basictests by @willend in #2586
- New tools: mccoplot folder_A/ folder_B/ by @willend in #2587
- Let mcviewtest spawn coplot generation also by @willend in #2588
- Fix for mxcoplot-html McXtrace by @willend in #2589
- [Ref] move static comparison out of hot TRACE path by @g5t in #2591
- Minor tweak on mcviewtest - tolerate trailling ‘/‘ in ref by @willend in #2593
- Coplot solution with n x coplots by @willend in #2594
- Fix mcviewtest syntax for calling mccoplot after updates by @willend in #2595
- Work on ESS source description / comparison with MCPL inputs by @willend in #2596
- Fix for compilation failure ESS/MCPL instrument, openacc by @willend in #2597
- Include github worker id as unique identifier for datasets by @willend in #2598
- mcplotdiff-* reengineered to show %-difference in diff-plots by @willend in #2599
- Add input parameters to base .py instrument generated by mccode-pygen by @willend in #2601
- Add --strict mode for mctest: fail if no %Example: line(s) by @willend in #2602
- Various improvements for mctest by @willend in #2603
- Fix spillover-issue in --strict mode by @willend in #2604
- Sans spheres intensity fix by @Lomholy in #2600
- Fix issue 2606 + other unneeded use of GETPATH() by @willend in #2609
- Enable mcstas-antlr in McCode GitHub CI by @willend in #2610
- Fix for mctest issue seen on GPU box by @willend in #2613
- Edits for increased compatibility with mcstas-antlr by @willend in #2612
- Matplotlib-plotters: Fix for non-draggable legends by @willend in #2614
Full Changelog: v3.7.9...v3.7.25
McStas/McXtrace v3.7.24
What's Changed
- Release doc updates 3.7.9 by @willend in #2545
- More html plotter tweaks (m*plot-html, as used from mctest) by @willend in #2547
- Add slider for control of iframe size by @willend in #2548
- More html plotter tweaks by @willend in #2549
- Final adjustment of geometry/scaling for mcplot-html by @willend in #2550
- McXtrace Filter.comp: Better handling of non-standard inputfiles by @willend in #2552
- Implement pygen-suggestion from @MilanKlausz(#2554) by @willend in #2555
- McXtrace: Work toward fixing #2514 (GPU) by @willend in #2556
- Likely fix for McXtrace / Abs_objects test on GPU by @willend in #2557
- Update pull_request_template.md by @willend in #2559
- WORKAROUNDS: Disable key tests in McXtrace (#2514) by @willend in #2558
- Fix issue 2561 - make 2D-plot colorbars visible in “more” cases by @willend in #2563
- Rectification of windows batch-wrappers by @willend in #2566
- New tool: mcplotdiff-html, render difference plots between two datasets by @willend in #2560
- New tool: mcplotdiff-pyqtgraph, render difference plots between two datasets (follow-up for #2560) by @willend in #2562
- New tool: mcplotdiff-matplotlib, render difference plots between two datasets (follow-up for #2562) by @willend in #2564
- Correction of batch-wrapper snippets by @willend in #2567
- Speed up execution of mcplot-matplotlib (especially for big 2D matrices) by @willend in #2570
- Repair 'autobuild' download of 'innosetup' installer by @willend in #2573
- ILL_SALSA fix linter and add n reflections to parameters by @Lomholy in #2572
- Import 3 x imaging instruments from various sources by @willend in #2569
- Use filenames in MCPL instrument Monitor_nD instances to get rid of timestamps by @willend in #2574
- Add -s --seed option to mctest by @willend in #2575
- Add option to "emulate" McCode default 'Unix epoch' seed in mctest by @willend in #2576
- mcviewtest: spawn the new mcplotdiff-html plotter by @willend in #2568
- Consolidate conda/non-conda ‘basictest’ workflows and use with new mcviewtest by @willend in #2577
- Minor bugfixes for testsuite-workflows / nightlies by @willend in #2578
- Update notebook template to reflect McStasScript 0.0.89 properties by @willend in #2580
- Tweaks to stabilise test output from in workflows by @willend in #2581
- Back to 1e6, testsuite workers are killed by time-limit by @willend in #2582
- Let testsuite run with 2 cores on macOS, auto elsewhere by @willend in #2583
- Let the HTML diffplotter write "diff datasets" by @willend in #2585
- Use mpi=2 on macOS also in basictests by @willend in #2586
- New tools: mccoplot folder_A/ folder_B/ by @willend in #2587
- Let mcviewtest spawn coplot generation also by @willend in #2588
- Fix for mxcoplot-html McXtrace by @willend in #2589
- [Ref] move static comparison out of hot TRACE path by @g5t in #2591
- Minor tweak on mcviewtest - tolerate trailling ‘/‘ in ref by @willend in #2593
- Coplot solution with n x coplots by @willend in #2594
- Fix mcviewtest syntax for calling mccoplot after updates by @willend in #2595
- Work on ESS source description / comparison with MCPL inputs by @willend in #2596
- Fix for compilation failure ESS/MCPL instrument, openacc by @willend in #2597
- Include github worker id as unique identifier for datasets by @willend in #2598
- mcplotdiff-* reengineered to show %-difference in diff-plots by @willend in #2599
- Add input parameters to base .py instrument generated by mccode-pygen by @willend in #2601
- Add --strict mode for mctest: fail if no %Example: line(s) by @willend in #2602
- Various improvements for mctest by @willend in #2603
- Fix spillover-issue in --strict mode by @willend in #2604
- Sans spheres intensity fix by @Lomholy in #2600
- Fix issue 2606 + other unneeded use of GETPATH() by @willend in #2609
- Enable mcstas-antlr in McCode GitHub CI by @willend in #2610
Full Changelog: v3.7.9...v3.7.24
McStas/McXtrace v3.7.23
What's Changed
- Release doc updates 3.7.9 by @willend in #2545
- More html plotter tweaks (m*plot-html, as used from mctest) by @willend in #2547
- Add slider for control of iframe size by @willend in #2548
- More html plotter tweaks by @willend in #2549
- Final adjustment of geometry/scaling for mcplot-html by @willend in #2550
- McXtrace Filter.comp: Better handling of non-standard inputfiles by @willend in #2552
- Implement pygen-suggestion from @MilanKlausz(#2554) by @willend in #2555
- McXtrace: Work toward fixing #2514 (GPU) by @willend in #2556
- Likely fix for McXtrace / Abs_objects test on GPU by @willend in #2557
- Update pull_request_template.md by @willend in #2559
- WORKAROUNDS: Disable key tests in McXtrace (#2514) by @willend in #2558
- Fix issue 2561 - make 2D-plot colorbars visible in “more” cases by @willend in #2563
- Rectification of windows batch-wrappers by @willend in #2566
- New tool: mcplotdiff-html, render difference plots between two datasets by @willend in #2560
- New tool: mcplotdiff-pyqtgraph, render difference plots between two datasets (follow-up for #2560) by @willend in #2562
- New tool: mcplotdiff-matplotlib, render difference plots between two datasets (follow-up for #2562) by @willend in #2564
- Correction of batch-wrapper snippets by @willend in #2567
- Speed up execution of mcplot-matplotlib (especially for big 2D matrices) by @willend in #2570
- Repair 'autobuild' download of 'innosetup' installer by @willend in #2573
- ILL_SALSA fix linter and add n reflections to parameters by @Lomholy in #2572
- Import 3 x imaging instruments from various sources by @willend in #2569
- Use filenames in MCPL instrument Monitor_nD instances to get rid of timestamps by @willend in #2574
- Add -s --seed option to mctest by @willend in #2575
- Add option to "emulate" McCode default 'Unix epoch' seed in mctest by @willend in #2576
- mcviewtest: spawn the new mcplotdiff-html plotter by @willend in #2568
- Consolidate conda/non-conda ‘basictest’ workflows and use with new mcviewtest by @willend in #2577
- Minor bugfixes for testsuite-workflows / nightlies by @willend in #2578
- Update notebook template to reflect McStasScript 0.0.89 properties by @willend in #2580
- Tweaks to stabilise test output from in workflows by @willend in #2581
- Back to 1e6, testsuite workers are killed by time-limit by @willend in #2582
- Let testsuite run with 2 cores on macOS, auto elsewhere by @willend in #2583
- Let the HTML diffplotter write "diff datasets" by @willend in #2585
- Use mpi=2 on macOS also in basictests by @willend in #2586
- New tools: mccoplot folder_A/ folder_B/ by @willend in #2587
- Let mcviewtest spawn coplot generation also by @willend in #2588
- Fix for mxcoplot-html McXtrace by @willend in #2589
- [Ref] move static comparison out of hot TRACE path by @g5t in #2591
- Minor tweak on mcviewtest - tolerate trailling ‘/‘ in ref by @willend in #2593
- Coplot solution with n x coplots by @willend in #2594
- Fix mcviewtest syntax for calling mccoplot after updates by @willend in #2595
- Work on ESS source description / comparison with MCPL inputs by @willend in #2596
- Fix for compilation failure ESS/MCPL instrument, openacc by @willend in #2597
- Include github worker id as unique identifier for datasets by @willend in #2598
- mcplotdiff-* reengineered to show %-difference in diff-plots by @willend in #2599
- Add input parameters to base .py instrument generated by mccode-pygen by @willend in #2601
- Add --strict mode for mctest: fail if no %Example: line(s) by @willend in #2602
- Various improvements for mctest by @willend in #2603
- Fix spillover-issue in --strict mode by @willend in #2604
- Sans spheres intensity fix by @Lomholy in #2600
- Fix issue 2606 + other unneeded use of GETPATH() by @willend in #2609
Full Changelog: v3.7.9...v3.7.23
McStas/McXtrace v3.7.22
What's Changed
- Release doc updates 3.7.9 by @willend in #2545
- More html plotter tweaks (m*plot-html, as used from mctest) by @willend in #2547
- Add slider for control of iframe size by @willend in #2548
- More html plotter tweaks by @willend in #2549
- Final adjustment of geometry/scaling for mcplot-html by @willend in #2550
- McXtrace Filter.comp: Better handling of non-standard inputfiles by @willend in #2552
- Implement pygen-suggestion from @MilanKlausz(#2554) by @willend in #2555
- McXtrace: Work toward fixing #2514 (GPU) by @willend in #2556
- Likely fix for McXtrace / Abs_objects test on GPU by @willend in #2557
- Update pull_request_template.md by @willend in #2559
- WORKAROUNDS: Disable key tests in McXtrace (#2514) by @willend in #2558
- Fix issue 2561 - make 2D-plot colorbars visible in “more” cases by @willend in #2563
- Rectification of windows batch-wrappers by @willend in #2566
- New tool: mcplotdiff-html, render difference plots between two datasets by @willend in #2560
- New tool: mcplotdiff-pyqtgraph, render difference plots between two datasets (follow-up for #2560) by @willend in #2562
- New tool: mcplotdiff-matplotlib, render difference plots between two datasets (follow-up for #2562) by @willend in #2564
- Correction of batch-wrapper snippets by @willend in #2567
- Speed up execution of mcplot-matplotlib (especially for big 2D matrices) by @willend in #2570
- Repair 'autobuild' download of 'innosetup' installer by @willend in #2573
- ILL_SALSA fix linter and add n reflections to parameters by @Lomholy in #2572
- Import 3 x imaging instruments from various sources by @willend in #2569
- Use filenames in MCPL instrument Monitor_nD instances to get rid of timestamps by @willend in #2574
- Add -s --seed option to mctest by @willend in #2575
- Add option to "emulate" McCode default 'Unix epoch' seed in mctest by @willend in #2576
- mcviewtest: spawn the new mcplotdiff-html plotter by @willend in #2568
- Consolidate conda/non-conda ‘basictest’ workflows and use with new mcviewtest by @willend in #2577
- Minor bugfixes for testsuite-workflows / nightlies by @willend in #2578
- Update notebook template to reflect McStasScript 0.0.89 properties by @willend in #2580
- Tweaks to stabilise test output from in workflows by @willend in #2581
- Back to 1e6, testsuite workers are killed by time-limit by @willend in #2582
- Let testsuite run with 2 cores on macOS, auto elsewhere by @willend in #2583
- Let the HTML diffplotter write "diff datasets" by @willend in #2585
- Use mpi=2 on macOS also in basictests by @willend in #2586
- New tools: mccoplot folder_A/ folder_B/ by @willend in #2587
- Let mcviewtest spawn coplot generation also by @willend in #2588
- Fix for mxcoplot-html McXtrace by @willend in #2589
- [Ref] move static comparison out of hot TRACE path by @g5t in #2591
- Minor tweak on mcviewtest - tolerate trailling ‘/‘ in ref by @willend in #2593
- Coplot solution with n x coplots by @willend in #2594
- Fix mcviewtest syntax for calling mccoplot after updates by @willend in #2595
- Work on ESS source description / comparison with MCPL inputs by @willend in #2596
- Fix for compilation failure ESS/MCPL instrument, openacc by @willend in #2597
- Include github worker id as unique identifier for datasets by @willend in #2598
- mcplotdiff-* reengineered to show %-difference in diff-plots by @willend in #2599
- Add input parameters to base .py instrument generated by mccode-pygen by @willend in #2601
- Add --strict mode for mctest: fail if no %Example: line(s) by @willend in #2602
- Various improvements for mctest by @willend in #2603
- Fix spillover-issue in --strict mode by @willend in #2604
Full Changelog: v3.7.9...v3.7.22