Release History

v2.1.1 (2025-11-19)

Features

  • Update pmps-ui to reflect the “final” design of the beam power overrides (final through end of 2025).

  • Remove all special judgement factor handling from the line beam parameters tab. In the next update, the line beam parameters will be applied after the override, not before it, so these inversions are no longer correct.

  • Update the verbiage and layout on the beam power override tab to reflect that the beamclass override is returning and that there are no longer complications with the line beam parameters tab.

  • Clean up beam power override formulas to be more readable.

Maintenance

  • Update the LFE and KFE configs to match the live configurations in dev.

Contributors

  • zllentz

v2.1.0 (2025-10-16)

Features

  • Add a “Beam Power Override” status to the main screen area.

  • Change the name of the “Transmission Override” tab to “Beam Power Override”

Maintenance

  • Adding second arbiter to lfe-motion

  • Increasing the number of fast faults per ffo on lfe motion

  • Include recent config updates from live directory

  • Add a partial test helper IOC for testing.

  • Beamclass override support added, but disabled at user request.

Contributors

  • KaushikMalapati

  • ZLLentz

v2.0.0 (2025-05-13)

API Breaks

  • Delete the defunct symbolic link at the root of the repo. Old scripts that launch using this are encouraged to either swap to pmpsui/pmps.py or switch to the python -m pmpsui entrypoint.

  • Allow us to pass –area instead of –macros in pmpsui entrypoint

Bugfixes

  • Update the outdated beam class table to version 1.6

  • Fix the broken –no-web arg on the pmpsui entrypoint

  • Fix an issue where a blank main windows would appear early and be confusing

Maintenance

  • Update the KFE configs from prod

Contributors

  • KaushikMalapati

  • ZLLentz

v1.1.0 (2024-02-20)

Features

  • adds a splash screen to show loading progress during startup

Maintenance

  • re-organizes repository to support standard python package entrypoints

Contributors

  • tangkong