Releases: StructuralPython/pynite-tools
Releases · StructuralPython/pynite-tools
v0.5.0
What's Changed
- Features/add aggregate envelopes by @connorferster in #6
- pynite_tools has a new module called "envelope.py" that contains functions for enveloping results trees
- Primary function is
pt.envelope_treebut the module comes with additional aggregation functions:min- Same asminbuilt-in but ignoresNonevaluesmax- Same asmaxbuilt-in but ignoresNonevaluesabsmax- Calculates the absolute max value from a list (ignoringNones)absmin- Calculates the absolute min value from a list (ignoringNones)
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
- Fix:
float('inf')is not JSON serializable, replaced withNone/null
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- feat: Add span-to-delta ratio to extract_span_envelopes
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
Features
- added filtering by actions to all member extraction methods
- added
widthandheightparameters toplot_model
Fixes
- Fixed error caused by incorrect checking of
force_location_ratios
Breaking changes
- changed the order of parameters in the extraction functions so that
load_combinationsandactionswould always appear last.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- fix: changed to node_displacements by @connorferster in #1
v0.1.0
Initial release!
This package ties together other packages I have created (pynite_plotly and pynite_reporting) and brings them together in one place. This package also includes capabilities to serialize/de-serialize FEModel3D objects.