-
Notifications
You must be signed in to change notification settings - Fork 7
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
Bump bokeh from 2 to 3 #94
Conversation
Bumps [bokeh](https://github.com/bokeh/bokeh) from 2.4.3 to 3.2.2. - [Release notes](https://github.com/bokeh/bokeh/releases) - [Changelog](https://github.com/bokeh/bokeh/blob/branch-3.2/docs/CHANGELOG) - [Commits](bokeh/bokeh@2.4.3...3.2.2)
Bumps [hvplot](https://github.com/holoviz/hvplot) from 0.8.2 to 0.8.4. - [Release notes](https://github.com/holoviz/hvplot/releases) - [Changelog](https://github.com/holoviz/hvplot/blob/main/doc/releases.md) - [Commits](holoviz/hvplot@v0.8.2...v0.8.4)
/condalock |
- cartopy~=0.21.1 # geospatial plotting with matplotlib | ||
- geoviews==1.9.5 | ||
- hvplot==0.8.2 | ||
- geoviews~=1.10.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have tested the interactive visualization with the binder link https://mybinder.org/v2/gh/CryoInTheCloud/hub-image/bokeh-3. Using the first example from https://geoviews.org
import geoviews as gv
import geoviews.feature as gf
import xarray as xr
from cartopy import crs
gv.extension("bokeh")
# %%
(gf.ocean + gf.land + gf.ocean * gf.land * gf.coastline * gf.borders).opts(
'Feature', projection=crs.Geostationary(), global_extent=True, height=325).cols(3)
produces
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If anyone has ideas on how we add a test to ensure the interactive visualization doesn't break in future Bokeh/Holoviews/Hvplot/Geoviews updates, I'm all ears!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Haven't used geoviews before but I clearly need to try it :)
Bump Bokeh from 2 to 3, as well as related visualization packages.
See changelog at https://docs.bokeh.org/en/3.2.2/docs/releases.html#release-3-2-2
Addresses #86.