Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 948 Bytes

File metadata and controls

43 lines (24 loc) · 948 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

Changed

Removed

[0.1.2] 2025-05-09

Added

  • Added MeshSolver class.
  • Added documentation for cibuildwheel.

Changed

  • Fix circular Solver import.
  • Fix build.yml to match release.yml.
  • Fix license files.

Removed

[0.1.1] 2025-05-09

Added

  • Implemented zero-copy integration between Python (NumPy) and C++ (Eigen/ShapeOp).
  • Constraints: ClosenessConstraint (with target position variant), EdgeStrainConstraint, ShrinkingEdgeConstraint, CircleConstraint, PlaneConstraint, BendingConstraint, SimilarityConstraint, RegularPolygonConstraint, ShapeConstraint
  • Forces: VertexForce, NormalForce, GravityForce

Changed

Removed