Skip to content

Version 1.3.0

Compare
Choose a tag to compare
@twmacro twmacro released this 23 Jul 21:22
· 147 commits to master since this release

This release is primarily for fixing some minor bugs/issues and updating the documentation:

  • fdepsd has been updated to fix an issue that can cause an erroneous "ski slope" to appear in the lower frequencies. Many thanks to Vince G. for pointing this out! :-)

    • as part of the fix, added the "detrend" option
    • also made it mandatory that the optional arguments must be named
  • Updated the CSTM output from the op2 reader to ensure it is a floating point array and not an integer array. Many thanks to Jeremy P. pointing this out! :-)

  • Fixed an issue in cyclecount.getbins when there is only one amplitude (or mean) value after rainflow counting. This would cause "sigcount" to fail, for example, on this: cyclecount.sigcount(np.array([10, -10, 10, -10]))