Jonathan Foster

Results 13 issues of Jonathan Foster

## Add `join_on_key` to UI ## Description This is a combination of a plug-in and core changes to the link_editor to enable the creation, display, and removal of join_on_key type...

**Is your feature request related to a problem? Please describe it:** The very useful `join_on_key` functionality is currently only available through the terminal or scripting. Several past responses (#2050 #1917)...

enhancement

# Pull Request Template ## Description This is a work-in-progress towards providing the ability to automatically create subsets for categorical attributes (as suggested in #1151 and #2004). Ultimately, I envision...

enhancement
glue.app

# Allow Categorical Variables to be Used in Color and Size Scaling in Scatter viewer ## Description This allows scatter plot cmap and size scaling attributes to be a categorical....

**Describe the bug** The "Save Python script..." option fails for an ImageViewer with a Scatter layer on top. **To Reproduce** Steps to reproduce the behavior such as: 1. Create an...

bug

**Is your feature request related to a problem? Please describe it:** The first time you launch a new version of glue (e.g. a new standalone app or glue within a...

enhancement
performance
qt

There are two fairly critical bugs in the current (2023.02.0) standalone version of glue. The link editor does not work for 3+ datasets loaded (#2374) and pvextractor is not include...

**Describe the bug** random_views_for_dask_array (called by calculate_statistic if we have a large dask array) only returns a good random set of the full dask array if there is not structure...

bug
dask

I'm adding some notes here about getting a native version of glue running natively on Mac M1/M2 Apple Silicon (MacOSX-arm64) machines. Doing this for basic glue is actually pretty simple...

documentation
conda
installation

**Describe the bug** Pandas DataFrames created within glue and added to the data_collection manager may have columns of type 'object', which mean they cannot be save/restored by glue (`glue.core.state._load_numpy` calls...

bug