Skip to content

Releases: LidkeLab/smite

v1.3.0: LLM Documentation System

14 Oct 19:05

Choose a tag to compare

What's New in v1.3.0

🤖 LLM Documentation System

This release adds a comprehensive AI-assisted documentation system to help developers work with smite using Claude and other LLMs.

Documentation Coverage:

  • 84 new documentation files (~58k lines)
  • Complete API reference for all 8 namespaces
  • 8 workflow guides (SMLM, SPT, BaGoL, drift correction, batch processing, etc.)
  • 5 runnable code examples
  • 13 how-to guides (parameter tuning, GPU usage, visualization, etc.)
  • 6 troubleshooting guides
  • Claude Desktop integration with step-by-step setup instructions

For Users:

  • Get instant help with installation, workflows, and troubleshooting
  • Generate analysis scripts tailored to your data
  • Understand SMF/SMD structures interactively
  • Debug issues with AI assistance

Getting Started:
See the README for 5-minute setup instructions.

🔧 Bug Fixes & Improvements

  • Add SMD XY update in drift correction by @kiwibogo in #49
  • Fix combining BaGoL ROIs across platforms (Linux/Windows)
  • Fix missing MAPN ROIs in combineBaGoLROIs
  • Multiple minor fixes and improvements

📦 Version Details

  • Previous version: v1.2.6
  • New version: v1.3.0
  • 112 commits since v1.0.0 (Oct 2023)

Full Changelog: v1.0.0...v1.3.0

Final JOSS version

01 Oct 23:05

Choose a tag to compare

v1.0.0

FINAL fixes for JOSS.

v0.2.0

22 Nov 21:56
ff9552e

Choose a tag to compare

Version for the initial submission to Journal of Open Source Software

v0.1.0

10 Mar 00:33

Choose a tag to compare

This release corresponds to the state of SMITE as we transition from private to public.