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

Feat 383 #4

Open
wants to merge 1,061 commits into
base: develop
Choose a base branch
from
Open

Feat 383 #4

wants to merge 1,061 commits into from

Conversation

cmft
Copy link
Owner

@cmft cmft commented Jul 13, 2017

No description provided.

reszelaz and others added 30 commits February 22, 2017 07:44
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.
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.
reszelaz and others added 30 commits June 28, 2017 09:39
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.
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.
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants