Skip to content

v0.5.0

Compare
Choose a tag to compare
@jpvantassel jpvantassel released this 28 Dec 02:25
4c21452

In this release

  • ✨ Add f_low and f_high kwargs for peak selection to simplify processing of HVSR curves with multiple peaks.
  • 💥 Deprecate use of log-normal as a function/method argument and replace with lognormal.
  • 🔨 Treat HVSR amplitude from a single window as a 2D tensor for consistency with those from multiple windows.
  • 🔨 Change valid_window_indices property to boolean array of constant length, rather than index array of non-constant length.
  • 📚 Add examples of HVSR statistics to README.md and other general documentation improvements.