Skip to content

Version 1.3.6

Compare
Choose a tag to compare
@twmacro twmacro released this 01 Oct 17:58
· 98 commits to master since this release
28fb168

Relatively minor updates & bug fixes:

  • Updated how 'filterval' is used in cla.rptpct: usage is now consistent across tables, histogram plots, and magpct plots by default. The magpct plots will still show all comparisons, but small values will be in the shaded region.
  • Updated ytools.mattype to improve type checking. Can also output the cholesky decomposition for efficiency.
  • Updated ytools.eig_si to use cholesky output of ytools.mattype.
  • Added OGPWG read to op2.rdpostop2.
  • Got rid of most calls to maplotlib.pyplot.tight_layout and switched to using figure(..., layout="constrained") in most cases. The cla module still needs this update.
  • Fixed nastran.bulk "include" logic to be consistent with Nastran behavior.
  • Fixed bug in op2.OP2.rdop2tabheaders for tables without headers.

There were a number of other minor bug fixes and docstr updates as well.

Thanks to J. Ayers and J. Priest for their help on this release! :-)