David Koop

Results 24 issues of David Koop

I find it unintuitive that `bisectCenter` can return a value that is less than both `bisectLeft` and `bisectRight`. Based on how `bisectLeft` and `bisectRight` work, I would expect `bisectCenter` to...

For #6989 #### Change List - Make changes for JupyterLab 3 as suggested by [ipywidgets](https://ipywidgets.readthedocs.io/en/stable/changelog.html#updates-for-widget-maintainers) - Bump the linked version of deck.gl (in frontend_semver.py) to 8.8.0-alpha.6 (see #7025) #### Notes...

For #6989 The general idea is to create a prebuilt extension that can be distributed as part of the pydeck python package. There is no need for a separate `@deck.gl/jupyter-widget`...

feature
pydeck

### Target Use Case There are methods to bump versions across the various package.json files in deck.gl. However, pydeck's `frontend_semver.py` is not updated when these versions change. This may be...

chore
pydeck

### Target Use Case First, there is an issue with the jupyter-widget module in JupyterLab 3 (#5615). Second, using a [prebuilt extension](https://jupyterlab.readthedocs.io/en/stable/extension/extension_dev.html#prebuilt-extensions) in JupyterLab 3 would allow a more standard...

feature
pydeck

### Target Use Case This would allow PathLayer and SolidPolygonLayer, which require startIndices, to work from pydeck. Currently, pydeck's binary transfer requires a 2D rectangular shape (see the np.stack call)...

feature
pydeck

### Target Use Case I've passed numpy arrays to pydeck many times, often in the context of a PathLayer, and run into the object has no vars error. After recalling...

feature
pydeck

D3 v4's selection immutability means that merges have been added when necessary. The name changes (e.g. d3.scaleLinear) have also been made. Comments noting most v3 -> v4 changes have been...

Since integer identifiers make version tree modifications difficult, this branch seeks to replace them with UUIDs.

T-enhancement
S-major
C-core
C-db

Use SQLAlchemy to allow integration with different database backends and improve robustness of database storage. This includes updates to the bundle structure (#962). The bundle structure is designed to be...

T-enhancement
S-minor
C-core