- improved speed of ODE static ic computation - many thanks Jeremy Priest for this one! :)
- enhanced nastran.n2p.mkdofpv, nastran.n2p.expanddof: - 1d array dof can have ids of non-grids too
- other miscellaneous improvements
1.0.8
- make compatible with scipy >= 1.8 - various updates to plotting in cla - update logic and options for the "magpct" plots - avoid using matplotlib.pyplot unless showing plots on screen - add ytools.max_complex_vector_sum - compute maximum complex vector from x and y components - miscellaneous docstring updates & bug fixes
1.0.7
Minor update, primarily to add ytools.max_complex_vector_sum.
1.0.6
Added ytools.compmat - a matrix comparison tool Moved read_text_file/write_text_file decorators from ytools to guitools
1.0.5
This is a relatively minor update:
- Updated some of the documentation examples to be compatible with Matplotlib 3.5.0. - Updated how the `pre_eig` option is handled in SolveUnc to make it smarter - Officially supports Python 3.9 - Fixed some bugs, mainly the bug in pyyeti.nastran.n2p.replace_basic_cs. It incorrectly used "0" for the rectangular type when it should use 1.
1.0.2
Fixed an issue with the output4 reader (pyyeti.nastran.op4) that caused it to fail on some reads. (pyYeti should be able to read all formats.) Thanks to Jeremy Priest for the bug report!
Also did some code cleaning & refactoring here and there.