Skip to content

Fix eg bugs and opt#227

Merged
guillaume-byte merged 6 commits into
v1.2.3---UI-Optimization-and-new-featuresfrom
fix_eg_bugs_and_opt
Jun 25, 2026
Merged

Fix eg bugs and opt#227
guillaume-byte merged 6 commits into
v1.2.3---UI-Optimization-and-new-featuresfrom
fix_eg_bugs_and_opt

Conversation

@guillaume-byte

Copy link
Copy Markdown
Member

Run and fix WL examples bugs and UI optimization

guillaume-byte and others added 6 commits June 25, 2026 17:47
New special stat_name that discards all samples carrying a given tag across
the whole dataset without requiring the frontend to enumerate sample IDs.
Uses the existing upsert_df path — same as per-sample discard — grouped by
origin for correctness.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…RPC thread

- build_metadata_copy_column_names: first clone of original field uses
  {source}@{hash} (no _{n}); conflicts get _{n} suffix;
  cloning an already-cloned field reuses the same @hash, only increments _{n}
- is_copy_metadata_column_name: updated regex to match new .+@.+ format
- __delete_metadata__ handler: replace blocking _slowUpdateInternals(force=True)
  with non-blocking background kick — view is already up-to-date from manual
  drop, no need to stall the gRPC response for 5-10s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Write path: serialize_value now handles numpy arrays of ALL ndim (not
just <= 1). A 2D array was falling through to str() which produced
numpy repr strings (space-separated, no commas) that aren't valid JSON.

Read path: deserialize_value for MODEL_INOUT_LIST columns now:
- maps "nan"/"none"/"" strings to np.nan instead of returning them as-is
- removes the single-element unwrap (a [0.5] list stays [0.5], not 0.5)
- adds a fallback regex pass to recover old data stored as numpy repr

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@guillaume-byte guillaume-byte merged commit 9c8e3cc into v1.2.3---UI-Optimization-and-new-features Jun 25, 2026
7 checks passed
@guillaume-byte guillaume-byte deleted the fix_eg_bugs_and_opt branch June 25, 2026 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant