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

Initial clean-up to produce glue-qt #1

Merged
merged 26 commits into from
Aug 15, 2023

Conversation

astrofrog
Copy link
Member

@astrofrog astrofrog commented Aug 10, 2023

This is part of glue-viz/glue#2430

This transitions the code in this repository to just be the glue-qt package. Not at all complete for now, just experimental.

Known TODOs:

  • Add patches to make loading session files possible again
  • Update dependencies to remove many of the dependencies that are just needed for glue-core and to add glue-core itself
  • Get tests passing
  • Update documentation

@astrofrog astrofrog marked this pull request as ready for review August 11, 2023 09:28
@astrofrog astrofrog marked this pull request as draft August 11, 2023 09:28
@astrofrog astrofrog force-pushed the glue-qt-initial branch 2 times, most recently from 744240b to 28f27ef Compare August 11, 2023 10:30
@astrofrog astrofrog marked this pull request as ready for review August 15, 2023 14:00
@astrofrog
Copy link
Member Author

I think this is ready so I'll go ahead and merge!

@astrofrog astrofrog merged commit fafb33f into glue-viz:main Aug 15, 2023

try:
from glue.core import BaseData, Data
from glue.core.cli_parsers import parse_data, parse_links
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be

    from glue.core.parsers import parse_data, parse_links

or will the path be changed in glue-core yet?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes that is a typo!

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.

2 participants