π Summary
v2.0.20 is a small but useful compatibility release for thop that officially adds Python 3.14 support πβ¨, with a minor workflow maintenance update to keep release notifications reliable π£
π Key Changes
-
Official Python 3.14 support added β
- The package now advertises Python 3.14 compatibility in its metadata.
- This was the main change in the release and comes from PR #124 by @glenn-jocher.
-
Version bumped to
2.0.20π- The package version was updated from
2.0.19to2.0.20to publish this compatibility update.
- The package version was updated from
-
No model or runtime feature changes βοΈ
- There are no new profiling features, API changes, or behavior changes in
thop. - This release is focused on compatibility and packaging metadata, not new functionality.
- There are no new profiling features, API changes, or behavior changes in
-
GitHub Actions Slack notification update π
- The Slack GitHub Action used in the publish workflow was updated from
v3.0.2tov3.0.3. - This helps keep release automation current and dependable.
- The Slack GitHub Action used in the publish workflow was updated from
π― Purpose & Impact
-
Makes adoption of newer Python versions easier π
- Users moving to Python 3.14 can more confidently install and use
thop, since the package now officially declares support.
- Users moving to Python 3.14 can more confidently install and use
-
Improves package visibility for tools and indexes π§°
- Package managers, CI systems, and dependency tools can correctly recognize Python 3.14 compatibility.
-
Low-risk release for existing users π
- Since there are no functional code changes, current users should not expect behavior differences when upgrading from
2.0.19.
- Since there are no functional code changes, current users should not expect behavior differences when upgrading from
-
Better release workflow reliability π¬
- The Slack action update mainly benefits maintainers by helping publication notifications stay up to date and stable.
In short, v2.0.20 is a compatibility-focused maintenance release: the biggest takeaway is official Python 3.14 support, with no disruption to existing thop functionality π
What's Changed
- Bump slackapi/slack-github-action from v3.0.2 to v3.0.3 in /.github/workflows by @UltralyticsAssistant in #123
- Add Python 3.14 support by @glenn-jocher in #124
Full Changelog: v2.0.19...v2.0.20