This is a major release. The focus this time has been on robustness and testing. Hopefully, it shows. The software has also been relicensed to be BSD-3, which is a more permissive license and is the same one that numpy, scipy, and matplotlib use.
Unfortunately, the GUI's license is more complicated.
For open source projects : LGPL 2/3
For companies that pay a license to Riverbank : LGPL 2/3
For companies that don't pay a license fee : GPL 2/3 However, you may distribute an unmodified binary.
312 cards supported
faster node transforms using:
>>> icd_transform, icp_transform, xyz_cp, nid_cp_cd = get_displacement_index_xyz_cp_cd(dtype='float64, sort_ids=True) >>> xyz_cid0 = transform_xyzcp_to_xyz_cid(xyz_cp, icp_transform, cid=0, in_place=False)
simplified card adding
>>> model.add_grid(nid, xyz=[4.,5.,6.], comment='nid, cp, x, y, z')
comments can now be created without worrying about $ signs
>>> model.add_card(['GRID', 10, None, 4.0, 5.0, 6.0], comment='GRID comment\ngrid,nid,cp,x,y,z')
$GRID comment
$grid,nid,cp,x,y,z
GRID,10,,4.0,5.0,6.0
F06 scripts
plot_Vg_Vf(...), plot_Vg(...), plot_root_locus(...)Matlab integration:
--You received this message because you are subscribed to the Google Groups "pyNastran Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pynastran-discuss+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.