Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Feb 29, 2024
1 parent 3c6e585 commit 97b9655
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### 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

0 comments on commit 97b9655

Please sign in to comment.