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

Avoid start_loop keyword in Bokeh 0.12.4 #803

Merged
merged 1 commit into from
Jan 10, 2017

Conversation

mrocklin
Copy link
Member

No description provided.

@mrocklin mrocklin merged commit 228f7bb into dask:master Jan 10, 2017
@mrocklin mrocklin deleted the bokeh-0.12.4 branch January 10, 2017 13:40
@heroxbd
Copy link

heroxbd commented Apr 1, 2017

This might not be correct. bokeh.__versoin__ is conda_version instead of bokeh version.

for bokeh-0.12.4,

import bokeh; print bokeh.__version__
0.11.1

But the follow works,

python -c 'from bokeh import _version; print _version.version_version'
0.12.4

@heroxbd
Copy link

heroxbd commented Apr 1, 2017

Also the string comparison does not work for 0.9.7:
bokeh.__version__ <= '0.12.3'

python -c 'print "0.9.7" <= "0.12.3"'
False

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