Ian Thomas

Results 96 comments of Ian Thomas

I've updated the words in the JEP itself, in line with the latest kernel subshells thinking. I have standardised on "subshells" rather than "sub-shells" throughout. I think the latter might...

Thanks @Zsailer and @JohanMabille. ## (1) Reconnecting To obtain information about existing subshells, the proposal details include a new `list_subshells_request` control channel message that returns a list of the current...

I am returning to this, and although you have presented a better approach for skipping some parameter combinations of a benchmark, the original error is still present in asv 0.6.1...

@oscargus I've experimented with this locally and I think I have made some progress. If I add this new section to the `pyproject.toml`: ``` [tool.setuptools] include-package-data = false ``` then...

This is ready to merge now. Docker-related test failures are because there is no docker image built on `branch-3.1`, this PR needs to be merged into that branch before we...

> Remind me why we can't run snap in docker? Being able to run snap would all us to the exact version of chromium available in `bokeh/chromium`, which conveniently comes...

This has one approval, so I am planning to merge it Monday evening UTC, giving enough time for other comments/objections before that.

> Some of the CI failures are unrelated and will be fixed in PR #12631. Thanks. I will finish this off on Monday (hopefully) then it will be ready for...

Comparison of the output here using Bokeh vs using Datashader's `shade` function: Code to reproduce: ```python from bokeh.layouts import row from bokeh.models import ColorBar, EqHistColorMapper, WeightedStackColorMapper from bokeh.palettes import varying_alpha_palette...