Skip to content

v1.0.5 Reversal Attributes

Compare
Choose a tag to compare
@cslotboom cslotboom released this 02 May 09:48
· 138 commits to master since this release

Removed:

  • Deprecated using "peakDist", "peakWidth", "peakProminence" as kwargs for finding reversal points.

Added:

  • The attributes "revDist", "revWidth", "revProminence" to hysteresis objects.
  • Enables "revDist", "revWidth", "revProminence" as kwargs for finding reversal points. Added these variables as attributes.
  • Added the "recalculateCycles_like" method to hysteresis objects to the recalculate reversal points like another hysteresis.
  • Added the getReversalxy method to the hysteresis class. This returns the xy values of the reversal points.
  • Removed the "xlim" and "ylim" kwargs for several plot functions. These were never implemented and doing nothing.