Skip to content

v2.0.20 - Add Python 3.14 support (#124)

Latest

Choose a tag to compare

@github-actions github-actions released this 06 Jun 11:42
f9f76e0

🌟 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.19 to 2.0.20 to publish this compatibility update.
  • 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.
  • GitHub Actions Slack notification update πŸ””

    • The Slack GitHub Action used in the publish workflow was updated from v3.0.2 to v3.0.3.
    • This helps keep release automation current and dependable.

🎯 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.
  • 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.
  • 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

Full Changelog: v2.0.19...v2.0.20