Changelog Diff — verified Python breaking changes
Pricing
Pay per usage
Changelog Diff — verified Python breaking changes
Breaking changes between two versions of a Python package: execution-verified migration cases (LibPulse corpus) plus raw GitHub release notes.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Shinobu Otani
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Breaking changes between two versions of a Python package, backed by the LibPulse corpus: every migration case was proven by execution (old code passes on the old version, fails on the new, migrated code passes on the new) in version-pinned environments. Plus raw GitHub release notes for the range.
Input
{"package": "numpy", "from_version": "1.26.4", "to_version": "2.0.0"}
to_version defaults to the latest final release.
Output
One item: verified_breaking_changes (title, introduced_in, before/after
snippets, verification metadata), release_notes, corpus_covered.
Use it in upgrade planning, dependency-update PRs, or CI gates before bumping pins.