Skip to content

Commit f0b64b2

Browse files
committed
updating readme
1 parent 16c8c5d commit f0b64b2

File tree

1 file changed

+14
-47
lines changed

1 file changed

+14
-47
lines changed

README.rst

Lines changed: 14 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
v1.3.3
4444
------
4545

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)
4747

4848
Also, check out the:
4949

@@ -76,6 +76,8 @@ commercial program.
7676
News
7777
====
7878

79+
Check out this blog post covering `Flutter Analysis in pyNastran <https://www.m4-engineering.com/flutter-analysis-with-pynastran/>`_
80+
7981
Release Notes
8082
=============
8183

@@ -85,9 +87,14 @@ pyNastran v1.3.3 has been released (2020/6/28)
8587
v1.3.3 (2020/6/28)
8688
------------------
8789
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+
8995
which was overly complicated to do before.
9096

97+
9198
Programmatics:
9299

93100
* Supports Python 3.7 and 3.8
@@ -100,49 +107,7 @@ Programmatics:
100107

101108
* support for NX 2019.0, 2019.1
102109

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!
146111

147112

148113
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.
155120

156121
In addition, many new OP2 results have been added. Modern NX Nastran should work much better.
157122

158-
Better yet, check out this blog post covering `Flutter Analysis in pyNastran <https://www.m4-engineering.com/flutter-analysis-with-pynastran/>`_
159-
160123
Programmatics:
161124

162125
* Supports Python 3.7 and 3.8
@@ -417,7 +380,11 @@ Known issues:
417380
Older Releases
418381
--------------
419382
- pyNastran `v1.2.0 release notes <https://github.com/SteveDoyle2/pyNastran/releases/tag/v.1.2.0>`_ (2019/5/21)
383+
420384
- pyNastran `v1.1.0 release notes <https://github.com/SteveDoyle2/pyNastran/releases/tag/v1.1.0>`_ (2018/6/26)
385+
421386
- pyNastran `v1.0.0 release notes <https://github.com/SteveDoyle2/pyNastran/releases/tag/v1.0.0>`_ (2017/5/25)
387+
422388
- pyNastran `v0.8.0 release notes <https://github.com/SteveDoyle2/pyNastran/releases/tag/v0.8.0>`_ (2016/8/21)
389+
423390
- pyNastran `v0.7.2 release notes <https://github.com/SteveDoyle2/pyNastran/releases/tag/v0.7.2>`_ (2015/4/25)

0 commit comments

Comments
 (0)