v0.7.2
版本发布时间: 2015-04-26 04:11:08
SteveDoyle2/pyNastran最新发布版本:1.3.4(2022-05-31 14:39:00)
Relase notes:
- This is a bug fix release
- improved documentation
BDF:
- fixed bug with write_card on GRID card
- fixing bug with bdf.get_material_id_to_property_ids_map
- fixing deprecation messages; missed a few stack traces
BDF API:
- these are internal methods
- build_thru(packs, maxDV=None) is now build_thru(packs, max_dv=None)
- build_thru_packs(packs, maxDV=None) is now build_thru_packs(packs, max_dv=None)
- build_thru_float(packs, maxDV=None) is now build_thru_float(packs, max_dv=None)
- build_table_lines(fields, nStart=1, nEnd=0) is now build_table_lines(fields, nstart=1, nend=0)
- added get_points(...) function for CAERO5
- subcases now support:
if 'LOAD in subcase:
data = subcase['LOAD']
OP2:
- fixed bug with gridPointForces not being saved
- fixed issue with test_op2 suppressing exceptions
- fixed bug with ComplexSolidStrainArray being a stress result
OP2 API:
- op2._found_results and op2._saved_results have been replaced by op2._results to prevent invalid results from being requested
GUI:
- fixed nastran GUI loading issue (BDFs didn't show up in popup)