Skip to content

Commit 0cf1c26

Browse files
JWock82JWock82
authored andcommitted
Update README
1 parent d87b05f commit 0cf1c26

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
@@ -61,9 +61,10 @@ Here's a list of projects that use PyNite:
6161
* Phaenotyp (https://github.com/bewegende-Architektur/Phaenotyp) (https://youtu.be/shloSw9HjVI)
6262

6363
# What's New?
64-
v0.0.96
64+
v0.0.96 (in progress)
6565
* 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.
6666
* 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`.
67+
* Member results arrays can now be customized to pick up user defined points. Member results arrays generate results much faster now too.
6768

6869
v0.0.95
6970
* 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)