Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

59 lines (36 loc) · 1.25 KB

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

  • Changed constraint location setter to not check for existence of attribute projected.
  • Changed plane projection to use closest point method.
  • Changed constraint update damping parameter to damping instead of c.

Removed

[0.3.1] 2024-05-14

Added

Changed

Removed

[0.3.0] 2024-02-29

Added

Changed

Removed

[0.2.0] 2024-02-29

Added

  • Added compas_dr.solvers.dr.
  • Added compas_dr.solvers.dr_numpy.
  • Added compas_dr.solvers.dr_constrained_numpy.
  • Added compas_dr.types.
  • Added compas_dr.numdata.InputData.
  • Added compas_dr.numdata.ResultData.
  • Added compas_dr.loads.SelfweightCalculator.
  • Added compas_dr.constraints.Constraint.
  • Added compas_dr.constraints.LineConstraint.
  • Added compas_dr.constraints.PlaneConstraint.
  • Added compas_dr.constraints.CircleConstraint.
  • Added compas_dr.constraints.NurbsCurveConstraint.
  • Added compas_dr.constraints.NurbsSurfaceConstraint.

Changed

Removed