Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ predicated empirical formulas.
These should probably become their own Issues, but they will at least become their own PR's. It's easier to list them all here for now.

- [x] ForcedCrippling needs it's own class, so MinorFrames, Longerons, and Covers can utilize the same methods without repeating code.
- [ ] MajorFrames need their own class for analysis methods.
- [x] MajorFrames need their own class for analysis methods.
- [ ] Fuselage class needs a cut method to generate geometry for analysis by averaging the geometry between defined sections.
- [ ] How does the Fuselage class define where all the different load points (and therefor MajorFrames) are?

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hyperstruct"
version = "0.0.8"
version = "0.0.9"
description = "Hyperstruct"
authors = ["Benjamin Crews <aceF22@gmail.com>"]
license = "MIT"
Expand Down
Loading
Loading