All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
-
qtconsole.rich_ipython_widget
->qtconsole.rich_jupyter_widget
due to deprecation -
PIT now uses
utilities.make_slice()
with thesilent=True
option to suppress a warning. -
from matplotlib.pyplot import colormaps
changed tofrom matplotlib.pyplot import get_cmap
to align with matplotlib change.
-
qtconsole.rich_ipython_widget
->qtconsole.rich_jupyter_widget
due to deprecation -
PIT now uses
utilities.make_slice()
with thesilent=True
option to suppress a warning.
-
: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
withQtWidgets
.
- ImageItems and GLImageItems not showing up due to a change of how colormaps work in pyqtgraph.
- changelog.md