Bryan Van de Ven

Results 72 issues of Bryan Van de Ven

fixes: #6702 This PR adds `cas_element` as described in #6702. I refactored the test code to remove some initial redundancies (I started to condense even more, before I realized `pytest.parametrize`...

CUDA
4 - Waiting on reviewer
Effort - medium

# Welcome! This is the working PR for Bokeh to collaborate during the SciPy 2022 alt-text sprints. :) For the full info about this event, please visit the [event agenda]...

tag: component: docs
status: ready
type: task

Catch-all issue for quickly recording small issues with docs leading up to 3.0 * [ ] latest theme update breaks page layout (fix or pin before release) * [x] favicon...

tag: component: docs
type: task

In answering #11081 I recalled that `wedge` gyphs do not yet participate in auto-ranging. It's probably past time that we make that work. For wedge-like glyphs it might be useful...

type: feature
tag: component: bokehjs

@mattpap only creating an issue there is no way to comment on the code scanning result itself. There are two pretty much identical alerts left: Tracking issue for: - [...

type: discussion

All of the downstream tests are currently failing, for various reasons: ## Dask ```python ______________________________ test_plot_multiple ______________________________ @pytest.mark.skipif("not bokeh") @pytest.mark.skipif("not psutil") def test_plot_multiple(): from dask.diagnostics.profile_visualize import visualize with ResourceProfiler(dt=0.01) as...

type: discussion

This Pull request: * Modernizes the`bokeh.util.sampledata` module with `pathlib` and better types * Adds a `carto.us` sampledata that has a projected US map, including AK, HI and other territories re-positioned...

type: feature
status: paused
tag: geo

This is just to get some misc release tasks noted before I forget them. I will go through and add links to separate issues (or to commits that implement) later....

type: discussion

This is a follow on to replace #4213. Rather than trying to automagically resize and place the existing on-canvas legend, I propose to create a new supplemental DOM-based legend that...

type: feature
tag: component: bokehjs
grant: CZI R6

As noted in https://github.com/bokeh/bokeh/pull/12036 there are classes such as `RenderRoot`, etc. that could be simplified by re-writing them as Python dataclasses. Python dataclasses should be employed any place they can...

type: task
tag: codebase