Skip to content

5.2.0

Compare
Choose a tag to compare
@ian-r-rose ian-r-rose released this 08 Jan 01:09
· 73 commits to main since this release

This is release for dask-labextension contains a few bugfixes and minor enhancements:

  1. Fixes a bug where polling the dashboard wouldn't back off if the extension loses its connection (#220)
  2. Adds an option to hide the cluster manager user interface (#219) for deployments where it does not make sense. Note: this does not remove the underlying REST API, it only hides the frontend UI elements.
  3. Fixes a layout restoration bug where, if an active cluster is not found, a dashboard panel is closed. This prevents pre-created layouts from being distributed in the absence of a running cluster (#217).