Skip to content

v0.1.0

Choose a tag to compare

@francois-drielsma francois-drielsma released this 28 Sep 19:38
· 79 commits to main since this release

This is the initial public release of Spinal Tap!

Features

  • Modern Python packaging with pyproject.toml and src layout
  • CLI entry point: launch the Dash app with spinal-tap
  • Visualization tools for SPINE (Scalable Particle Imaging With Neural Embeddings)
  • All dependencies managed via spine-ml[viz]
  • Asset management for Dash (CSS, favicon, etc.)
  • Code quality automation: black, isort, flake8 (pre-commit & CI)
  • GitHub Actions for build, test, and publish (Test PyPI on tag, PyPI on release)
  • Development extra: spinal-tap[dev] for easy setup of dev tools

How to Use

  • Install: pip install . or pip install .[dev]
  • Run: spinal-tap (see version with spinal-tap --version)
  • Visit: http://0.0.0.0:8888/