section-properties icon indicating copy to clipboard operation
section-properties copied to clipboard

Analysis of an arbitrary cross-section in python using the finite element method.

Results 24 section-properties issues
Sort by recently updated
recently updated
newest added

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.0 to 20.25.1. Changelog Sourced from virtualenv's changelog. v20.25.1 (2024-02-21) Bugfixes - 20.25.1 - Upgrade embedded wheels: setuptools to 69.0.3 from 69.0.2 pip to 23.3.2 from 23.3.1...

dependencies
python

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3.1.4 to 4.1.0. Release notes Sourced from codecov/codecov-action's releases. v4.1.0 What's Changed fix: set safe directory by @​thomasrockhu-codecov in codecov/codecov-action#1304 build(deps): bump github/codeql-action from 3.24.3 to 3.24.5...

dependencies
github_actions

Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 5.25.0 to 6.0.0. Release notes Sourced from release-drafter/release-drafter's releases. v6.0.0 What's Changed Update Node.js to 20 (#1379) @​massongit Full Changelog: https://github.com/release-drafter/release-drafter/compare/v5.25.0...v6.0.0 v6.0.0-beta.1 Prerelease of v6, first release...

dependencies
github_actions

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4. Release notes Sourced from actions/cache's releases. v4.0.0 What's Changed Update action to node20 by @​takost in actions/cache#1284 feat: save-always flag by @​to-s in actions/cache#1242...

dependencies
github_actions

The current implementation follows Pilkey's book, which assumes transverse shear forces are acting on the axis passing the shear centre. Continue the discussion regarding the shift of the section in...

enhancement

This PR addresses #331, in which dilated offsets create overlapping geometry. Tasks: - [ ] Successfully run `test_compound_rectangular_offset()`

bug

See below example: ```python from sectionproperties.pre.geometry import check_geometry_overlaps from sectionproperties.pre.library import rectangular_section from sectionproperties.analysis import Section # create two rectangles side-by-side rect1 = rectangular_section(d=50, b=50) rect2 = rectangular_section(d=50, b=50).align_to(rect1, "right")...

bug

Bumps [nox](https://github.com/wntrblm/nox) from 2024.3.2 to 2024.4.15. Release notes Sourced from nox's releases. 2024.04.15 🪼 We'd like to thank the following folks who contributed to this release: @​cjolowicz @​henryiii @​mayeut New...

dependencies
python

Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.25.1 to 20.26.1. Release notes Sourced from virtualenv's releases. 20.26.0 What's Changed release 20.25.3 by @​gaborbernat in pypa/virtualenv#2704 Fixed a case when template variable is WindowsPath by...

dependencies
python

- **sectionproperties version**: 3.2.1 - **Python version**: 3.11 - **OS version and name**: Windows - [x] I am on the [latest](https://github.com/robbievanleeuwen/section-properties/releases/latest) stable sectionproperties version, installed using a recommended method. -...

bug