Jeffrey Heer
Jeffrey Heer
- Add base `Table` representation, while `ColumnTable` subclass includes transformations. - Consolidate verb definitions in a single location, remove previous `engine` folder. - Simplify extensibility to `op` functions only. -...
- Switch project to type `module`, update imports for node compatibility. - Use Mocha as the test runner. - Update dependencies.
- Add `Selection.relay(...)` method to let a selection publish (relay) clauses to downstream selections. - Add `relay` property to top-level of declarative specifications. - Update `athletes` example to filter athlete...
Should inputs, interactors, etc be able to simultaneously publish to multiple Param or Selection instances? If so, what options might need to be included and how should we roll this...
This PR changes the default decoder for Apache Arrow data from `apache-arrow` to the smaller/faster/more flexible [`@uwdata/flechette`](https://github.com/uwdata/flechette). The change improves performance a bit and simplifies Arquero internals, as it obviates...
Within `format.js` the `formatYear` method is called with an extraneous argument, which can cause downstream errors when performing type checking with `tsc`. This PR simply removes the unneeded argument.
Animated transition support is not planned for the initial 3.0 release, but would be nice to add in a subsequent minor release (e.g., 3.1). This issue is a migration of...
### What happens? I'm trying to use the `coi` mode to enable multiple threads. While initialization and basic queries work, I'm seeing errors when attempting to ingest a Parquet file...
### What happens? Earlier DuckDB-WASM versions could successfully use the `spatial` extension, including the `ST_READ` method to read various geometry data formats. This no longer appears to work, as `ST_READ`...