Skip to content

Misc simplification, May 2026 edition#221

Closed
Bisaloo wants to merge 6 commits into
mainfrom
misc-simplification-052026
Closed

Misc simplification, May 2026 edition#221
Bisaloo wants to merge 6 commits into
mainfrom
misc-simplification-052026

Conversation

@Bisaloo

@Bisaloo Bisaloo commented May 30, 2026

Copy link
Copy Markdown
Collaborator
  • Some of these might be sujective or I might be missing the reason it is a certain way, please review
  • If there is a risk for conflicts with ongoing PR, let's merge the other first because this is easily rebased.

@HelenaLC

HelenaLC commented May 30, 2026

Copy link
Copy Markdown
Owner

I'm not sure about conflicts but this is all great and not really subjective imo!!

@Bisaloo
Bisaloo force-pushed the misc-simplification-052026 branch from ec7b913 to dd17b34 Compare May 30, 2026 16:21
Comment thread R/sdAttrs.R
if (!length(v)) stop("couldn't find 'version' in 'spatialdata_attrs'")
ok <- length(v) == 1 && is.character(v) && (v <- gsub("-.*", "", v)) %in% sprintf("0.%d", seq_len(6))
if (!ok) stop("invalid OME 'version'; expected '0.x' where x is 1-5")
if (!ok) stop("invalid OME 'version'; expected '0.x' where x is 1-6")

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the release schedule for OME-NGFF 0.6 btw ?

@HelenaLC

HelenaLC commented Jun 1, 2026

Copy link
Copy Markdown
Owner

merged into #226

@HelenaLC HelenaLC closed this Jun 1, 2026
@HelenaLC
HelenaLC deleted the misc-simplification-052026 branch June 6, 2026 09:10
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.

3 participants