Skip to contents

Version 0.2.0 removes the long-form compatibility aliases that were deprecated in the 0.1 series and narrows the exported graph-family API. The canonical replacements are listed below.

Removed aliases

Graph-family helpers

Complete *.surface.graph() and *.solid.graph() constructors remain public and return reusable bundles. Use the bundle's edges, coords_surface, and coords_param components instead of the former specialized edge-list, standalone embedding, and parameter-coordinate exports. Primitive generators such as edges.path(), edges.cycle(), edges.mesh(), and edges.cube() remain public.