Bryan Van de Ven

Results 72 issues of Bryan Van de Ven

The env is still only confgured for phantomjs, tho `!conda` installing gecko/FF from a notebook cell does not seem suffient to get things working on binder (driver not found)

@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...

Currently two string columns can be "horizontally" concatenated (i.e. element-wise). There is not a libcudf `concatenate` that takes a single scalar prefix and a string column. However it seems that...

module: cuDF

Are there any instances where users *must* interact directly with `Column` or `Table`? If not I would propose considering them implementation details and removing them from the documentation in order...

module: cuDF

I actually haven't been able to find any docs/examples for `collect` but there is useful background discussion in the issue https://github.com/rapidsai/cudf/issues/5620

enhancement
module: cuDF

> when we return a new DataFrame from one of our internal methods, we don't need to do the column length checks etc.

enhancement
module: cuDF

This PR refreshes all the gallery thumbnails with new 300x300 thumbnails that are taken from current versions of the plots. The naming scheme for the gallery images has also become...

status: WIP
type: task

ref: https://docs.bokeh.org/en/dev-3.0/docs/examples/plotting/jitter.html The "jitter" plot has no jitter applied. cc @mattpap not sure what is going on, since another jitter example *is* working: https://docs.bokeh.org/en/dev-3.0/docs/examples/plotting/categorical_scatter_jitter.html

type: bug
tag: regression
tag: component: examples
tag: component: bokehjs

ref: https://docs.bokeh.org/en/dev-3.0/docs/examples/models/iris_splom.html

type: bug
tag: component: bokehjs
tag: layout

Similar to other plotting libraries, the Box zoom and selection tools should have an "auto" mode where moving very little in one direction activates the "full-range" mode in the cross...

type: feature
tag: component: bokehjs
tag: tools