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

Fix data #48

Merged
merged 3 commits into from
May 22, 2020
Merged

Fix data #48

merged 3 commits into from
May 22, 2020

Conversation

bosonie
Copy link
Member

@bosonie bosonie commented May 22, 2020

From aiida 1.2.0 the class Group have been modified to implement new features.
This has implications in our plugin because the PseudoFamilies are Groups.
In particular there is now an explicit implementation of PsmlFamily and PsfFamily
as sub-classes of the Group class. Moreover PsmlFamily and PsfFamily are
registered as entry points making possible to reload the correct
sub class when reloading from the database.
For more info see: aiidateam/aiida-core#3882

bosonie added 3 commits May 19, 2020 16:07
The command "Group.query" was removed from aiida_core already in version
1.0.0. We never realised that it was used in the functions get_psf_groups,
get_psml_groups, get_psf_family_names and get_psml_family_names.
They are not so used therefore it is not a big concern, but probably it
should be reported as a bug of out latest release.
…up system.

From aiida 1.2.0 the class `Group` have been modified to implement new features.
This has implications in our plugin because the PseudoFamilies are Groups.
In particular there is now an explicit implementation of PsmlFamily and PsfFamily
as subclasses of the `Group` class. Moreover PsmlFamily and PsfFamily are
registred as entry points making possible to reload the correct
sub class when reloading from the database.
For more info see: aiidateam/aiida-core#3882
@bosonie bosonie merged commit d184920 into develop May 22, 2020
@bosonie bosonie deleted the FixData branch May 22, 2020 15:46
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.

1 participant