From 462aed1c1a19588f2308ae8efaf7dd0d0e7c4dab Mon Sep 17 00:00:00 2001 From: Craig Brinck Date: Tue, 12 Oct 2021 19:58:38 -0400 Subject: [PATCH] Update for v0.0.51 --- README.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bba7750..d9cf1ae5 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,11 @@ PyNite depends on the following packages: * sympy: Only needed if you want to view the derivations used to build PyNite. # What's New? + +v0.0.51 +* Internal changes to some matrix operations. This was in response to Issue #102 where statics were not checking out for some 3D plate models. +* Reduced stiffness of plate/quad element drilling degree of freedom. Again in response to Issue #102. + v0.0.50 * Bug fix for cylindrical meshes. * Added tension/compression only support springs. This required some reworking of how support springs are implemented. See the "Beam on Elastic Foundation" example for an example of how to properly use support springs. diff --git a/setup.py b/setup.py index 5daa6b17..2661f68a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="PyNiteFEA", - version="0.0.50", + version="0.0.51", author="D. Craig Brinck, PE, SE", author_email="Building.Code@outlook.com", description="A simple elastic 3D structural finite element library for Python.",