Skip to content

Releases: JuliaSMLM/SMLMFrameConnection.jl

v0.2.0

09 Feb 02:28

Choose a tag to compare

v0.2.0

Breaking Changes

  • Renamed ConnectConfigFrameConnectConfig, ConnectInfoFrameConnectInfo
  • Renamed struct fields to snake_case: nnearestclustersn_density_neighbors, nsigmadevmax_sigma_dist, maxframegapmax_frame_gap, nmaxnnmax_neighbors, initialdensityinitial_density
  • frameconnect() now returns (combined, info) tuple

Changes

  • FrameConnectConfig/FrameConnectInfo inherit from SMLMData AbstractSMLMConfig/AbstractSMLMInfo
  • Full 2x2 covariance propagation (σ_xy support) throughout pipeline
  • Updated SMLMData compat to v0.7
  • Updated CI workflow (actions/cache v4, Julia 1 + nightly)

v0.1.1

06 Jun 23:53
d4b5c96

Choose a tag to compare

SMLMFrameConnection v0.1.1

Diff since v0.1.0

v0.1.0

23 Feb 03:17
5ce8773

Choose a tag to compare

SMLMFrameConnection v0.1.0

Merged pull requests:

  • CompatHelper: add new compat entry for Hungarian at version 0.6, (keep existing compat) (#1) (@github-actions[bot])
  • CompatHelper: add new compat entry for Optim at version 1, (keep existing compat) (#2) (@github-actions[bot])
  • CompatHelper: add new compat entry for StatsBase at version 0.33, (keep existing compat) (#3) (@github-actions[bot])
  • CompatHelper: add new compat entry for NearestNeighbors at version 0.4, (keep existing compat) (#4) (@github-actions[bot])
  • CompatHelper: add new compat entry for SMLMData at version 0.1, (keep existing compat) (#5) (@github-actions[bot])