Minor fixes - #12
Merged
Merged
Conversation
- actions/checkout v4 -> v6, upload-artifact v4 -> v7, download-artifact v4 -> v8, astral-sh/setup-uv v5 -> v8 (Node 20 runners are deprecated, forced to Node 24 from 2026-06-16) - ruff pre-commit hook v0.15.15 -> v0.15.16 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- README: add PyPI version badge; update the changelog blurb from the pre-fork 0.2.0 notes to the 0.3.0 release and link CHANGELOG.md - CITATION.cff: version 0.1.0 -> 0.3.0, add date-released; replace the schema-invalid `article-number` key with `number` (file now validates against CFF 1.2) - docs: single-source the changelog page by snippet-including the root CHANGELOG.md (via pymdownx.snippets) instead of maintaining a drifted copy Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Projector spectral initialization now uses LE() directly (normalized Laplacian, drop_first) instead of EigenDecomposition's default DM method, matching LayoutBuildMixin.spectral_layout; random fallback is float32 for consistency - eigen.py: use the _eigsh_tol helper instead of a broad type ignore on the eigsh tol argument - correct stale checkpointing comments/docstrings in Projector and fuzzy_embedding: optimization is delegated to umap-learn, so only initial (epoch 0) and final snapshots are captured, not per-epoch Verified: umap-learn is a core dependency and both optimize_layout_euclidean/_generic accept move_other in the pinned version (>=0.5.8, installed 0.5.9+). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.