Changed
- :class:`cmaps.ds_cmap` is now just an empty shell, in order to fix a bug.
In turn, alpha and gamma sliders don't work anymore. The original code is
retained in :class:`cmaps.ds_cmaps_legacy`.
- Created compatibility for PyQt5 by exchanging many instances of `QtGui`
with `QtWidgets`.
Fixed
- ImageItems and GLImageItems not showing up due to a change of how colormaps
work in pyqtgraph.