You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+14-47Lines changed: 14 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@
43
43
v1.3.3
44
44
------
45
45
46
-
`Download GUI <https://sourceforge.net/projects/pynastran/files/?source=navbar>`_ (latest is from 2020/4/8)
46
+
`Download GUI <https://sourceforge.net/projects/pynastran/files/?source=navbar>`_ (latest is from 2020/6/28)
47
47
48
48
Also, check out the:
49
49
@@ -76,6 +76,8 @@ commercial program.
76
76
News
77
77
====
78
78
79
+
Check out this blog post covering `Flutter Analysis in pyNastran <https://www.m4-engineering.com/flutter-analysis-with-pynastran/>`_
80
+
79
81
Release Notes
80
82
=============
81
83
@@ -85,9 +87,14 @@ pyNastran v1.3.3 has been released (2020/6/28)
85
87
v1.3.3 (2020/6/28)
86
88
------------------
87
89
This is a bug fix only release outside of:
88
-
- subcase.add_set_from_values(set_id, values)
90
+
91
+
.. code-block:: python
92
+
93
+
>>> model = subcase.add_set_from_values(set_id, values)
94
+
89
95
which was overly complicated to do before.
90
96
97
+
91
98
Programmatics:
92
99
93
100
* Supports Python 3.7 and 3.8
@@ -100,49 +107,7 @@ Programmatics:
100
107
101
108
* support for NX 2019.0, 2019.1
102
109
103
-
BDF:
104
-
- More TEMPRB defaults
105
-
- DRESP2 now handles DTABLE properly when validate=True is used
106
-
- TSTEPNL now handles KUPDATE (NX parameter)
107
-
- fixing SET2 safe-xref
108
-
- fixing SPLINE1 validate
109
-
- fixing TRIM2 aeqr setting bug (was defaulted to 1.0)
110
-
- fixing ACMODL for NX (didn't support writing)
111
-
- fixed DCONADD bug (added the dconadd_id to the summation)
112
-
- DEQATN now checks that the function name is not an argument
113
-
- DEQATN now supports tabs on line continuation lines
114
-
- convert:
115
-
- MAT8 now supports temperature scaling
116
-
- fixed major PSHELL 12I/t^3 convert/scale bug
117
-
- improved optimization support
118
-
119
-
OP2:
120
-
- auto-conversion to NX for some tables
121
-
- added SixtyFourBitError, which is inherited from NotImplementedError
122
-
- mainly used for op2 geometry and op2 writing
123
-
- adding op2_results repr method
124
-
- Convergence object has better repr
125
-
126
-
OP2 Writer:
127
-
- fixed multiple PCOMP writing bug
128
-
- fixed symmetric PCOMP writing
129
-
- added some 64 bit checks (64-bit writing is not supported)
130
-
- turns out the CPYRAM (NX) has 14 node fields (even though it has 13 nodes)
131
-
132
-
OP2 Geom:
133
-
- various fixes
134
-
- much improved NX detection
135
-
- much improved 64 bit support
136
-
137
-
F06 Flutter Plotter
138
-
- added check for mode id > 0
139
-
- better parsing of modes; '1,3:' is now supported
140
-
141
-
minor:
142
-
- fixing Tecplot to Nastran converter
143
-
144
-
GUI:
145
-
- supporting max shear in plate stress/strain
110
+
See pyNastran `v1.3.3 release notes <https://github.com/SteveDoyle2/pyNastran/releases/tag/v1.3.3>`_ for details on the 54 bug fixes. Not too bad for 2.5 months!
146
111
147
112
148
113
pyNastran v1.3.2 has been released (2020/4/8)
@@ -155,8 +120,6 @@ but modifying an existing one isn't difficult. This includes geometry support.
155
120
156
121
In addition, many new OP2 results have been added. Modern NX Nastran should work much better.
157
122
158
-
Better yet, check out this blog post covering `Flutter Analysis in pyNastran <https://www.m4-engineering.com/flutter-analysis-with-pynastran/>`_
0 commit comments