Skip to content

Release 1.0.1: fix README/metadata, sole author Fred Viole - #24

Merged
OVVO-Financial merged 1 commit into
mainfrom
claude/intelligent-johnson-6ctwxv
Jun 14, 2026
Merged

Release 1.0.1: fix README/metadata, sole author Fred Viole#24
OVVO-Financial merged 1 commit into
mainfrom
claude/intelligent-johnson-6ctwxv

Conversation

@OVVO-Financial

Copy link
Copy Markdown
Owner

Context

1.0.0 is already published to PyPI (the actual distribution is 1.0.0, not alpha). The "alpha"/1.0.0a0 shown 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 as 1.0.1.

Changes

  • README: remove the status alpha badge; Current version1.0.1; Public API statusStable; refer to the R NNS 13.0+ package consistently (lines about the port, design boundaries, benchmarks) so any release after 13.0 is covered.
  • pyproject: version → 1.0.1; Fred Viole is now the sole author and maintainer (the PyPI page was attributing authorship to the no-email entries). ⚠️ This removes Roberto Spadim and Rasheed Khoshnaw from the package metadata.
  • nns.__version__1.0.1 (enforced by test_version_sync).

Validation

  • twine check --strict passes on ovvo_nns-1.0.1.tar.gz.
  • check_release_provenance.py --tag v1.0.1 passes; version-sync test passes.
  • README has no remaining alpha/1.0.0a0, and every 13.0 is 13.0+.

Note: exact 13.0 pins in code/parity machinery (_NNS_VERSION, the vendored tarball name, the provenance manifest r_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

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).
@OVVO-Financial
OVVO-Financial merged commit 206612c into main Jun 14, 2026
4 checks passed
@OVVO-Financial
OVVO-Financial deleted the claude/intelligent-johnson-6ctwxv branch June 14, 2026 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants