Bump version to 1.3.0 - #113
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019F6ZjcfXSxZWGMuSmQGmLN
OVVO-Financial
force-pushed
the
claude/nns-python-v1.3-release-in5n5t
branch
from
July 14, 2026 01:44
f64701c to
c0004e7
Compare
…correct R baseline version label The nns_boost rewrite infers factor-predictor levels from the string columns of the variable matrix, so the factor_levels kwarg no longer exists; two boost benchmarks still passed it and raised TypeError. Remove it to match the current API (as the parity tests already do). Correct the R benchmark baseline metadata from 12.1 to 13.0: the recorded values already match the documented R NNS 13.0 numbers, but the stale nns_version label mismatched conftest's _NNS_VERSION pin, which made the benchmark harness refuse to run. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019F6ZjcfXSxZWGMuSmQGmLN
Locks in nns_stack/nns_reg parity for the cbind(x, x) dimension trick. The R NNS.stack rejected duplicate predictor names; the Python port never had that restriction, and this test guards against a regression. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019F6ZjcfXSxZWGMuSmQGmLN
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.
Summary
Bumps the
ovvo-nnspackage version from1.2.0to1.3.0for the v1.3 release.The version is declared in three places, all of which are kept in sync (and enforced by
scripts/check_version_consistency.py/tests/tools/test_version_sync.py):pyproject.toml—[project].versionsrc/nns/__init__.py—__version__README.md— "Package at a glance" current-version row (also the PyPI description)Verification
python scripts/check_version_consistency.py→Version consistency OK: 1.3.0 in pyproject, nns.__version__, and README.🤖 Generated with Claude Code
Generated by Claude Code