Conversation
Finalize the release to match liboqs 0.16.0: - Bump version 0.16.0-dev -> 0.16.0 (pyproject.toml), so the runtime auto-installer fetches the liboqs 0.16.0 tag rather than main. - CHANGES.md: add the 0.16.0 section and backfill the missing 0.14.0 entry. - RELEASE.md: rewrite for 0.16.0 (release date left as a TODO placeholder). - CI (python_detailed.yml): build against liboqs 0.16.0, and fix a stray Unicode hyphen in the Windows CMake stateful-signature flags. - README.md: document installation from PyPI (with the wrapper-only / liboqs-built-on-first-import caveat) alongside the source install, add a PyPI badge, and bump the PYOQS_VERSION example. Verified: wrapper reports 0.16.0 and loads liboqs 0.16.0 with no version mismatch warning; all examples and 1286 unit tests pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Signed-off-by: Douglas Stebila <dstebila@uwaterloo.ca>
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.
Finalizes the liboqs-python release to match liboqs 0.16.0.
Changes
0.16.0-dev→0.16.0. Dropping-devmakes the runtime auto-installer clone the liboqs0.16.0tag instead ofmain.0.16.0section, and backfilled the0.14.0entry (which was finalized only on thev0.14branch and never merged tomain).<!-- TODO -->placeholder to be filled in when tagging.VERSION0.14.0→0.16.0; also fixed a stray Unicode hyphen (‑) in the Windows CMake flags that silently malformed-DOQS_ALLOW_STFL_KEY_AND_SIG_GEN.pip install liboqs-python) with a note that the package is the pure-Python wrapper and builds/loads liboqs on first import; retitled the source install path; added a PyPI badge; bumped thePYOQS_VERSIONexample.Verification
Run locally against liboqs 0.16.0:
0.16.0, auto-installs and loads liboqs0.16.0, no version-mismatch warning.nose2: 1286/1286 tests pass.Before merging / tagging
0.16.0, publish the GitHub release, and publish to PyPI.🤖 Generated with Claude Code