Release 1.0.1: fix README/metadata, sole author Fred Viole - #24
Merged
Conversation
1.0.0 is already published to PyPI (immutable), so the corrected README and metadata ship as 1.0.1. - README: remove the stale 'status alpha' badge, set Current version to 1.0.1 and Public API status to Stable, and refer to the R NNS 13.0+ package consistently (any release after 13.0 is covered). - pyproject: bump to 1.0.1; make Fred Viole the sole author and maintainer (the PyPI page was attributing authorship to the no-email entries). - nns.__version__ bumped to 1.0.1 (enforced by test_version_sync).
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.
Context
1.0.0is already published to PyPI (the actual distribution is1.0.0, not alpha). The "alpha"/1.0.0a0shown on the PyPI page is stale README text that wasn't updated when the version was finalized — my miss. PyPI versions are immutable, so the corrected README + metadata ship as1.0.1.Changes
status alphabadge;Current version→1.0.1;Public API status→Stable; refer to the R NNS 13.0+ package consistently (lines about the port, design boundaries, benchmarks) so any release after 13.0 is covered.1.0.1; Fred Viole is now the sole author and maintainer (the PyPI page was attributing authorship to the no-email entries).nns.__version__→1.0.1(enforced bytest_version_sync).Validation
twine check --strictpasses onovvo_nns-1.0.1.tar.gz.check_release_provenance.py --tag v1.0.1passes; version-sync test passes.alpha/1.0.0a0, and every13.0is13.0+.Note: exact
13.0pins in code/parity machinery (_NNS_VERSION, the vendored tarball name, the provenance manifestr_version) are intentionally left unchanged — those identify the specific cached/vendored R snapshot, not the supported range.https://claude.ai/code/session_012bjk4Y5eT1Sva8tNJjqUSw
Generated by Claude Code