Skip to content

Add example images to README with automated updates#45

Merged
adamjtaylor merged 8 commits into
mainfrom
44-automate-examples-in-readme
Jan 13, 2026
Merged

Add example images to README with automated updates#45
adamjtaylor merged 8 commits into
mainfrom
44-automate-examples-in-readme

Conversation

@adamjtaylor
Copy link
Copy Markdown
Owner

Summary

  • Add Examples section to README showing all 9 colormaps in tables
    • 3D: LAB, RGB, OKLAB
    • 2D: BREMM, SCHUMANN, STEIGER, TEULING2, ZIEGLER, CUBEDIAGONAL
  • Extend test workflow to auto-generate and commit example images on PRs
  • Include all generated images in CI artifacts for review

Test plan

  • Verify example images render correctly in README preview
  • Verify test workflow passes
  • Test auto-commit by making a code change in a follow-up PR

🤖 Generated with Claude Code

- Add Examples section to README showing all 9 colormaps (3D: LAB, RGB, OKLAB; 2D: BREMM, SCHUMANN, STEIGER, TEULING2, ZIEGLER, CUBEDIAGONAL)
- Extend test workflow to generate and auto-commit example images on PRs
- Include generated images in artifacts for review

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@adamjtaylor adamjtaylor linked an issue Jan 13, 2026 that may be closed by this pull request
@claude
Copy link
Copy Markdown

claude Bot commented Jan 13, 2026


Code review

No issues found. Checked for bugs and CLAUDE.md compliance.


github-actions Bot and others added 7 commits January 13, 2026 10:41
- Add channel mosaic showing all 25 input channels
- Add 3D and 2D UMAP embedding scatter plots
- Update workflow to generate mosaic and embedding plots
- Reorder README Examples section: input → embeddings → outputs

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Split single job into 4 jobs: test, generate-images, channel-mosaic, commit-images
- Use matrix strategy to run 2D and 3D image generation in parallel
- Remove redundant LAB colormap generation step
- Collect artifacts from parallel jobs before committing

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Combine --colormap ALL with --plot_embedding to generate all outputs
  in a single UMAP run instead of two separate runs per dimension
- Use TEULING2 for 2D embedding example plot

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@adamjtaylor adamjtaylor merged commit 136c282 into main Jan 13, 2026
@adamjtaylor adamjtaylor deleted the 44-automate-examples-in-readme branch January 13, 2026 11:12
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.

Add Example Images to README with Automated Updates

1 participant