Open
Conversation
New bindings: accumarray, barycentric_interpolation, bezier, colormap, combine, dijkstra/dijkstra_backtrack, directed_edge_parents, edge_topology, edges_to_path, euler_characteristic, exterior_edges, extract_manifold_patches, face_occurrences, fit_plane, flipped_triangles, flood_fill, hausdorff, hsv_to_rgb/rgb_to_hsv, is_boundary_edge, is_delaunay, is_irregular_vertex, iterative_closest_point, lbs_matrix, look_at, mvc, orient_outward, orientable_patches, per_corner_normals, per_edge_normals, per_vertex_attribute_smoothing, polar_dec, procrustes, pseudonormal_test, random_dir/random_dir_stratified, ray_sphere_intersect, ray_triangle_intersect, readCSV, readSTL, rgb_to_hsv, rigid_alignment, rotation_matrix_from_directions, sample_edges, segment_segment_intersect, sharp_edges, signed_angle, snap_points, solid_angle, super_fibonacci, tet_tet_adjacency, tri_tri_intersect, turning_number, uniformly_sample_two_manifold, vector_area_matrix, voronoi_mass, writeOFF, writeSTL. Also fixes extract_manifold_patches to use std::make_tuple (was std::make_pair with missing nanobind/stl/pair.h include). Adds 8 new test functions covering all new bindings; total test count goes from 48 to 56. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The default push=0.0 caused division by zero in the C++ implementation, corrupting the distance matrix and crashing with segfault/bus error/access violation on x86_64 and Windows CI platforms. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
cibuildwheel <=3.1.3 downloads virtualenv.pyz via a GitHub blob URL that gets rate-limited (HTTP 429) on macOS and Windows CI runners. v3.1.4 switched to the GitHub Releases URL, which is reliably CDN-cached. See: pypa/cibuildwheel#2555 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
Author
|
I put these on pypi at https://pypi.org/project/libigl/2.6.3.dev1/ Will send claude to do the rest of the existing supported modules and then the unsupported modules (except opengl/*) |
New bindings: - igl.copyleft.marching_cubes (grid and indexed overloads) - igl.copyleft.quadprog - igl.copyleft.cgal.coplanar - igl.copyleft.cgal.delaunay_triangulation - igl.copyleft.cgal.outer_hull - igl.copyleft.cgal.extract_cells - igl.copyleft.cgal.peel_outer_hull_layers - igl.copyleft.cgal.peel_winding_number_layers - igl.copyleft.tetgen.cdt (+ CDTParam class) - igl.copyleft.tetgen.mesh_with_skeleton - igl.embree.bone_visible - igl.embree.line_mesh_intersection - igl.triangle.cdt - igl.triangle.refine Key fixes applied: int64→int32 casts for CGAL/tetgen/triangle internals, bone_visible uses VectorXN column vectors for s/d, tetgen.cdt inverted bool return worked around by checking output TT.rows() instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <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.
Claude supposedly adding all missing bindings for the core library. 🚀