Skip to content

Releases: JWock82/Pynite

Fix for Travis-CI

31 Jul 02:03
Compare
Choose a tag to compare

This is another attempt at a fix for PyNite's link to Travis CI, which automatically tests the code whenever a new version is released. If this worked correctly, we should see the build failing because the unstable structure detection test scenario fails (which is a known issue ever since PyNite moved to a sparse solver).

Travis CI Fix

31 Jul 01:34
Compare
Choose a tag to compare

This is a fix for PyNite's link to Travis CI, which automatically tests the code whenever a new version is released. If this worked correctly, we should see the build failing because the unstable structure detection test scenario fails (which is a known issue ever since PyNite moved to a sparse solver).

Update for PyPI

30 Jul 16:48
Compare
Choose a tag to compare

This update provides a cleaner looking README.md file that plays nicer with PyPI.

Support Springs

26 Jul 01:36
Compare
Choose a tag to compare

Added support springs and cleaned up visualization code a little more.

Console logs, screenshots, & minor bug fixes

17 Jul 16:00
Compare
Choose a tag to compare

Bug fixes for plates

13 Jul 17:28
Compare
Choose a tag to compare
v0.0.38

Update for v0.0.38

Bug fixes & mesh improvements

13 Jul 16:38
Compare
Choose a tag to compare
v0.0.37

Update for v0.0.37

Plate Sign Convention Changes

20 Jun 15:38
Compare
Choose a tag to compare
  • Fixed an issue where plate loads were being applied backwards to rectangular plates. This issue did not affect quadrilaterals.
  • Changed rectangular plate internal bending sign convention to match that of quadrilaterals.

Fix for Rectangular Plate Elements

15 Jun 03:13
Compare
Choose a tag to compare

The primary feature of this release is a fix for the Plate3D element. Membrane stiffnesses were being placed in the wrong positions in the global stiffness matrix.

v0.0.34

11 Jun 02:59
Compare
Choose a tag to compare

Fixed issues with contour smoothing on rectangular plate elements.