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.
- Changed calculation of target vectors to use edge geometry directly (
edge_line
andedge_direction
).
- Fixed bug in
Formdiagram.from_graph
related to zero-force edges.
- Fixed bug in
compas_ags.diagrams.forcediagram.ForceDiagram.constraints_from_dual()
.
- Added viewer based on
compas_viewer
. - Added
compas_ags.ags.core.rref_sympy
. - Added type annotations where possible.
- Added
requirements-dof.txt
to includesympy
as optional dependency. - Added annotations.
- Changed examples to use new viewer.
- Fixed bug in viewer rotation.
- Changed code to be compatible with COMPAS 2.
- Removed viewer based on
compas_plotter
.
- Updated workflow.