Release 1.0.0 - #14
Open
petercorke wants to merge 2 commits into
Open
Conversation
Six years of production use (first commit 2020-09-20), a real downstream dependency (RTB), and this cycle's comprehensive type-hinting/documentation/bug-fixing pass felt like the right point to commit to API stability. See CHANGELOG.md for the full list of what changed since 0.6.5 (the last real release -- 0.6.4 and 0.6.5 were identical except for the version string). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #14 +/- ##
=======================================
Coverage 85.05% 85.05%
=======================================
Files 2 2
Lines 776 776
=======================================
Hits 660 660
Misses 116 116 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
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
Six years of production use (first commit 2020-09-20), real downstream dependencies (RTB and MVTB), and this cycle's comprehensive type-hinting/documentation/bug-fixing pass felt like the right point to commit to API stability.
See
CHANGELOG.mdfor the full list of what changed since 0.6.5 (the last real release -- 0.6.4 and 0.6.5 were identical except for the version string;0.6.5's tag came from a branch that was never merged intomainand predates everything in this changelog).Not merging this yet -- holding for review. Once merged, the plan is: create a GitHub Release from this tag (
v1.0.0) via the Releases UI, which triggers.github/workflows/publish.ymlto build and publish to PyPI via trusted publishing.Test plan
importlib.metadata.version("pgraph-python")reports1.0.0after an editable install