JMLR MLOSS revision: capabilities docs, uv migration, paper sync#5
Merged
Conversation
…rkflows for improved linting and documentation
…estructuring parameters and assertions
…ducibility; add LaTeX configurations and new benchmark results
…arity and relevance
uv pip install ran before uv sync created the .venv, causing 'No virtual environment found'. Reorder so sync runs first, install the CPU torch build into that venv, and use 'uv run --no-sync' so an implicit re-sync doesn't revert it.
…scape docstrings On Python 3.12, invalid escape sequences are SyntaxWarning (DeprecationWarning on <=3.11); pytest filterwarnings=error promoted hdbscan 0.8.41's bad docstrings to a SyntaxError at import, breaking collection on both 3.12 jobs. Ignoring SyntaxWarning matches the existing Deprecation/User ignores; ruff still flags invalid escapes in our own code.
… or block release SonarCloud is advisory; the rejected SONAR_TOKEN (HTTP 403) was failing the ubuntu-3.12 job, and since release.yml reuses test.yml via workflow_call it would also block the PyPI publish. continue-on-error lets the scan still run/upload when the token works, without gating tests or releases.
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.
Documents FAISS/PBC/retrieval-mode APIs, completes uv migration, clean docs build (0 warnings), unit tests pass.