Skip to content

Conversation

KedoKudo
Copy link
Contributor

In prep for ORNL fork release candidate: v6.11.0.3rc2


summary generated by AI
This pull request introduces a new feature to the RebinRagged algorithm and includes updates to the documentation and tests. Additionally, it addresses a bug in the colorbar widget used in the Sliceviewer. The most important changes are summarized below:

RebinRagged Algorithm Enhancements:

  • Added a new property FullBinsOnly to the RebinRagged algorithm to allow users to omit the final bin if its width is smaller than the step size. This change affects both the initialization and execution of the algorithm. [1] [2] [3] [4] [5] [6]

Documentation Updates:

  • Updated the RebinRagged documentation to include an explanation of the FullBinsOnly parameter and provided an example of its usage. [1] [2]
  • Added a note in the release notes to highlight the new FullBinsOnly feature in the RebinRagged algorithm.

Testing Enhancements:

  • Added new tests in RebinRaggedTest.py to verify the behavior of the FullBinsOnly parameter for both event and histogram workspaces.

Bug Fixes:

  • Fixed an issue in the colorbar widget used in Sliceviewer to allow the registration of custom matplotlib colormaps in scripts. This involved updating the initialization of the colormap list and handling potential errors when setting the colormap. [1] [2] [3] [4]
  • Updated the release notes to reflect the bug fix for the colorbar widget.

@KedoKudo KedoKudo merged commit fd5b22b into ornl-qa Jan 16, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants