Skip to content

implement ~Group #448

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

Open
gdementen opened this issue Sep 26, 2017 · 2 comments
Open

implement ~Group #448

gdementen opened this issue Sep 26, 2017 · 2 comments

Comments

@gdementen
Copy link
Contributor

This would return Axis[:].difference(Group).

For example,

>>> a = Axis('a=a0..a4')
>>> ~a['a0,a3']
a['a1', 'a2', 'a4']
@gdementen
Copy link
Contributor Author

gdementen commented Sep 29, 2017

Easy but not possible with current group API (because ~ is already defined). We need #23.

@gdementen
Copy link
Contributor Author

removed easy label to avoid a new contributor trying to tackle this before #23 is done

@alixdamman alixdamman added this to the 0.30 milestone Jan 25, 2018
@alixdamman alixdamman modified the milestones: 0.30, 0.31 Jul 18, 2018
@gdementen gdementen removed this from the 0.31 milestone Aug 1, 2019
@alixdamman alixdamman added this to the nice_to_have milestone Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants