Ian Thomas

Results 58 issues of Ian Thomas
trafficstars

This is a write up of the status of an experiment in using `awkward-pandas` to read `spatialpandas`-like polygon data and render in datashader. The related WIP branch is at https://github.com/holoviz/datashader/tree/awkward_geom....

Some `kwarg` names are not allowed in a `summary` reduction and produce an `xarray` error when trying to convert to a `Dataset`. Example: ```python import datashader as ds import numpy...

bug

There has been a change in the example data that is/isn't shipped with `geopandas`, in particular the various "naturalearth" datasets. We should replace these with use of other examples from...

Overall coverage is at 87% but I would like to get it higher. There are some crucial code paths that are not covered by tests such as the handling of...

The current state of antialiased lines with various reductions was summaries in PR #1146. Test code and images are reproduced here: ```python import datashader as ds import datashader.transfer_functions as tf...

enhancement

There should be an explicit section or page of the project documentation to explain antialiased lines. There is some mention of this in the timeseries page of the user guide.

docs

This is an implementation of the communication layer using MPI, for demonstration purposes. It is far from production standard and much is suboptimal, but I wanted to make the code...

Latest [github action run](https://github.com/ipython/ipykernel/actions/runs/7482330236) failing for `test_without_debugpy` with `INTERNALERROR> Skipped: could not import 'debugpy': No module named 'debugpy'` and on Windows with `INTERNALERROR> Skipped: skipping tests on windows`. I can...

Work in progress to update the census example environment to use the latest `datashader`, `bokeh`, `panel`, etc. Initially using `datashader` dev release `0.14.5a` from `pyviz/label/dev` channel, and other packages from...

I have been experimenting using BokehJS without Python in TypeScript projects using webpack, React, etc, and as Jupyter extensions. Here is a demo of a WIP frontend-only Jupyter extension using...

type: bug
tag: component: bokehjs