Skip to content

Release v0.5.8: correctness release (interpolation fix, deterministic conv) - #18

Merged
alpsaur merged 1 commit into
masterfrom
release/0.5.8
Jul 17, 2026
Merged

Release v0.5.8: correctness release (interpolation fix, deterministic conv)#18
alpsaur merged 1 commit into
masterfrom
release/0.5.8

Conversation

@alpsaur

@alpsaur alpsaur commented Jul 17, 2026

Copy link
Copy Markdown
Owner

Release prep for v0.5.8, aggregating PRs #15/#16/#17:

Release audit performed on merged master (RTX 5090, CUDA 12.8, torch 2.9.1):

  • Full relevant suite green: interpolation_renorm (9/9), determinism, pruning_empty, tensorfield_backward, interpolation, half_precision, convolution, pool
  • End-to-end determinism check: stride-2 conv+transpose net, bitwise-equal outputs across random input permutations with the flag on; flag-off path unaffected
  • One pre-existing failure surfaced and dispositioned: interpolation::test_gpu hits the same torch 2.x gradcheck IndexError as the already-skipped ::test variant; verified failing identically on the PRE-fix build (file-swap A/B), so it is unrelated to the renorm change. Added to the legacy skip list with rationale; gradient correctness is covered by the new renorm gradcheck tests.

After merge: tag v0.5.8 -> wheels publish -> ABI acceptance on hardware.

🤖 Generated with Claude Code

…on, ops cookbook

- Version 0.5.7 -> 0.5.8 (+ CITATION.cff)
- README: Quick Install to v0.5.8 wheels; New-in-v0.5.8 section; News entry
- conftest: skip pre-existing interpolation::test_gpu gradcheck failure
  (torch 2.x IndexError on non-differentiable extras; verified identical
  on the pre-fix build — unrelated to the renormalization change)
@alpsaur
alpsaur merged commit a82eb51 into master Jul 17, 2026
9 checks passed
@alpsaur
alpsaur deleted the release/0.5.8 branch July 17, 2026 05:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant