[ ] Make sure these fixes are backward-compatible with older Ginga that QUIP supports (e.g., you might need to check for Ginga version before picking which code to use). Alternatively, you can also bump minversion of supported Ginga in setup.cfg and not have to worry about backward compatibility.
If you decide to not ever use Ginga v4 (i.e., pin your maxversion to v3, then there is no need for this PR but you also will not get any new Ginga fixes or features).
👋 Thank you for your draft pull request! Do you know that you can use [ci skip] or [skip ci] in your commit messages to skip running continuous integration tests until you are ready?
Description
This pull request is to address compatibility issues with upcoming Ginga v4 release. This is a major release and includes some breaking changes.
Since I am handing this repository to @kulpster85 , he might have to take over this PR and finish it.
Blocked by
TODO
setup.cfg
and not have to worry about backward compatibility.If you decide to not ever use Ginga v4 (i.e., pin your maxversion to v3, then there is no need for this PR but you also will not get any new Ginga fixes or features).