-
Notifications
You must be signed in to change notification settings - Fork 65
Update for Bokeh 1.0 #232
Comments
Awesome! The current production rbokeh will not be easy to migrate to 1.0. However, the rewrite I did last year will be easy to update, but as I've mentioned before, there's more testing and documentation that needs to be done with that branch overall before it gets to production, but it's been a very busy year. We can connect more on this offline as necessary. |
@hafen I really need the |
@hafen Any update on this? I and another dev spent some time looking at what we think is your current version of the code (bokeh/bokeh@0.12.15...master ?) and it looks to us that it wouldn't be too much work to get this working. Again, happy to put time in to make it happen. |
Sorry for the delay @elbamos. The location you referenced is for the Bokeh codebase, not rbokeh. I have updated the branch I mentioned to use Bokeh 1.0.1 and it is located here: https://github.com/bokeh/rbokeh/tree/v0.6.5 You can install with devtools::install_github("bokeh/[email protected]") I've run it through all the tests and it looks okay. But let me know if you run into any issues. To expose Also, @elbamos, now that you have the location of the newer codebase, if you and your colleague(s) want to take a look and contribute in any way, that would be awesome. Note @bryevdv that although |
@hafen
so updating your spec is exactly appropriate to do. I think this change was made a few releases ago, but I don't recall offhand exactly. |
@bryevdv when I run spec.py:
I get the following file: https://github.com/hafen/rbokeh/blob/v0.6.5/code-gen/spec_1.0.1.json, which does still show |
@hafen offhand I think you must not be running the version of Bokeh that you intend, maybe a conda/virtualenv confusion? If I activate a 0.12.15 env for example, it does show up:
|
Ah I'm glad I checked. For some reason I was under the assumption that the spec JSON is just generated from the checked out code, not the installed bokeh Python package. I had run the spec before updating the Python package, but with the 1.0.1 tagged release branch checked out. It's correct now, but now need to do a little more testing. |
Thank you for this package. It is awesome. |
@sbsdc thanks for pointing that out - that link is stale because the barebones code was in the early stages of the refactor and is no longer valid. I have started putting together more useful developer documentation, but I won't be able to work on it more until I have some downtime from work, hopefully soon. |
OK. Thank you for your answer. |
@hafen FYI Bokeh 1.0 has been released. Let me know if I can help get an updated RBokeh ready (I will not be around most of November, but can help before/after)
The text was updated successfully, but these errors were encountered: