v1.2.0 #82
zfergus
announced in
Announcements
v1.2.0
#82
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Various new features 🚀 and some bug fixes 🐛.
Highlights
What's Changed
FindSIMD.cmake
to now add support for Neon (Arm/Apple Silicon SIMD instruction set) in Update FindSIMD CMake #58FindSIMD.cmake
from Project CHRONO under BSD 3-Clause "New" or "Revised" License.dtype
to EE collisions to keep track of the distance type for mollified constraintsCollisionConstraint::minimum_distance
toCollisionConstraint::dmin
additive_ccd
algorithm, utilize our distance function rather than porting the Codim-IPC versions, returntrue
if the initial distance is less than the minimum distance, and add an explicittmax
parameter rather than relying on the initial value oftoi
.project_to_psd
andproject_to_pd
in Fix project_to_psd assertion #67NonlinearTrajectory
virtual class. By default the maximum distance between the trajectory and a linearized version is computed using interval arithmetic. That isNonlinearTrajectory::max_distance_from_linear
function to compute the max directly in closed form, if known.igl::predicate::segment_segment_intersect
in Bind segment_segment_intersect #74Full Changelog: v1.1.1...v1.2.0
New Contributors
This discussion was created from the release v1.2.0.
Beta Was this translation helpful? Give feedback.
All reactions