glue-viz / glue

Linked Data Visualizations Across Multiple Files
http://glueviz.org
Other
721 stars 152 forks source link

Move frontend-independent data/link parsing code from glue.qglue to glue.core #2432

Closed astrofrog closed 11 months ago

astrofrog commented 11 months ago

glue.qglue contains some functions that don't depend on Qt and which are used by glue-jupyter. This splits them out into glue.core. I have also fixed a bug that meant that some Qt tests were being skipped on PyQt6/PySide6.