Skip to content

Commit e8f223f

Browse files
JWock82JWock82
authored andcommitted
Updated README
1 parent 5382a18 commit e8f223f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Here's a list of projects that use PyNite:
6262

6363
# What's New?
6464
v0.0.96
65-
* Changed quad elements from MITC4 formulation to DKMQ formulation. This greatly improves plate results at corners.
65+
* Changed quad elements from MITC4 formulation to DKMQ formulation. This greatly improves plate results at corners and increases the speed with which the plate's stiffness matrix is assembled. MITC4 element code has been retained as legacy code, but is no longer used by the program.
66+
* Implemented snake-case for dictionary names (e.g. `FEModel3D.Nodes` is now `FEModel3D.nodes`). These changes were made to prepare `Pynite` for a v1.0 release that is consistent with the `PEP8` style guide for `python`.
6667

6768
v0.0.95
6869
* Bug fix for rendering negative point loads via `Pyvista`. They were being rendered as positive loads. The analysis was not impacted by this bug.

0 commit comments

Comments
 (0)