-
Notifications
You must be signed in to change notification settings - Fork 99
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
Release 21.02.25 #260
Merged
Merged
Release 21.02.25 #260
Conversation
This file contains 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
… PR #252 where Trendlog creation was clunky and subject to bugs. Old implementation was duplicating code between RPM and RP devices which was complicating code. I'm trying to remove duplicate code by using mixin classes. It is not perfect but at least, we won't have to make double code correction to similar functions. I don't like how _process_new_objects function needs to be handled but for now, BAC0 works and devices get created. I'm really suffering from a bad comprhesnion of segmentation and read property multiple support of old devices... but for now I have to live with what I did in the past.
… is now possible to use dev['point'].update_description('New description super long') and it will work. write function have also been updated to detect if the property to be changed is description, to use this new function. Related to issue #246
Python 3.5 does not support trailing commas following a catch-all argument https://bugs.python.org/issue9232
…ding them from polling though...Added a cache on read to eliminate multiple read per second for the same points. Required when multiple simulation are running. Now, only 1 read per second which should be enough for real world.High latency is now 60seconds instead of 5 seconds.... stop polluting stdout.
Remove trailing comma to support python 3.5
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.
No description provided.