Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6.9
0.6.10
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The pull request description mentions a breaking change (renaming Sm120BlockScaledDenseGemmKernel to Sm120B12xBlockScaledDenseGemmKernel and removing the old name). According to semantic versioning principles, a patch release (0.6.9 to 0.6.10) should not introduce breaking changes, as this can disrupt downstream users who rely on patch updates for bug fixes without API breakage. Consider either adding a deprecation alias for the old class name in flashinfer/gemm/__init__.py to maintain backward compatibility, or bumping the version to a minor version (e.g., 0.7.0) instead of a patch version.

Loading