Skip to content

v0.7.0

Compare
Choose a tag to compare
@aaron-skydio aaron-skydio released this 22 Nov 00:55
· 304 commits to main since this release

Full Changelog: v0.6.0...v0.7.0

🚨 Breaking Changes

sf.Pose2_SE2 and sf.Pose3_SE3 are now in geo.unsupported (also accessible through sf.unsupported). We haven't removed any functionality, just moved them to clarify that they are not intended to be supported by much of SymForce and we do not intend to add more support for them. The sf.Pose2 and sf.Pose3 classes should be used instead, since they use more efficient representations.

🐍 Python 3.11 Support

SymForce now supports Python 3.11! As of this release you should be able to build symforce from source or install it with pip on Python 3.11.

🗒️ Documentation and Examples Improvements

📉 Optimizer Improvements

🛠️ Buildsystem / Infrastructure / Testing Improvements

👮 SkyMarshal

SkyMarshal C++ bindings can now serialize and deserialize messages larger than 2GiB

✨ Misc