Skip to content

Latest commit

 

History

History
95 lines (55 loc) · 3.52 KB

CHANGES.md

File metadata and controls

95 lines (55 loc) · 3.52 KB

Full changelog

v0.3.2 - 2024-08-19

What's Changed

Bug Fixes

  • Improve tables for incompatible subsets by @jfoster17 in #12

Other Changes

  • Update ptp call for numpy 2 by @Carifio24 in #19
  • Update links for standalone app to 2024.03.1 by @astrofrog in #20
  • Fix test suite by @astrofrog in #21
  • Don't apply color to existing datasets by default by @Carifio24 in #18
  • Add CI envs for PyQt 6.5-6.7, PySide 6.5-6.7 & Python 3.12; fix Readthedocs and matplotlib 3.9, Qt6 failures by @dhomeier in #17
  • Add full implementation of __gluestate__ and __setgluestate__ for application by @astrofrog in #22

New Contributors

  • @Carifio24 made their first contribution in #19
  • @dhomeier made their first contribution in #17

Full Changelog: https://github.com/glue-viz/glue-qt/compare/v0.3.1...v0.3.2

v0.3.1 - 2024-03-01

What's Changed

Bug Fixes

  • Added fix for using WebEngine and OpenGL in same glue session with Qt6 by @astrofrog in #15

Full Changelog: https://github.com/glue-viz/glue-qt/compare/v0.3.0...v0.3.1

v0.3.0 - 2023-11-15

What's Changed

New Features

  • Support regions in image viewer by @jfoster17 in #10

Bug Fixes

  • Update splash screen path by @jfoster17 in #8
  • Refresh table sorting when data changes by @jfoster17 in #9

Other Changes

  • Updated/simplified installation instructions by @astrofrog in #7

New Contributors

  • @jfoster17 made their first contribution in #8

Full Changelog: https://github.com/glue-viz/glue-qt/compare/v0.2.0...v0.3.0

v0.2.0 - 2023-08-21

What's Changed

Bug Fixes

  • Fix imports of parse_data and parse_links by @astrofrog in #4
  • Fixed bug that caused plugins to be loaded twice by @astrofrog in #6

Documentation

  • Fix documentation warnings by @astrofrog in #2
  • Sphinx book theme by @astrofrog in #5

Other Changes

  • Improve compatibility with PySide by @astrofrog in #3

Full Changelog: https://github.com/glue-viz/glue-qt/compare/v0.1.0...v0.2.0

v0.1.0 - 2023-08-15

What's Changed

Set up initial glue-qt package by extracting Qt-related functionality from glue-core in #1

New Contributors

  • @astrofrog made their first contribution in #1

Full Changelog: https://github.com/glue-viz/glue-qt/commits/v0.1.0