Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 05 Jun 03:22
· 17 commits to main since this release
00e1228

SMLMData v0.3.0

Diff since v0.2.3

Breaking changes

  • Fix frame numbering to be 1-based throughout package (breaking change from 0-based indexing)
  • Update emitter constructors default frame values from 0 to 1
  • Existing code using frame numbers will need to be updated to account for 1-based indexing

Other changes

  • Update tests and documentation to reflect 1-based frame numbering
  • Add CLAUDE.md for development guidance

Merged pull requests:

  • Fix frame numbering to be 1-based throughout package (#29) (@kalidke)