forked from sardana-org/sardana
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat 383 #4
Open
cmft
wants to merge
1,061
commits into
develop
Choose a base branch
from
feat-383
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Duplicate Repeat Node
Add new option for node duplication in macroexecutor. Add button allowing to duplicate a Repeat Node in macroexecutor.
Add and remove blank lines following PEP8.
exc_info is a tuple, create string representation of it before using it in string formatting.
Use an internal function to validate if a value is a chunk. Otherwise the condition is too complicated to understand.
Implement support for 1D experimental channels in ascanct where data transfer is based on change events of Data attributes (JSON encoded).
Add methods to allow sequencer to duplicate nodes. Review and modify the way in which duplication of nodes is happening in macroexecutor.
gtk-copy icon was not correctly loaded on sequencer using taurus3. Use edit-copy icon instead.
This reverts commit 99f0310.
This reverts commit 54f4a48.
This reverts commit ea0f82f.
This reverts commit ffb9d33.
This reverts commit f5c2298.
AcquisitionTestCase is defined twice on the sardana.pool.test level. This is actually a bug, workaround it by using the explcit import.
Controller's API uses camelcase instead of underscores. Controller wrong usages.
Move check of passing repeatitions of a single members encapsulated in a list to the decodeRepeat method. This is because the decodeNormal method is also used for non repeat parameters. If the exception gets raised in this case its message may be confusing.
Avoid import OrderedDict from taurus
Do not use Qt.from_qvariant. It is not a standard method and provided by Taurus only for backwards compatibility. Better use standard python casting.
Fix bug when updating macro arguments
get_pool_config fails with Pools that define TriggerGate elements. Fix it.
This reverts commit ca3fd2e.
Sardana code is not fully ready to deal with Taurus4 model names. To be compatible with Taurus4 the taurus models must be created with full name containing the scheme (tango://). But all the recording implelementations and the the measurement group configuration which affects the results of the count method is still based on Taurus3 full name models - the ones that do not contain the scheme. Make the necessary implementations to be compatible with both versions.
Make get_pool_config compatible with TriggerGate
The very last point is missing due to the wrong Synchronization description. Fix it.
numpy arrays are not json friendly. Convert them to list before emitting Tango events with json serialized data. This maybe is not optimized for big arrays, but using a different approach would require bigger development.
Previously 0D dummy controller was reporting numpy array and now it is casting it to a list. Rollback this change cause now the core is doing the cast if necessary.
Fix 1D's returning numpy arrays
Add timescan
Controller developer may select a data type different than the default one using the GetAxisAttributes method. This opens new posibilities form IORegisters like bool, float or double.
Set IOR Value abs_change property only when it is not DevBoolean. Otherwise Tango raises exections when dealing with this attribute.
IOR change the default type of Value attribute from int to float. Follow this change and use Float macro parameter type in write_ioreg and Float result type in read_ioreg.
Add a posibilit to freely change IOR Value data type
Issue sardana-org#458: IORegisterController WriteOne method gives a integer as value
Add appveyor.yml file to generate sardana artifacts on windows.
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.