Version 1.4.2
Updates:
- Update
nastran.bulk.rddtipch
to use regex search; it was too rigid previously and could fail to read properly formatted DTI - Update
nastran.bulk.wtextseout
: more flexible inputs and add option to write TUG1 (beta -- let me know of any issues) - Update
ytools.numba_interp
to remove type signatures and reduce number of Numba-JITted functions. Removing type signatures enables lazy compilation, and enables faster import times overall. Many thanks to Jeremy P. for this one! - Update doctest for
ytools.reorder_dict
to be compatible with Python 3.12 - Other miscellaneous doc formatting updates