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

compat: Bokeh 3.7 #7724

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

compat: Bokeh 3.7 #7724

wants to merge 3 commits into from

Conversation

hoxbro
Copy link
Member

@hoxbro hoxbro commented Feb 21, 2025

Bokeh 3.7 RC is soon gonna be released.

This tests the latest dev release to see how much work we need.

EDIT: It is very backward compatible.

Copy link

codecov bot commented Feb 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.60%. Comparing base (8f9cc0f) to head (f5170c4).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #7724      +/-   ##
==========================================
- Coverage   87.04%   86.60%   -0.45%     
==========================================
  Files         346      346              
  Lines       52711    52711              
==========================================
- Hits        45883    45651     -232     
- Misses       6828     7060     +232     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@@ -123,7 +123,7 @@ export class HTMLView extends PanelMarkupView {
return [...super.stylesheets(), html_css]
}

protected rerender() {
Copy link
Member

@philippjfr philippjfr Feb 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one scares me and is probably not backward compatible. rerender used to be a panel only thing, seems like there's now a method in Bokeh that probably does something slightly different:

https://github.com/bokeh/bokeh/blob/fde15008802cf1fbb156b9f2af6ce434184bb934/bokehjs/src/lib/core/dom_view.ts#L58

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, was not sure about this one. If we still want to be backward compatible, can't we just rename the function?

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.

2 participants