chore: rename Zeiberg calibrations to ExCALIBR across the codebase#648
Open
bencap wants to merge 2 commits intorelease-2025.6.0from
Open
chore: rename Zeiberg calibrations to ExCALIBR across the codebase#648bencap wants to merge 2 commits intorelease-2025.6.0from
bencap wants to merge 2 commits intorelease-2025.6.0from
Conversation
47792e6 to
a57c62a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request renames all references to the "Zeiberg calibration" software and related code to "ExCALIBR calibration" throughout the codebase. This includes updates to function names, class names, documentation, test cases, and user-facing strings.
Core library and API changes:
Renamed all functions and classes related to Zeiberg calibration to use the "ExCALIBR" name, such as
zeiberg_calibration_agent→excalibr_calibration_agent,zeiberg_calibration_contribution→excalibr_calibration_contribution, andzeiberg_calibration_method→excalibr_calibration_method. Updated associated descriptions and references to match the new name. [1] [2] [3]Updated import statements and usage throughout the codebase to reference the new "ExCALIBR" functions and classes, ensuring all code now uses the new naming convention. [1] [2] [3] [4] [5]
Script and user-facing changes:
load_pp_style_calibration.pyscript to update all user-facing strings, argument help texts, and calibration naming conventions from "Zeiberg calibration" to "ExCALIBR calibration." Also updated variable names and citation constants accordingly. [1] [2] [3] [4] [5] [6]Test updates: