-
Notifications
You must be signed in to change notification settings - Fork 18
Release Candidate v6.8.0 #1098
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Release Candidate v6.8.0 #1098
Conversation
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
…ich looks cleaner
### Description - Misc updates for how to build from source
ZmqClient Messages Update
Misc .rst updates
Update VariableWait function using an underlying class VariableWaitClass
Remove incorrect documentation
Fix CMake configuration by removing incorrect 'PUBLIC' keyword from library list
Fix logging handler to format strings properly
Update Cmake to a cleaner approach
Update conda build meta to use older system libraries and C++
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1098 +/- ##
==========================================
- Coverage 30.02% 29.59% -0.44%
==========================================
Files 65 68 +3
Lines 6634 6857 +223
Branches 1013 963 -50
==========================================
+ Hits 1992 2029 +37
- Misses 4485 4675 +190
+ Partials 157 153 -4 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bengineerd
approved these changes
Dec 10, 2025
Allow setting of the SystemLog widget title at creation.
- Introduced bandwidth tracking in StreamWriter with methods to record and prune bandwidth data. - Added a new method to retrieve instantaneous bandwidth in bytes per second. - Updated Python bindings and DataWriter to expose bandwidth information. - Enhanced StreamWriter's functionality to support bandwidth calculations over a one-second window.
- Added a new PyDMLabel to display bandwidth information in the DataWriter. - Ensured alarm sensitivity settings are applied to the new label for proper UI behavior.
- Updated the DataWriter to include units ('Bytes/sec') and a display format ('{:0.3f}') for the bandwidth variable.
- Modified the DataWriter widget to use PyRogueLabel for bandwidth display, ensuring consistency in UI components.
- Updated the display format for bandwidth to use commas ('{:,.3f}') for better readability.
- Refactored the DataWriter widget to use a horizontal layout for bandwidth display, including a label for units ('Bytes/sec').
- Ensured proper alignment and spacing for a cleaner UI presentation.
- Changed the layout alignment for the bandwidth display to ensure consistent positioning of elements. - Improved overall UI presentation by setting the alignment of the bandwidth layout to left and vertical center.
Add bandwidth tracking and display to StreamWriter and PyDM DataWriter
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.
Description