* Improves behavior of axis limit boxes and sliders. The slider limits and sensitivity are only reset when a user explicitly edits the limit boxes.
* Uses the `qtpy` module to import PyQt libraries. This fixes a bug when running in 'headless' mode over SSH, *i.e.*, when X-window forwarding is not enabled.
* Updates plots when a user clicks `Copy` in the Limit Panel. The `Apply` button has been removed.
* Filters out files with invalid external links when choosing files in the Scan Panel.
* Improves initialization of contextual menus in the tree pane.
* Removes minor ticks from color bars with log scales. Minor ticks for both the axes and color bars can be turned on and off in the Customize Panel for images. For 1D data, type `plotview.minorticks_on()` and `plotview.minorticks_off()`, respectively, in the IPython shell.
* Requires `nexusformat` v0.5.2 because of internal changes to the API.
* Fixes a bug with the data tables when using `View Data`.
* Fixes an incompatibility with Matplotlib v3.2.
* Adds requirement for v5.2 of `ipykernel`, which fixes a bug with in-process `qtconsole` kernels.