Release v1.4.0 - #44
Merged
Merged
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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
Bumps the version to 1.4.0 and adds the
[1.4.0]CHANGELOG.md section covering everything merged since v1.3.0 (59 commits): theEllipsoidshape,Shape.corners()/bounds()/extents(),SceneNode.tree()/tree_children(),CollisionShapeGroup(with the&collision operator),Shape.opacity,Arrow.FromTo(), a cluster ofMeshimprovements (y_up, the newmeshextra, read-onlyfilename/y_up, an existence check at construction), thePath→Polylinerename,SceneNode'sT=→pose=rename,update()becoming the real public method (replacing the misspelled_propogate_scene_tree()), theSceneGroup(initlist)fix, the Cylinder collision-length fix, and scene-graph cycle detection.Compatibility note: everything here is backward-compatible via deprecated aliases (
Path,_propogate_scene_tree()) exceptSceneNode.__init__'sT=→pose=rename, which has no back-compat shim — checked bothrobotics-toolbox-pythonandswiftand neither uses theT=keyword anywhere, so this shouldn't affect real consumers.See
CHANGELOG.md's[1.4.0]entry for the full list.Test plan
🤖 Generated with Claude Code