Made the inner loop of the diagonal solver SolveUnc more efficient in terms of both speed and memory usage. Numba is used if available. Many thanks to Jeremy Priest for instigating this update! :) More updates like this are planned in the near future.
Documentation updates
1.0.0
Added the "drms" option to cla.rpttab and cla.rptext Enhanced n2p.find_xyz_triples to be more robust
0.99.9
Primarily a code cleaning update along with some minor enhancements & bug fixes.
Changed the "incrb" option in the frequency domain solvers to be a string (like "dva") instead of the impossible to remember integer 0, 1, or 2.
0.99.8
Various updates to srs.srs_frf; especially the documention to show frequency domain base drive transfer function derivation
Updated cb.mk_net_drms handling of the cglf category when s/c axial doesn't line up with l/v axes
Updated cyclecount.binify to be much faster in some cases by using numba. Many thanks to Daniel Kowollik for spearheading this update!
Lots of minor documentation updates, code clean-ups & bug fixes
0.99.7
Another bug fix for the op2 reader: the matrix reader didn't properly check for word size.
0.99.6
This version builds on the previous version (0.99.5) to fix bugs and enhance the Nastran op2 reader tools. Also added more op2 reader tests.