v1.0.5 Reversal Attributes
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.