chore(release): v1.4.1#101
Merged
Merged
Conversation
Patch bump for the per-patch heap-traffic refactor (#100). pypatchworkpp.patchworkpp gains 14.8% Hz (97.5 -> 111.9 Hz on KITTI seq 00, i7-12700), driven by killing short-lived vector<PointXYZ> / Eigen::Matrix allocations in R-VPF + R-GPF. Closes part of #96. Numerical equivalence verified end-to-end on KITTI seq 00 (4541 frames): F1 delta 0.00 for patchwork classic (bit-identical), +0.01 for patchwork++ (within the ±0.05 macro budget). Bumps: - python/pyproject.toml 1.4.0 -> 1.4.1 - cpp/CMakeLists.txt 1.4.0 -> 1.4.1 CHANGELOG.md updated with the full v1.4.1 entry. See #100.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch bump for the per-patch heap-traffic refactor (#100).
pypatchworkpp.patchworkppgains +14.8% Hz (97.5 → 111.9 Hz, KITTI seq 00, i7-12700) by killing short-livedvector<PointXYZ>/Eigen::Matrixallocations in R-VPF + R-GPF. Closes the alloc-driven part of #96.Numerical equivalence verified end-to-end on KITTI seq 00 (4541 frames):
patchwork(pw protocol): F1 unchanged (bit-identical).patchworkpp(pp protocol): F1 96.62 → 96.63 (+0.01, within ±0.05 budget).Algebraic identity of
JacobiSVDvseighverified on 500 real KITTI patch covariances:normal_(up to sign),singular_values_,linearity_,planarity_,ground_flatness,line_variableall match to FP precision.Bumps:
python/pyproject.toml1.4.0 → 1.4.1cpp/CMakeLists.txt1.4.0 → 1.4.1CHANGELOG.md updated with the full v1.4.1 entry.
Test plan
evaluate_semantickitti.pyon seq 00 (both methods, paper protocols) within budgetbench_hz.py3-run median confirms +14.8% Hz on patchwork++, noise on classicv1.4.1, GitHub release triggerspypi.ymlpublish workflowSee #100, #96.