Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bokeh deprecations #8594

Merged

Conversation

milesgranger
Copy link
Contributor

Closes #8592

  • Tests added / passed
  • Passes pre-commit run --all-files

bokeh.util.warnings.BokehDeprecationWarning: 'square() method' was deprecated in Bokeh 3.4.0 and will be removed, use "scatter(marker='square', ...) instead" instead.

bokeh.util.warnings.BokehDeprecationWarning: 'circle() method with size value' was deprecated in Bokeh 3.4.0 and will be removed, use 'scatter(size=...) instead' instead

@milesgranger milesgranger force-pushed the milesgranger/8592-fix-bokeh-deprecations branch from 50fe21c to 2c6e7aa Compare March 20, 2024 10:04
@crusaderky crusaderky self-requested a review March 20, 2024 10:41
@crusaderky crusaderky merged commit 843fc3f into dask:main Mar 20, 2024
24 of 35 checks passed
@milesgranger milesgranger deleted the milesgranger/8592-fix-bokeh-deprecations branch March 20, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI failing with Bokeh deprecation warnings
2 participants