Skip to content

Commit

Permalink
Changelog, format, lint, test
Browse files Browse the repository at this point in the history
  • Loading branch information
obucklin committed Jul 1, 2024
1 parent 1059fed commit d357a41
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

* Changed `TimberModel.add_beam` to `TimberModel.add_element`
* Changed `TimberModel.add_joint` to `TimberModel.add_interaction`
* Changed `TimberModel.remove_joint` to `TimberModel.remove_interaction`
* Changed `TimberModel.beams` to parse from `TimberModel.elements()` instead of having its own internal list.
* Changed `TimberModel.joints` to parse from `TimberModel.interactions()` instead of having its own internal list.

### Removed


Expand Down

0 comments on commit d357a41

Please sign in to comment.