Skip to content
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 14 commits into from
Feb 25, 2021
Merged

Release 21.02.25 #260

merged 14 commits into from
Feb 25, 2021

Conversation

ChristianTremblay
Copy link
Owner

No description provided.

ChristianTremblay and others added 14 commits February 8, 2021 22:54
… 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.
…read_multiple. Collateral damage from reorganizing read_mixin. Related to issue #253 and PR #252
… 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
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.2%) to 46.673% when pulling e59c385 on release_21.02.25 into f8bc722 on master.

@ChristianTremblay ChristianTremblay merged commit d5aed21 into master Feb 25, 2021
@ChristianTremblay ChristianTremblay deleted the release_21.02.25 branch February 25, 2021 15:17
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