You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release blocker found while updating T-469: tag 3.0.0.dev0 points to a35dbddf, whose setup.py sets numerapi_version = "3.0.0". The tag workflow will therefore build stable 3.0.0, while the requested 3.0.0.dev0 artifact is not available on PyPI. Please correct the package version/tag before publication (or explicitly revise the release plan); monorepo lock/pin updates cannot complete until the requested artifact exists. The August 28 stable-release gate remains recorded on monorepo PR #1142.
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
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.
Summary
list_rounds()roundScoreConfigsreturn surface for Classic, Signals, and CryptoHold / release blockers
integration-testpin from 2.24.0.dev1 to 3.0.0 before the API removal PR merges.Validation
.venv/bin/python -m pytest --import-mode=append tests/ --cov=./ --cov-report=xml(58 passed, 6 skipped).venv/bin/ruff check numerapiPATH="$PWD/.venv/bin:$PATH" make -C docs clean html(passes with two pre-existing Sphinx configuration warnings).venv/bin/python setup.py --version(3.0.0)Linear: T-469